public class CassandraDatabaseMetaData extends Object implements DatabaseMetaData
DatabaseMetaData.attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown| Constructor and Description |
|---|
CassandraDatabaseMetaData(CassandraConnection connection)
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxLogicalLobSize, supportsRefCursorspublic CassandraDatabaseMetaData(CassandraConnection connection) throws SQLException
connection - The connection to a Cassandra database.SQLException - when something went wrong during the initialisation of the
CassandraDatabaseMetaData.public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean allProceduresAreCallable()
allProceduresAreCallable in interface DatabaseMetaDatapublic boolean allTablesAreSelectable()
allTablesAreSelectable in interface DatabaseMetaDatapublic boolean autoCommitFailureClosesAllResultSets()
autoCommitFailureClosesAllResultSets in interface DatabaseMetaDatapublic boolean dataDefinitionCausesTransactionCommit()
dataDefinitionCausesTransactionCommit in interface DatabaseMetaDatapublic boolean dataDefinitionIgnoredInTransactions()
dataDefinitionIgnoredInTransactions in interface DatabaseMetaDatapublic boolean deletesAreDetected(int type)
deletesAreDetected in interface DatabaseMetaDatapublic boolean doesMaxRowSizeIncludeBlobs()
doesMaxRowSizeIncludeBlobs in interface DatabaseMetaDatapublic boolean generatedKeyAlwaysReturned()
generatedKeyAlwaysReturned in interface DatabaseMetaDatapublic ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException
getAttributes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException
getBestRowIdentifier in interface DatabaseMetaDataSQLExceptionpublic String getCatalogSeparator()
getCatalogSeparator in interface DatabaseMetaDatapublic String getCatalogTerm()
getCatalogTerm in interface DatabaseMetaDatapublic ResultSet getCatalogs() throws SQLException
getCatalogs in interface DatabaseMetaDataSQLExceptionpublic ResultSet getClientInfoProperties() throws SQLException
Cassandra database does not support client info properties, so this method will throw a
SQLFeatureNotSupportedException.
getClientInfoProperties in interface DatabaseMetaDataSQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException
Java Driver for Apache Cassandra® currently does not provide information about permissions and only
super users can access to such information through LIST ALL PERMISSIONS ON <tableName>, so it cannot
be implemented safely for any connection to the database, that's why this method will throw a
SQLFeatureNotSupportedException.
getColumnPrivileges in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database;
"" retrieves those without a catalog; null means that the catalog name
should not be used to narrow the search.schema - A schema name pattern; must match the schema name as it is stored in the database;
"" retrieves those without a schema; null means that the schema name
should not be used to narrow the search.table - A table name pattern; must match the table name as it is stored in the database.columnNamePattern - A column name pattern; must match the column name as it is stored in the database.SQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns in interface DatabaseMetaDataSQLExceptionpublic Connection getConnection()
getConnection in interface DatabaseMetaDatapublic ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
Cassandra database does not support foreign keys, so this method will throw a
SQLFeatureNotSupportedException.
getCrossReference in interface DatabaseMetaDataparentCatalog - A catalog name; must match the catalog name as it is stored in the database; ""
retrieves those without a catalog; null means drop catalog name from the
selection criteria.parentSchema - A schema name; must match the schema name as it is stored in the database; ""
retrieves those without a schema; null means drop schema name from the
selection criteria.parentTable - The name of the table that exports the key; must match the table name as it is stored
in the database.foreignCatalog - A catalog name; must match the catalog name as it is stored in the database; ""
retrieves those without a catalog; null means drop catalog name from the
selection criteria.foreignSchema - A schema name; must match the schema name as it is stored in the database; ""
retrieves those without a schema; null means drop schema name from the selection
criteria.foreignTable - The name of the table that imports the key; must match the table name as it is stored
in the database.SQLFeatureNotSupportedException.SQLExceptionpublic int getDatabaseMajorVersion()
getDatabaseMajorVersion in interface DatabaseMetaDatapublic int getDatabaseMinorVersion()
getDatabaseMinorVersion in interface DatabaseMetaDatapublic String getDatabaseProductName()
getDatabaseProductName in interface DatabaseMetaDatapublic String getDatabaseProductVersion()
The version number returned by this method is the minimal version of Apache Cassandra® supported by this JDBC implementation (see Java Driver version embedded into this JDBC wrapper and compatibility matrix for further details.
getDatabaseProductVersion in interface DatabaseMetaDatapublic int getDefaultTransactionIsolation()
getDefaultTransactionIsolation in interface DatabaseMetaDatapublic int getDriverMajorVersion()
getDriverMajorVersion in interface DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion in interface DatabaseMetaDatapublic String getDriverName()
getDriverName in interface DatabaseMetaDatapublic String getDriverVersion()
getDriverVersion in interface DatabaseMetaDatapublic ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
Cassandra database does not support foreign keys, so this method will throw a
SQLFeatureNotSupportedException.
getExportedKeys in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in this database; ""
retrieves those without a catalog; null means that the catalog name should not be used
to narrow the search.schema - A schema name; must match the schema name as it is stored in the database; "" retrieves
those without a schema; null means that the schema name should not be used to narrow
the search.table - A table name; must match the table name as it is stored in this database.SQLFeatureNotSupportedException.SQLExceptionpublic String getExtraNameCharacters()
getExtraNameCharacters in interface DatabaseMetaDatapublic ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException
getFunctionColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException
getFunctions in interface DatabaseMetaDataSQLExceptionpublic String getIdentifierQuoteString()
getIdentifierQuoteString in interface DatabaseMetaDatapublic ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
Cassandra database does not support foreign keys, so this method will throw a
SQLFeatureNotSupportedException.
getImportedKeys in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in this database; ""
retrieves those without a catalog; null means that the catalog name should not be used
to narrow the search.schema - A schema name; must match the schema name as it is stored in the database; "" retrieves
those without a schema; null means that the schema name should not be used to narrow
the search.table - A table name; must match the table name as it is stored in this database.SQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException
getIndexInfo in interface DatabaseMetaDataSQLExceptionpublic int getJDBCMajorVersion()
getJDBCMajorVersion in interface DatabaseMetaDatapublic int getJDBCMinorVersion()
getJDBCMinorVersion in interface DatabaseMetaDatapublic int getMaxBinaryLiteralLength()
getMaxBinaryLiteralLength in interface DatabaseMetaDatapublic int getMaxCatalogNameLength()
getMaxCatalogNameLength in interface DatabaseMetaDatapublic int getMaxCharLiteralLength()
getMaxCharLiteralLength in interface DatabaseMetaDatapublic int getMaxColumnNameLength()
getMaxColumnNameLength in interface DatabaseMetaDatapublic int getMaxColumnsInGroupBy()
getMaxColumnsInGroupBy in interface DatabaseMetaDatapublic int getMaxColumnsInIndex()
getMaxColumnsInIndex in interface DatabaseMetaDatapublic int getMaxColumnsInOrderBy()
getMaxColumnsInOrderBy in interface DatabaseMetaDatapublic int getMaxColumnsInSelect()
getMaxColumnsInSelect in interface DatabaseMetaDatapublic int getMaxColumnsInTable()
getMaxColumnsInTable in interface DatabaseMetaDatapublic int getMaxConnections()
getMaxConnections in interface DatabaseMetaDatapublic int getMaxCursorNameLength()
getMaxCursorNameLength in interface DatabaseMetaDatapublic int getMaxIndexLength()
getMaxIndexLength in interface DatabaseMetaDatapublic int getMaxProcedureNameLength()
getMaxProcedureNameLength in interface DatabaseMetaDatapublic int getMaxRowSize()
getMaxRowSize in interface DatabaseMetaDatapublic int getMaxSchemaNameLength()
getMaxSchemaNameLength in interface DatabaseMetaDatapublic int getMaxStatementLength()
getMaxStatementLength in interface DatabaseMetaDatapublic int getMaxStatements()
getMaxStatements in interface DatabaseMetaDatapublic int getMaxTableNameLength()
getMaxTableNameLength in interface DatabaseMetaDatapublic int getMaxTablesInSelect()
getMaxTablesInSelect in interface DatabaseMetaDatapublic int getMaxUserNameLength()
getMaxUserNameLength in interface DatabaseMetaDatapublic String getNumericFunctions() throws SQLException
getNumericFunctions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException
getPrimaryKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException
Cassandra database does not support procedures, so this method will throw a
SQLFeatureNotSupportedException.
getProcedureColumns in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database;
"" retrieves those without a catalog; null means that the catalog
name should not be used to narrow the search.schemaPattern - A schema name pattern; must match the schema name as it is stored in the database;
"" retrieves those without a schema; null means that the schema
name should not be used to narrow the search.procedureNamePattern - A procedure name pattern; must match the procedure name as it is stored in the
database.columnNamePattern - A column name pattern; must match the column name as it is stored in the database.SQLFeatureNotSupportedException.SQLExceptionpublic String getProcedureTerm()
getProcedureTerm in interface DatabaseMetaDatapublic ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
Cassandra database does not support procedures, so this method will throw a
SQLFeatureNotSupportedException.
getProcedures in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database;
"" retrieves those without a catalog; null means that the catalog
name should not be used to narrow the search.schemaPattern - A schema name pattern; must match the schema name as it is stored in the database;
"" retrieves those without a schema; null means that the schema
name should not be used to narrow the search.procedureNamePattern - A procedure name pattern; must match the procedure name as it is stored in the
database.SQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
Cassandra database does not support pseudo or hidden columns, so this method will throw a
SQLFeatureNotSupportedException.
getPseudoColumns in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database;
"" retrieves those without a catalog; null means that the catalog name
should not be used to narrow the search.schemaPattern - A schema name pattern; must match the schema name as it is stored in the database;
"" retrieves those without a schema; null means that the schema name
should not be used to narrow the search.tableNamePattern - A table name pattern; must match the table name as it is stored in the database.columnNamePattern - A column name pattern; must match the column name as it is stored in the database.SQLFeatureNotSupportedException.SQLExceptionpublic int getResultSetHoldability()
getResultSetHoldability in interface DatabaseMetaDatapublic RowIdLifetime getRowIdLifetime()
getRowIdLifetime in interface DatabaseMetaDatapublic String getSQLKeywords() throws SQLException
getSQLKeywords in interface DatabaseMetaDataSQLException - if a database access error occurs.public int getSQLStateType()
getSQLStateType in interface DatabaseMetaDatapublic String getSchemaTerm()
getSchemaTerm in interface DatabaseMetaDatapublic ResultSet getSchemas() throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionpublic String getSearchStringEscape()
getSearchStringEscape in interface DatabaseMetaDatapublic String getStringFunctions() throws SQLException
getStringFunctions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
Cassandra database does not support super tables, so this method will throw a
SQLFeatureNotSupportedException.
getSuperTables in interface DatabaseMetaDatacatalog - A catalog name; "" retrieves those without a catalog; null means drop
catalog name from the selection criteria.schemaPattern - A schema name pattern; "" retrieves those without a schema.tableNamePattern - A table name pattern; may be a fully-qualified name.SQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException
Cassandra database does not support super types, so this method will throw a
SQLFeatureNotSupportedException.
getSuperTypes in interface DatabaseMetaDatacatalog - A catalog name; "" retrieves those without a catalog; null means drop
catalog name from the selection criteria.schemaPattern - A schema name pattern; "" retrieves those without a schema.typeNamePattern - A UDT name pattern; may be a fully-qualified name.SQLFeatureNotSupportedException.SQLExceptionpublic String getSystemFunctions() throws SQLException
getSystemFunctions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
Java Driver for Apache Cassandra® currently does not provide information about permissions and only
super users can access to such information through LIST ALL PERMISSIONS ON <tableName>, so it cannot
be implemented safely for any connection to the database, that's why this method will throw a
SQLFeatureNotSupportedException.
getTablePrivileges in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database;
"" retrieves those without a catalog; null means that the catalog name
should not be used to narrow the search.schemaPattern - A schema name pattern; must match the schema name as it is stored in the database;
"" retrieves those without a schema; null means that the schema name
should not be used to narrow the search.tableNamePattern - A table name pattern; must match the table name as it is stored in the database.SQLFeatureNotSupportedException.SQLExceptionpublic ResultSet getTableTypes() throws SQLException
getTableTypes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables in interface DatabaseMetaDataSQLExceptionpublic String getTimeDateFunctions() throws SQLException
getTimeDateFunctions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTypeInfo() throws SQLException
getTypeInfo in interface DatabaseMetaDataSQLExceptionpublic ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException
Schema-specific UDTs in a Cassandra database will be considered as having type JAVA_OBJECT.
Only types matching the catalog, schema, type name and type criteria are returned. They are ordered by
DATA_TYPE, TYPE_CAT, TYPE_SCHEM and TYPE_NAME. The type name parameter may be
a fully-qualified name (it should respect the format <SCHEMA_NAME>.<TYPE_NAME>). In this case, the
catalog and schemaPattern parameters are ignored.
Each type description has the following columns:
null: here is the Cassandra cluster name
(if available).null: here is the keyspace the type is
member of.UdtValue in the current implementationTypes. One of Types.JAVA_OBJECT,
Types.STRUCT, or Types.DISTINCT. Always Types.JAVA_OBJECT in the current
implementation.DISTINCT type or the type that
implements the user-generated reference type of the SELF_REFERENCING_COLUMN of a structured type
as defined in Types (null if DATA_TYPE is not DISTINCT or not
STRUCT with REFERENCE_GENERATION = USER_DEFINED). Always null in the current
implementation.getUDTs in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database; ""
retrieves those without a catalog (will always return an empty set); null means
that the catalog name should not be used to narrow the search and in this case the
Cassandra cluster of the current connection is used.schemaPattern - A schema pattern name; must match the schema name as it is stored in the database;
"" retrieves those without a schema (will always return an empty set);
null means that the schema name should not be used to narrow the search and in
this case the search is restricted to the current schema (if available).typeNamePattern - A type name pattern; must match the type name as it is stored in the database (not
case-sensitive); may be a fully qualified name.types - A list of user-defined types (Types.JAVA_OBJECT, Types.STRUCT, or
Types.DISTINCT) to include; null returns all types. All the UDTs defined
in a Cassandra database are considered as Types.JAVA_OBJECT, so other values will
return an empty result set.ResultSet object in which each row describes a UDT.SQLException - if a database access error occurs.public String getURL()
getURL in interface DatabaseMetaDatapublic String getUserName()
getUserName in interface DatabaseMetaDatapublic ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException
Cassandra database does not support any mechanism of automatic column update when any value in a row is updated,
so this method will throw a SQLFeatureNotSupportedException.
getVersionColumns in interface DatabaseMetaDatacatalog - A catalog name; must match the catalog name as it is stored in the database; "" retrieves
those without a catalog; null means that the catalog name should not be used to narrow
the search.schema - A schema name; must match the schema name as it is stored in the database; "" retrieves
those without a schema; null means that the schema name should not be used to narrow the
search.table - A table name; must match the table name as it is stored in the database.SQLFeatureNotSupportedException.SQLExceptionpublic boolean insertsAreDetected(int type)
insertsAreDetected in interface DatabaseMetaDatapublic boolean isCatalogAtStart()
isCatalogAtStart in interface DatabaseMetaDatapublic boolean isReadOnly()
isReadOnly in interface DatabaseMetaDatapublic boolean locatorsUpdateCopy()
locatorsUpdateCopy in interface DatabaseMetaDatapublic boolean nullPlusNonNullIsNull()
nullPlusNonNullIsNull in interface DatabaseMetaDatapublic boolean nullsAreSortedAtEnd()
nullsAreSortedAtEnd in interface DatabaseMetaDatapublic boolean nullsAreSortedAtStart()
nullsAreSortedAtStart in interface DatabaseMetaDatapublic boolean nullsAreSortedHigh()
nullsAreSortedHigh in interface DatabaseMetaDatapublic boolean nullsAreSortedLow()
nullsAreSortedLow in interface DatabaseMetaDatapublic boolean othersDeletesAreVisible(int type)
othersDeletesAreVisible in interface DatabaseMetaDatapublic boolean othersInsertsAreVisible(int type)
othersInsertsAreVisible in interface DatabaseMetaDatapublic boolean othersUpdatesAreVisible(int type)
othersUpdatesAreVisible in interface DatabaseMetaDatapublic boolean ownDeletesAreVisible(int type)
ownDeletesAreVisible in interface DatabaseMetaDatapublic boolean ownInsertsAreVisible(int type)
ownInsertsAreVisible in interface DatabaseMetaDatapublic boolean ownUpdatesAreVisible(int type)
ownUpdatesAreVisible in interface DatabaseMetaDatapublic boolean storesLowerCaseIdentifiers()
storesLowerCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesLowerCaseQuotedIdentifiers()
storesLowerCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean storesMixedCaseIdentifiers()
storesMixedCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesMixedCaseQuotedIdentifiers()
storesMixedCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean storesUpperCaseIdentifiers()
storesUpperCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesUpperCaseQuotedIdentifiers()
storesUpperCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean supportsANSI92EntryLevelSQL()
supportsANSI92EntryLevelSQL in interface DatabaseMetaDatapublic boolean supportsANSI92FullSQL()
supportsANSI92FullSQL in interface DatabaseMetaDatapublic boolean supportsANSI92IntermediateSQL()
supportsANSI92IntermediateSQL in interface DatabaseMetaDatapublic boolean supportsAlterTableWithAddColumn()
supportsAlterTableWithAddColumn in interface DatabaseMetaDatapublic boolean supportsAlterTableWithDropColumn()
supportsAlterTableWithDropColumn in interface DatabaseMetaDatapublic boolean supportsBatchUpdates()
supportsBatchUpdates in interface DatabaseMetaDatapublic boolean supportsCatalogsInDataManipulation()
supportsCatalogsInDataManipulation in interface DatabaseMetaDatapublic boolean supportsCatalogsInIndexDefinitions()
supportsCatalogsInIndexDefinitions in interface DatabaseMetaDatapublic boolean supportsCatalogsInPrivilegeDefinitions()
supportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaDatapublic boolean supportsCatalogsInProcedureCalls()
supportsCatalogsInProcedureCalls in interface DatabaseMetaDatapublic boolean supportsCatalogsInTableDefinitions()
supportsCatalogsInTableDefinitions in interface DatabaseMetaDatapublic boolean supportsColumnAliasing()
supportsColumnAliasing in interface DatabaseMetaDatapublic boolean supportsConvert()
supportsConvert in interface DatabaseMetaDatapublic boolean supportsConvert(int fromType,
int toType)
supportsConvert in interface DatabaseMetaDatapublic boolean supportsCoreSQLGrammar()
supportsCoreSQLGrammar in interface DatabaseMetaDatapublic boolean supportsCorrelatedSubqueries()
supportsCorrelatedSubqueries in interface DatabaseMetaDatapublic boolean supportsDataDefinitionAndDataManipulationTransactions()
supportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaDatapublic boolean supportsDataManipulationTransactionsOnly()
supportsDataManipulationTransactionsOnly in interface DatabaseMetaDatapublic boolean supportsDifferentTableCorrelationNames()
supportsDifferentTableCorrelationNames in interface DatabaseMetaDatapublic boolean supportsExpressionsInOrderBy()
supportsExpressionsInOrderBy in interface DatabaseMetaDatapublic boolean supportsExtendedSQLGrammar()
supportsExtendedSQLGrammar in interface DatabaseMetaDatapublic boolean supportsFullOuterJoins()
supportsFullOuterJoins in interface DatabaseMetaDatapublic boolean supportsGetGeneratedKeys()
supportsGetGeneratedKeys in interface DatabaseMetaDatapublic boolean supportsGroupBy()
supportsGroupBy in interface DatabaseMetaDatapublic boolean supportsGroupByBeyondSelect()
supportsGroupByBeyondSelect in interface DatabaseMetaDatapublic boolean supportsGroupByUnrelated()
supportsGroupByUnrelated in interface DatabaseMetaDatapublic boolean supportsIntegrityEnhancementFacility()
supportsIntegrityEnhancementFacility in interface DatabaseMetaDatapublic boolean supportsLikeEscapeClause()
supportsLikeEscapeClause in interface DatabaseMetaDatapublic boolean supportsLimitedOuterJoins()
supportsLimitedOuterJoins in interface DatabaseMetaDatapublic boolean supportsMinimumSQLGrammar()
supportsMinimumSQLGrammar in interface DatabaseMetaDatapublic boolean supportsMixedCaseIdentifiers()
supportsMixedCaseIdentifiers in interface DatabaseMetaDatapublic boolean supportsMixedCaseQuotedIdentifiers()
supportsMixedCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean supportsMultipleOpenResults()
supportsMultipleOpenResults in interface DatabaseMetaDatapublic boolean supportsMultipleResultSets()
supportsMultipleResultSets in interface DatabaseMetaDatapublic boolean supportsMultipleTransactions()
supportsMultipleTransactions in interface DatabaseMetaDatapublic boolean supportsNamedParameters()
supportsNamedParameters in interface DatabaseMetaDatapublic boolean supportsNonNullableColumns()
supportsNonNullableColumns in interface DatabaseMetaDatapublic boolean supportsOpenCursorsAcrossCommit()
supportsOpenCursorsAcrossCommit in interface DatabaseMetaDatapublic boolean supportsOpenCursorsAcrossRollback()
supportsOpenCursorsAcrossRollback in interface DatabaseMetaDatapublic boolean supportsOpenStatementsAcrossCommit()
supportsOpenStatementsAcrossCommit in interface DatabaseMetaDatapublic boolean supportsOpenStatementsAcrossRollback()
supportsOpenStatementsAcrossRollback in interface DatabaseMetaDatapublic boolean supportsOrderByUnrelated()
supportsOrderByUnrelated in interface DatabaseMetaDatapublic boolean supportsOuterJoins()
supportsOuterJoins in interface DatabaseMetaDatapublic boolean supportsPositionedDelete()
supportsPositionedDelete in interface DatabaseMetaDatapublic boolean supportsPositionedUpdate()
supportsPositionedUpdate in interface DatabaseMetaDatapublic boolean supportsResultSetConcurrency(int type,
int concurrency)
supportsResultSetConcurrency in interface DatabaseMetaDatapublic boolean supportsResultSetHoldability(int holdability)
supportsResultSetHoldability in interface DatabaseMetaDatapublic boolean supportsResultSetType(int type)
supportsResultSetType in interface DatabaseMetaDatapublic boolean supportsSavepoints()
supportsSavepoints in interface DatabaseMetaDatapublic boolean supportsSchemasInDataManipulation()
supportsSchemasInDataManipulation in interface DatabaseMetaDatapublic boolean supportsSchemasInIndexDefinitions()
supportsSchemasInIndexDefinitions in interface DatabaseMetaDatapublic boolean supportsSchemasInPrivilegeDefinitions()
supportsSchemasInPrivilegeDefinitions in interface DatabaseMetaDatapublic boolean supportsSchemasInProcedureCalls()
supportsSchemasInProcedureCalls in interface DatabaseMetaDatapublic boolean supportsSchemasInTableDefinitions()
supportsSchemasInTableDefinitions in interface DatabaseMetaDatapublic boolean supportsSelectForUpdate()
supportsSelectForUpdate in interface DatabaseMetaDatapublic boolean supportsStatementPooling()
supportsStatementPooling in interface DatabaseMetaDatapublic boolean supportsStoredFunctionsUsingCallSyntax()
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDatapublic boolean supportsStoredProcedures()
supportsStoredProcedures in interface DatabaseMetaDatapublic boolean supportsSubqueriesInComparisons()
supportsSubqueriesInComparisons in interface DatabaseMetaDatapublic boolean supportsSubqueriesInExists()
supportsSubqueriesInExists in interface DatabaseMetaDatapublic boolean supportsSubqueriesInIns()
supportsSubqueriesInIns in interface DatabaseMetaDatapublic boolean supportsSubqueriesInQuantifieds()
supportsSubqueriesInQuantifieds in interface DatabaseMetaDatapublic boolean supportsTableCorrelationNames()
supportsTableCorrelationNames in interface DatabaseMetaDatapublic boolean supportsTransactionIsolationLevel(int level)
supportsTransactionIsolationLevel in interface DatabaseMetaDatapublic boolean supportsTransactions()
supportsTransactions in interface DatabaseMetaDatapublic boolean supportsUnion()
supportsUnion in interface DatabaseMetaDatapublic boolean supportsUnionAll()
supportsUnionAll in interface DatabaseMetaDatapublic boolean updatesAreDetected(int type)
updatesAreDetected in interface DatabaseMetaDatapublic boolean usesLocalFilePerTable()
usesLocalFilePerTable in interface DatabaseMetaDatapublic boolean usesLocalFiles()
usesLocalFiles in interface DatabaseMetaDataCopyright © 2020–2024 ING Bank. All rights reserved.