com.sun.star.sdbc
Interface XDatabaseMetaData
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XDatabaseMetaData
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract boolean |
allProceduresAreCallable()
|
abstract boolean |
allTablesAreSelectable()
|
abstract boolean |
dataDefinitionCausesTransactionCommit()
|
abstract boolean |
dataDefinitionIgnoredInTransactions()
|
abstract boolean |
deletesAreDetected(int i)
|
abstract boolean |
doesMaxRowSizeIncludeBlobs()
|
abstract com.sun.star.sdbc.XResultSet |
getBestRowIdentifier(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
int i,
boolean b)
|
abstract java.lang.String |
getCatalogSeparator()
|
abstract java.lang.String |
getCatalogTerm()
|
abstract com.sun.star.sdbc.XResultSet |
getCatalogs()
|
abstract com.sun.star.sdbc.XResultSet |
getColumnPrivileges(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
|
abstract com.sun.star.sdbc.XResultSet |
getColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
|
abstract com.sun.star.sdbc.XConnection |
getConnection()
|
abstract com.sun.star.sdbc.XResultSet |
getCrossReference(java.lang.Object o1,
java.lang.String s1,
java.lang.String s2,
java.lang.Object o2,
java.lang.String s3,
java.lang.String s4)
|
abstract java.lang.String |
getDatabaseProductName()
|
abstract java.lang.String |
getDatabaseProductVersion()
|
abstract int |
getDefaultTransactionIsolation()
|
abstract int |
getDriverMajorVersion()
|
abstract int |
getDriverMinorVersion()
|
abstract java.lang.String |
getDriverName()
|
abstract java.lang.String |
getDriverVersion()
|
abstract com.sun.star.sdbc.XResultSet |
getExportedKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract java.lang.String |
getExtraNameCharacters()
|
abstract java.lang.String |
getIdentifierQuoteString()
|
abstract com.sun.star.sdbc.XResultSet |
getImportedKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract com.sun.star.sdbc.XResultSet |
getIndexInfo(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
boolean b1,
boolean b2)
|
abstract int |
getMaxBinaryLiteralLength()
|
abstract int |
getMaxCatalogNameLength()
|
abstract int |
getMaxCharLiteralLength()
|
abstract int |
getMaxColumnNameLength()
|
abstract int |
getMaxColumnsInGroupBy()
|
abstract int |
getMaxColumnsInIndex()
|
abstract int |
getMaxColumnsInOrderBy()
|
abstract int |
getMaxColumnsInSelect()
|
abstract int |
getMaxColumnsInTable()
|
abstract int |
getMaxConnections()
|
abstract int |
getMaxCursorNameLength()
|
abstract int |
getMaxIndexLength()
|
abstract int |
getMaxProcedureNameLength()
|
abstract int |
getMaxRowSize()
|
abstract int |
getMaxSchemaNameLength()
|
abstract int |
getMaxStatementLength()
|
abstract int |
getMaxStatements()
|
abstract int |
getMaxTableNameLength()
|
abstract int |
getMaxTablesInSelect()
|
abstract int |
getMaxUserNameLength()
|
abstract java.lang.String |
getNumericFunctions()
|
abstract com.sun.star.sdbc.XResultSet |
getPrimaryKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract com.sun.star.sdbc.XResultSet |
getProcedureColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
|
abstract java.lang.String |
getProcedureTerm()
|
abstract com.sun.star.sdbc.XResultSet |
getProcedures(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract java.lang.String |
getSQLKeywords()
|
abstract java.lang.String |
getSchemaTerm()
|
abstract com.sun.star.sdbc.XResultSet |
getSchemas()
|
abstract java.lang.String |
getSearchStringEscape()
|
abstract java.lang.String |
getStringFunctions()
|
abstract java.lang.String |
getSystemFunctions()
|
abstract com.sun.star.sdbc.XResultSet |
getTablePrivileges(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract com.sun.star.sdbc.XResultSet |
getTableTypes()
|
abstract com.sun.star.sdbc.XResultSet |
getTables(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String[] s3)
|
abstract java.lang.String |
getTimeDateFunctions()
|
abstract com.sun.star.sdbc.XResultSet |
getTypeInfo()
|
abstract com.sun.star.sdbc.XResultSet |
getUDTs(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
int[] i)
|
abstract java.lang.String |
getURL()
|
abstract java.lang.String |
getUserName()
|
abstract com.sun.star.sdbc.XResultSet |
getVersionColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
|
abstract boolean |
insertsAreDetected(int i)
|
abstract boolean |
isCatalogAtStart()
|
abstract boolean |
isReadOnly()
|
abstract boolean |
nullPlusNonNullIsNull()
|
abstract boolean |
nullsAreSortedAtEnd()
|
abstract boolean |
nullsAreSortedAtStart()
|
abstract boolean |
nullsAreSortedHigh()
|
abstract boolean |
nullsAreSortedLow()
|
abstract boolean |
othersDeletesAreVisible(int i)
|
abstract boolean |
othersInsertsAreVisible(int i)
|
abstract boolean |
othersUpdatesAreVisible(int i)
|
abstract boolean |
ownDeletesAreVisible(int i)
|
abstract boolean |
ownInsertsAreVisible(int i)
|
abstract boolean |
ownUpdatesAreVisible(int i)
|
abstract boolean |
storesLowerCaseIdentifiers()
|
abstract boolean |
storesLowerCaseQuotedIdentifiers()
|
abstract boolean |
storesMixedCaseIdentifiers()
|
abstract boolean |
storesMixedCaseQuotedIdentifiers()
|
abstract boolean |
storesUpperCaseIdentifiers()
|
abstract boolean |
storesUpperCaseQuotedIdentifiers()
|
abstract boolean |
supportsANSI92EntryLevelSQL()
|
abstract boolean |
supportsANSI92FullSQL()
|
abstract boolean |
supportsANSI92IntermediateSQL()
|
abstract boolean |
supportsAlterTableWithAddColumn()
|
abstract boolean |
supportsAlterTableWithDropColumn()
|
abstract boolean |
supportsBatchUpdates()
|
abstract boolean |
supportsCatalogsInDataManipulation()
|
abstract boolean |
supportsCatalogsInIndexDefinitions()
|
abstract boolean |
supportsCatalogsInPrivilegeDefinitions()
|
abstract boolean |
supportsCatalogsInProcedureCalls()
|
abstract boolean |
supportsCatalogsInTableDefinitions()
|
abstract boolean |
supportsColumnAliasing()
|
abstract boolean |
supportsConvert(int i1,
int i2)
|
abstract boolean |
supportsCoreSQLGrammar()
|
abstract boolean |
supportsCorrelatedSubqueries()
|
abstract boolean |
supportsDataDefinitionAndDataManipulationTransactions()
|
abstract boolean |
supportsDataManipulationTransactionsOnly()
|
abstract boolean |
supportsDifferentTableCorrelationNames()
|
abstract boolean |
supportsExpressionsInOrderBy()
|
abstract boolean |
supportsExtendedSQLGrammar()
|
abstract boolean |
supportsFullOuterJoins()
|
abstract boolean |
supportsGroupBy()
|
abstract boolean |
supportsGroupByBeyondSelect()
|
abstract boolean |
supportsGroupByUnrelated()
|
abstract boolean |
supportsIntegrityEnhancementFacility()
|
abstract boolean |
supportsLikeEscapeClause()
|
abstract boolean |
supportsLimitedOuterJoins()
|
abstract boolean |
supportsMinimumSQLGrammar()
|
abstract boolean |
supportsMixedCaseIdentifiers()
|
abstract boolean |
supportsMixedCaseQuotedIdentifiers()
|
abstract boolean |
supportsMultipleResultSets()
|
abstract boolean |
supportsMultipleTransactions()
|
abstract boolean |
supportsNonNullableColumns()
|
abstract boolean |
supportsOpenCursorsAcrossCommit()
|
abstract boolean |
supportsOpenCursorsAcrossRollback()
|
abstract boolean |
supportsOpenStatementsAcrossCommit()
|
abstract boolean |
supportsOpenStatementsAcrossRollback()
|
abstract boolean |
supportsOrderByUnrelated()
|
abstract boolean |
supportsOuterJoins()
|
abstract boolean |
supportsPositionedDelete()
|
abstract boolean |
supportsPositionedUpdate()
|
abstract boolean |
supportsResultSetConcurrency(int i1,
int i2)
|
abstract boolean |
supportsResultSetType(int i)
|
abstract boolean |
supportsSchemasInDataManipulation()
|
abstract boolean |
supportsSchemasInIndexDefinitions()
|
abstract boolean |
supportsSchemasInPrivilegeDefinitions()
|
abstract boolean |
supportsSchemasInProcedureCalls()
|
abstract boolean |
supportsSchemasInTableDefinitions()
|
abstract boolean |
supportsSelectForUpdate()
|
abstract boolean |
supportsStoredProcedures()
|
abstract boolean |
supportsSubqueriesInComparisons()
|
abstract boolean |
supportsSubqueriesInExists()
|
abstract boolean |
supportsSubqueriesInIns()
|
abstract boolean |
supportsSubqueriesInQuantifieds()
|
abstract boolean |
supportsTableCorrelationNames()
|
abstract boolean |
supportsTransactionIsolationLevel(int i)
|
abstract boolean |
supportsTransactions()
|
abstract boolean |
supportsTypeConversion()
|
abstract boolean |
supportsUnion()
|
abstract boolean |
supportsUnionAll()
|
abstract boolean |
updatesAreDetected(int i)
|
abstract boolean |
usesLocalFilePerTable()
|
abstract boolean |
usesLocalFiles()
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
allProceduresAreCallable
public abstract boolean allProceduresAreCallable()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
allTablesAreSelectable
public abstract boolean allTablesAreSelectable()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
dataDefinitionCausesTransactionCommit
public abstract boolean dataDefinitionCausesTransactionCommit()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
dataDefinitionIgnoredInTransactions
public abstract boolean dataDefinitionIgnoredInTransactions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
deletesAreDetected
public abstract boolean deletesAreDetected(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
doesMaxRowSizeIncludeBlobs
public abstract boolean doesMaxRowSizeIncludeBlobs()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getBestRowIdentifier
public abstract com.sun.star.sdbc.XResultSet getBestRowIdentifier(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
int i,
boolean b)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getCatalogSeparator
public abstract java.lang.String getCatalogSeparator()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getCatalogTerm
public abstract java.lang.String getCatalogTerm()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getCatalogs
public abstract com.sun.star.sdbc.XResultSet getCatalogs()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumnPrivileges
public abstract com.sun.star.sdbc.XResultSet getColumnPrivileges(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getColumns
public abstract com.sun.star.sdbc.XResultSet getColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getConnection
public abstract com.sun.star.sdbc.XConnection getConnection()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getCrossReference
public abstract com.sun.star.sdbc.XResultSet getCrossReference(java.lang.Object o1,
java.lang.String s1,
java.lang.String s2,
java.lang.Object o2,
java.lang.String s3,
java.lang.String s4)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getDatabaseProductName
public abstract java.lang.String getDatabaseProductName()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getDatabaseProductVersion
public abstract java.lang.String getDatabaseProductVersion()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getDefaultTransactionIsolation
public abstract int getDefaultTransactionIsolation()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getDriverMajorVersion
public abstract int getDriverMajorVersion()
throws com.sun.star.uno.RuntimeException
getDriverMinorVersion
public abstract int getDriverMinorVersion()
throws com.sun.star.uno.RuntimeException
getDriverName
public abstract java.lang.String getDriverName()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getDriverVersion
public abstract java.lang.String getDriverVersion()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getExportedKeys
public abstract com.sun.star.sdbc.XResultSet getExportedKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getExtraNameCharacters
public abstract java.lang.String getExtraNameCharacters()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getIdentifierQuoteString
public abstract java.lang.String getIdentifierQuoteString()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getImportedKeys
public abstract com.sun.star.sdbc.XResultSet getImportedKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getIndexInfo
public abstract com.sun.star.sdbc.XResultSet getIndexInfo(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
boolean b1,
boolean b2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxBinaryLiteralLength
public abstract int getMaxBinaryLiteralLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxCatalogNameLength
public abstract int getMaxCatalogNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxCharLiteralLength
public abstract int getMaxCharLiteralLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnNameLength
public abstract int getMaxColumnNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnsInGroupBy
public abstract int getMaxColumnsInGroupBy()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnsInIndex
public abstract int getMaxColumnsInIndex()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnsInOrderBy
public abstract int getMaxColumnsInOrderBy()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnsInSelect
public abstract int getMaxColumnsInSelect()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxColumnsInTable
public abstract int getMaxColumnsInTable()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxConnections
public abstract int getMaxConnections()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxCursorNameLength
public abstract int getMaxCursorNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxIndexLength
public abstract int getMaxIndexLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxProcedureNameLength
public abstract int getMaxProcedureNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxRowSize
public abstract int getMaxRowSize()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxSchemaNameLength
public abstract int getMaxSchemaNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxStatementLength
public abstract int getMaxStatementLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxStatements
public abstract int getMaxStatements()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxTableNameLength
public abstract int getMaxTableNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxTablesInSelect
public abstract int getMaxTablesInSelect()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getMaxUserNameLength
public abstract int getMaxUserNameLength()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getNumericFunctions
public abstract java.lang.String getNumericFunctions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getPrimaryKeys
public abstract com.sun.star.sdbc.XResultSet getPrimaryKeys(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getProcedureColumns
public abstract com.sun.star.sdbc.XResultSet getProcedureColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String s3)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getProcedureTerm
public abstract java.lang.String getProcedureTerm()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getProcedures
public abstract com.sun.star.sdbc.XResultSet getProcedures(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSQLKeywords
public abstract java.lang.String getSQLKeywords()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSchemaTerm
public abstract java.lang.String getSchemaTerm()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSchemas
public abstract com.sun.star.sdbc.XResultSet getSchemas()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSearchStringEscape
public abstract java.lang.String getSearchStringEscape()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getStringFunctions
public abstract java.lang.String getStringFunctions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getSystemFunctions
public abstract java.lang.String getSystemFunctions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTablePrivileges
public abstract com.sun.star.sdbc.XResultSet getTablePrivileges(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTableTypes
public abstract com.sun.star.sdbc.XResultSet getTableTypes()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTables
public abstract com.sun.star.sdbc.XResultSet getTables(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
java.lang.String[] s3)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTimeDateFunctions
public abstract java.lang.String getTimeDateFunctions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getTypeInfo
public abstract com.sun.star.sdbc.XResultSet getTypeInfo()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getUDTs
public abstract com.sun.star.sdbc.XResultSet getUDTs(java.lang.Object o,
java.lang.String s1,
java.lang.String s2,
int[] i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getURL
public abstract java.lang.String getURL()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getUserName
public abstract java.lang.String getUserName()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getVersionColumns
public abstract com.sun.star.sdbc.XResultSet getVersionColumns(java.lang.Object o,
java.lang.String s1,
java.lang.String s2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
insertsAreDetected
public abstract boolean insertsAreDetected(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isCatalogAtStart
public abstract boolean isCatalogAtStart()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
isReadOnly
public abstract boolean isReadOnly()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nullPlusNonNullIsNull
public abstract boolean nullPlusNonNullIsNull()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nullsAreSortedAtEnd
public abstract boolean nullsAreSortedAtEnd()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nullsAreSortedAtStart
public abstract boolean nullsAreSortedAtStart()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nullsAreSortedHigh
public abstract boolean nullsAreSortedHigh()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
nullsAreSortedLow
public abstract boolean nullsAreSortedLow()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
othersDeletesAreVisible
public abstract boolean othersDeletesAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
othersInsertsAreVisible
public abstract boolean othersInsertsAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
othersUpdatesAreVisible
public abstract boolean othersUpdatesAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
ownDeletesAreVisible
public abstract boolean ownDeletesAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
ownInsertsAreVisible
public abstract boolean ownInsertsAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
ownUpdatesAreVisible
public abstract boolean ownUpdatesAreVisible(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesLowerCaseIdentifiers
public abstract boolean storesLowerCaseIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesLowerCaseQuotedIdentifiers
public abstract boolean storesLowerCaseQuotedIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesMixedCaseIdentifiers
public abstract boolean storesMixedCaseIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesMixedCaseQuotedIdentifiers
public abstract boolean storesMixedCaseQuotedIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesUpperCaseIdentifiers
public abstract boolean storesUpperCaseIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
storesUpperCaseQuotedIdentifiers
public abstract boolean storesUpperCaseQuotedIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsANSI92EntryLevelSQL
public abstract boolean supportsANSI92EntryLevelSQL()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsANSI92FullSQL
public abstract boolean supportsANSI92FullSQL()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsANSI92IntermediateSQL
public abstract boolean supportsANSI92IntermediateSQL()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsAlterTableWithAddColumn
public abstract boolean supportsAlterTableWithAddColumn()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsAlterTableWithDropColumn
public abstract boolean supportsAlterTableWithDropColumn()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsBatchUpdates
public abstract boolean supportsBatchUpdates()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCatalogsInDataManipulation
public abstract boolean supportsCatalogsInDataManipulation()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCatalogsInIndexDefinitions
public abstract boolean supportsCatalogsInIndexDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCatalogsInPrivilegeDefinitions
public abstract boolean supportsCatalogsInPrivilegeDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCatalogsInProcedureCalls
public abstract boolean supportsCatalogsInProcedureCalls()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCatalogsInTableDefinitions
public abstract boolean supportsCatalogsInTableDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsColumnAliasing
public abstract boolean supportsColumnAliasing()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsConvert
public abstract boolean supportsConvert(int i1,
int i2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCoreSQLGrammar
public abstract boolean supportsCoreSQLGrammar()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsCorrelatedSubqueries
public abstract boolean supportsCorrelatedSubqueries()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsDataDefinitionAndDataManipulationTransactions
public abstract boolean supportsDataDefinitionAndDataManipulationTransactions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsDataManipulationTransactionsOnly
public abstract boolean supportsDataManipulationTransactionsOnly()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsDifferentTableCorrelationNames
public abstract boolean supportsDifferentTableCorrelationNames()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsExpressionsInOrderBy
public abstract boolean supportsExpressionsInOrderBy()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsExtendedSQLGrammar
public abstract boolean supportsExtendedSQLGrammar()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsFullOuterJoins
public abstract boolean supportsFullOuterJoins()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsGroupBy
public abstract boolean supportsGroupBy()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsGroupByBeyondSelect
public abstract boolean supportsGroupByBeyondSelect()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsGroupByUnrelated
public abstract boolean supportsGroupByUnrelated()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsIntegrityEnhancementFacility
public abstract boolean supportsIntegrityEnhancementFacility()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsLikeEscapeClause
public abstract boolean supportsLikeEscapeClause()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsLimitedOuterJoins
public abstract boolean supportsLimitedOuterJoins()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsMinimumSQLGrammar
public abstract boolean supportsMinimumSQLGrammar()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsMixedCaseIdentifiers
public abstract boolean supportsMixedCaseIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsMixedCaseQuotedIdentifiers
public abstract boolean supportsMixedCaseQuotedIdentifiers()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsMultipleResultSets
public abstract boolean supportsMultipleResultSets()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsMultipleTransactions
public abstract boolean supportsMultipleTransactions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsNonNullableColumns
public abstract boolean supportsNonNullableColumns()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOpenCursorsAcrossCommit
public abstract boolean supportsOpenCursorsAcrossCommit()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOpenCursorsAcrossRollback
public abstract boolean supportsOpenCursorsAcrossRollback()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOpenStatementsAcrossCommit
public abstract boolean supportsOpenStatementsAcrossCommit()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOpenStatementsAcrossRollback
public abstract boolean supportsOpenStatementsAcrossRollback()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOrderByUnrelated
public abstract boolean supportsOrderByUnrelated()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsOuterJoins
public abstract boolean supportsOuterJoins()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsPositionedDelete
public abstract boolean supportsPositionedDelete()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsPositionedUpdate
public abstract boolean supportsPositionedUpdate()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsResultSetConcurrency
public abstract boolean supportsResultSetConcurrency(int i1,
int i2)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsResultSetType
public abstract boolean supportsResultSetType(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSchemasInDataManipulation
public abstract boolean supportsSchemasInDataManipulation()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSchemasInIndexDefinitions
public abstract boolean supportsSchemasInIndexDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSchemasInPrivilegeDefinitions
public abstract boolean supportsSchemasInPrivilegeDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSchemasInProcedureCalls
public abstract boolean supportsSchemasInProcedureCalls()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSchemasInTableDefinitions
public abstract boolean supportsSchemasInTableDefinitions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSelectForUpdate
public abstract boolean supportsSelectForUpdate()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsStoredProcedures
public abstract boolean supportsStoredProcedures()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSubqueriesInComparisons
public abstract boolean supportsSubqueriesInComparisons()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSubqueriesInExists
public abstract boolean supportsSubqueriesInExists()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSubqueriesInIns
public abstract boolean supportsSubqueriesInIns()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsSubqueriesInQuantifieds
public abstract boolean supportsSubqueriesInQuantifieds()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsTableCorrelationNames
public abstract boolean supportsTableCorrelationNames()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsTransactionIsolationLevel
public abstract boolean supportsTransactionIsolationLevel(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsTransactions
public abstract boolean supportsTransactions()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsTypeConversion
public abstract boolean supportsTypeConversion()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsUnion
public abstract boolean supportsUnion()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
supportsUnionAll
public abstract boolean supportsUnionAll()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
updatesAreDetected
public abstract boolean updatesAreDetected(int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
usesLocalFilePerTable
public abstract boolean usesLocalFilePerTable()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
usesLocalFiles
public abstract boolean usesLocalFiles()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException