public final class ClickHouseDatabaseMetadata extends Object implements SQLDatabaseMetadata
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 |
|---|
ClickHouseDatabaseMetadata(String url,
ClickHouseConnection connection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxLogicalLobSize, supportsRefCursorsisWrapperFor, unwrappublic ClickHouseDatabaseMetadata(String url, ClickHouseConnection connection)
public boolean allProceduresAreCallable()
throws SQLException
allProceduresAreCallable in interface SQLDatabaseMetadataallProceduresAreCallable in interface DatabaseMetaDataSQLExceptionpublic boolean allTablesAreSelectable()
throws SQLException
allTablesAreSelectable in interface SQLDatabaseMetadataallTablesAreSelectable in interface DatabaseMetaDataSQLExceptionpublic String getURL() throws SQLException
getURL in interface SQLDatabaseMetadatagetURL in interface DatabaseMetaDataSQLExceptionpublic String getUserName() throws SQLException
getUserName in interface SQLDatabaseMetadatagetUserName in interface DatabaseMetaDataSQLExceptionpublic boolean isReadOnly()
throws SQLException
isReadOnly in interface SQLDatabaseMetadataisReadOnly in interface DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedHigh()
throws SQLException
nullsAreSortedHigh in interface SQLDatabaseMetadatanullsAreSortedHigh in interface DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedLow()
throws SQLException
nullsAreSortedLow in interface SQLDatabaseMetadatanullsAreSortedLow in interface DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedAtStart()
throws SQLException
nullsAreSortedAtStart in interface SQLDatabaseMetadatanullsAreSortedAtStart in interface DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedAtEnd()
throws SQLException
nullsAreSortedAtEnd in interface SQLDatabaseMetadatanullsAreSortedAtEnd in interface DatabaseMetaDataSQLExceptionpublic String getDatabaseProductName() throws SQLException
getDatabaseProductName in interface SQLDatabaseMetadatagetDatabaseProductName in interface DatabaseMetaDataSQLExceptionpublic String getDatabaseProductVersion() throws SQLException
getDatabaseProductVersion in interface SQLDatabaseMetadatagetDatabaseProductVersion in interface DatabaseMetaDataSQLExceptionpublic String getDriverName() throws SQLException
getDriverName in interface SQLDatabaseMetadatagetDriverName in interface DatabaseMetaDataSQLExceptionpublic String getDriverVersion() throws SQLException
getDriverVersion in interface SQLDatabaseMetadatagetDriverVersion in interface DatabaseMetaDataSQLExceptionpublic int getDriverMajorVersion()
getDriverMajorVersion in interface SQLDatabaseMetadatagetDriverMajorVersion in interface DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion in interface SQLDatabaseMetadatagetDriverMinorVersion in interface DatabaseMetaDatapublic boolean usesLocalFiles()
throws SQLException
usesLocalFiles in interface SQLDatabaseMetadatausesLocalFiles in interface DatabaseMetaDataSQLExceptionpublic boolean usesLocalFilePerTable()
throws SQLException
usesLocalFilePerTable in interface SQLDatabaseMetadatausesLocalFilePerTable in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMixedCaseIdentifiers()
throws SQLException
supportsMixedCaseIdentifiers in interface SQLDatabaseMetadatasupportsMixedCaseIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesUpperCaseIdentifiers()
throws SQLException
storesUpperCaseIdentifiers in interface SQLDatabaseMetadatastoresUpperCaseIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesLowerCaseIdentifiers()
throws SQLException
storesLowerCaseIdentifiers in interface SQLDatabaseMetadatastoresLowerCaseIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesMixedCaseIdentifiers()
throws SQLException
storesMixedCaseIdentifiers in interface SQLDatabaseMetadatastoresMixedCaseIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMixedCaseQuotedIdentifiers()
throws SQLException
supportsMixedCaseQuotedIdentifiers in interface SQLDatabaseMetadatasupportsMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesUpperCaseQuotedIdentifiers()
throws SQLException
storesUpperCaseQuotedIdentifiers in interface SQLDatabaseMetadatastoresUpperCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesLowerCaseQuotedIdentifiers()
throws SQLException
storesLowerCaseQuotedIdentifiers in interface SQLDatabaseMetadatastoresLowerCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionpublic boolean storesMixedCaseQuotedIdentifiers()
throws SQLException
storesMixedCaseQuotedIdentifiers in interface SQLDatabaseMetadatastoresMixedCaseQuotedIdentifiers in interface DatabaseMetaDataSQLExceptionpublic String getIdentifierQuoteString() throws SQLException
getIdentifierQuoteString in interface SQLDatabaseMetadatagetIdentifierQuoteString in interface DatabaseMetaDataSQLExceptionpublic String getSQLKeywords() throws SQLException
getSQLKeywords in interface SQLDatabaseMetadatagetSQLKeywords in interface DatabaseMetaDataSQLExceptionpublic String getNumericFunctions() throws SQLException
getNumericFunctions in interface SQLDatabaseMetadatagetNumericFunctions in interface DatabaseMetaDataSQLExceptionpublic String getStringFunctions() throws SQLException
getStringFunctions in interface SQLDatabaseMetadatagetStringFunctions in interface DatabaseMetaDataSQLExceptionpublic String getSystemFunctions() throws SQLException
getSystemFunctions in interface SQLDatabaseMetadatagetSystemFunctions in interface DatabaseMetaDataSQLExceptionpublic String getTimeDateFunctions() throws SQLException
getTimeDateFunctions in interface SQLDatabaseMetadatagetTimeDateFunctions in interface DatabaseMetaDataSQLExceptionpublic String getSearchStringEscape() throws SQLException
getSearchStringEscape in interface SQLDatabaseMetadatagetSearchStringEscape in interface DatabaseMetaDataSQLExceptionpublic String getExtraNameCharacters() throws SQLException
getExtraNameCharacters in interface SQLDatabaseMetadatagetExtraNameCharacters in interface DatabaseMetaDataSQLExceptionpublic boolean supportsAlterTableWithAddColumn()
throws SQLException
supportsAlterTableWithAddColumn in interface SQLDatabaseMetadatasupportsAlterTableWithAddColumn in interface DatabaseMetaDataSQLExceptionpublic boolean supportsAlterTableWithDropColumn()
throws SQLException
supportsAlterTableWithDropColumn in interface SQLDatabaseMetadatasupportsAlterTableWithDropColumn in interface DatabaseMetaDataSQLExceptionpublic boolean supportsColumnAliasing()
throws SQLException
supportsColumnAliasing in interface SQLDatabaseMetadatasupportsColumnAliasing in interface DatabaseMetaDataSQLExceptionpublic boolean nullPlusNonNullIsNull()
throws SQLException
nullPlusNonNullIsNull in interface SQLDatabaseMetadatanullPlusNonNullIsNull in interface DatabaseMetaDataSQLExceptionpublic boolean supportsConvert()
throws SQLException
supportsConvert in interface SQLDatabaseMetadatasupportsConvert in interface DatabaseMetaDataSQLExceptionpublic boolean supportsConvert(int fromType,
int toType)
throws SQLException
supportsConvert in interface SQLDatabaseMetadatasupportsConvert in interface DatabaseMetaDataSQLExceptionpublic boolean supportsTableCorrelationNames()
throws SQLException
supportsTableCorrelationNames in interface SQLDatabaseMetadatasupportsTableCorrelationNames in interface DatabaseMetaDataSQLExceptionpublic boolean supportsDifferentTableCorrelationNames()
throws SQLException
supportsDifferentTableCorrelationNames in interface SQLDatabaseMetadatasupportsDifferentTableCorrelationNames in interface DatabaseMetaDataSQLExceptionpublic boolean supportsExpressionsInOrderBy()
throws SQLException
supportsExpressionsInOrderBy in interface SQLDatabaseMetadatasupportsExpressionsInOrderBy in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOrderByUnrelated()
throws SQLException
supportsOrderByUnrelated in interface SQLDatabaseMetadatasupportsOrderByUnrelated in interface DatabaseMetaDataSQLExceptionpublic boolean supportsGroupBy()
throws SQLException
supportsGroupBy in interface SQLDatabaseMetadatasupportsGroupBy in interface DatabaseMetaDataSQLExceptionpublic boolean supportsGroupByUnrelated()
throws SQLException
supportsGroupByUnrelated in interface SQLDatabaseMetadatasupportsGroupByUnrelated in interface DatabaseMetaDataSQLExceptionpublic boolean supportsGroupByBeyondSelect()
throws SQLException
supportsGroupByBeyondSelect in interface SQLDatabaseMetadatasupportsGroupByBeyondSelect in interface DatabaseMetaDataSQLExceptionpublic boolean supportsLikeEscapeClause()
throws SQLException
supportsLikeEscapeClause in interface SQLDatabaseMetadatasupportsLikeEscapeClause in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleResultSets()
throws SQLException
supportsMultipleResultSets in interface SQLDatabaseMetadatasupportsMultipleResultSets in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleTransactions()
throws SQLException
supportsMultipleTransactions in interface SQLDatabaseMetadatasupportsMultipleTransactions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsNonNullableColumns()
throws SQLException
supportsNonNullableColumns in interface SQLDatabaseMetadatasupportsNonNullableColumns in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMinimumSQLGrammar()
throws SQLException
supportsMinimumSQLGrammar in interface SQLDatabaseMetadatasupportsMinimumSQLGrammar in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCoreSQLGrammar()
throws SQLException
supportsCoreSQLGrammar in interface SQLDatabaseMetadatasupportsCoreSQLGrammar in interface DatabaseMetaDataSQLExceptionpublic boolean supportsExtendedSQLGrammar()
throws SQLException
supportsExtendedSQLGrammar in interface SQLDatabaseMetadatasupportsExtendedSQLGrammar in interface DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92EntryLevelSQL()
throws SQLException
supportsANSI92EntryLevelSQL in interface SQLDatabaseMetadatasupportsANSI92EntryLevelSQL in interface DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92IntermediateSQL()
throws SQLException
supportsANSI92IntermediateSQL in interface SQLDatabaseMetadatasupportsANSI92IntermediateSQL in interface DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92FullSQL()
throws SQLException
supportsANSI92FullSQL in interface SQLDatabaseMetadatasupportsANSI92FullSQL in interface DatabaseMetaDataSQLExceptionpublic boolean supportsIntegrityEnhancementFacility()
throws SQLException
supportsIntegrityEnhancementFacility in interface SQLDatabaseMetadatasupportsIntegrityEnhancementFacility in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOuterJoins()
throws SQLException
supportsOuterJoins in interface SQLDatabaseMetadatasupportsOuterJoins in interface DatabaseMetaDataSQLExceptionpublic boolean supportsFullOuterJoins()
throws SQLException
supportsFullOuterJoins in interface SQLDatabaseMetadatasupportsFullOuterJoins in interface DatabaseMetaDataSQLExceptionpublic boolean supportsLimitedOuterJoins()
throws SQLException
supportsLimitedOuterJoins in interface SQLDatabaseMetadatasupportsLimitedOuterJoins in interface DatabaseMetaDataSQLExceptionpublic String getSchemaTerm() throws SQLException
getSchemaTerm in interface SQLDatabaseMetadatagetSchemaTerm in interface DatabaseMetaDataSQLExceptionpublic String getProcedureTerm() throws SQLException
getProcedureTerm in interface SQLDatabaseMetadatagetProcedureTerm in interface DatabaseMetaDataSQLExceptionpublic String getCatalogTerm() throws SQLException
getCatalogTerm in interface SQLDatabaseMetadatagetCatalogTerm in interface DatabaseMetaDataSQLExceptionpublic boolean isCatalogAtStart()
throws SQLException
isCatalogAtStart in interface SQLDatabaseMetadataisCatalogAtStart in interface DatabaseMetaDataSQLExceptionpublic String getCatalogSeparator() throws SQLException
getCatalogSeparator in interface SQLDatabaseMetadatagetCatalogSeparator in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInDataManipulation()
throws SQLException
supportsSchemasInDataManipulation in interface SQLDatabaseMetadatasupportsSchemasInDataManipulation in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInProcedureCalls()
throws SQLException
supportsSchemasInProcedureCalls in interface SQLDatabaseMetadatasupportsSchemasInProcedureCalls in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInTableDefinitions()
throws SQLException
supportsSchemasInTableDefinitions in interface SQLDatabaseMetadatasupportsSchemasInTableDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInIndexDefinitions()
throws SQLException
supportsSchemasInIndexDefinitions in interface SQLDatabaseMetadatasupportsSchemasInIndexDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInPrivilegeDefinitions()
throws SQLException
supportsSchemasInPrivilegeDefinitions in interface SQLDatabaseMetadatasupportsSchemasInPrivilegeDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInDataManipulation()
throws SQLException
supportsCatalogsInDataManipulation in interface SQLDatabaseMetadatasupportsCatalogsInDataManipulation in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInProcedureCalls()
throws SQLException
supportsCatalogsInProcedureCalls in interface SQLDatabaseMetadatasupportsCatalogsInProcedureCalls in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInTableDefinitions()
throws SQLException
supportsCatalogsInTableDefinitions in interface SQLDatabaseMetadatasupportsCatalogsInTableDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInIndexDefinitions()
throws SQLException
supportsCatalogsInIndexDefinitions in interface SQLDatabaseMetadatasupportsCatalogsInIndexDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInPrivilegeDefinitions()
throws SQLException
supportsCatalogsInPrivilegeDefinitions in interface SQLDatabaseMetadatasupportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsPositionedDelete()
throws SQLException
supportsPositionedDelete in interface SQLDatabaseMetadatasupportsPositionedDelete in interface DatabaseMetaDataSQLExceptionpublic boolean supportsPositionedUpdate()
throws SQLException
supportsPositionedUpdate in interface SQLDatabaseMetadatasupportsPositionedUpdate in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSelectForUpdate()
throws SQLException
supportsSelectForUpdate in interface SQLDatabaseMetadatasupportsSelectForUpdate in interface DatabaseMetaDataSQLExceptionpublic boolean supportsStoredProcedures()
throws SQLException
supportsStoredProcedures in interface SQLDatabaseMetadatasupportsStoredProcedures in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInComparisons()
throws SQLException
supportsSubqueriesInComparisons in interface SQLDatabaseMetadatasupportsSubqueriesInComparisons in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInExists()
throws SQLException
supportsSubqueriesInExists in interface SQLDatabaseMetadatasupportsSubqueriesInExists in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInIns()
throws SQLException
supportsSubqueriesInIns in interface SQLDatabaseMetadatasupportsSubqueriesInIns in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInQuantifieds()
throws SQLException
supportsSubqueriesInQuantifieds in interface SQLDatabaseMetadatasupportsSubqueriesInQuantifieds in interface DatabaseMetaDataSQLExceptionpublic boolean supportsCorrelatedSubqueries()
throws SQLException
supportsCorrelatedSubqueries in interface SQLDatabaseMetadatasupportsCorrelatedSubqueries in interface DatabaseMetaDataSQLExceptionpublic boolean supportsUnion()
throws SQLException
supportsUnion in interface SQLDatabaseMetadatasupportsUnion in interface DatabaseMetaDataSQLExceptionpublic boolean supportsUnionAll()
throws SQLException
supportsUnionAll in interface SQLDatabaseMetadatasupportsUnionAll in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOpenCursorsAcrossCommit()
throws SQLException
supportsOpenCursorsAcrossCommit in interface SQLDatabaseMetadatasupportsOpenCursorsAcrossCommit in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOpenCursorsAcrossRollback()
throws SQLException
supportsOpenCursorsAcrossRollback in interface SQLDatabaseMetadatasupportsOpenCursorsAcrossRollback in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOpenStatementsAcrossCommit()
throws SQLException
supportsOpenStatementsAcrossCommit in interface SQLDatabaseMetadatasupportsOpenStatementsAcrossCommit in interface DatabaseMetaDataSQLExceptionpublic boolean supportsOpenStatementsAcrossRollback()
throws SQLException
supportsOpenStatementsAcrossRollback in interface SQLDatabaseMetadatasupportsOpenStatementsAcrossRollback in interface DatabaseMetaDataSQLExceptionpublic int getMaxBinaryLiteralLength()
throws SQLException
getMaxBinaryLiteralLength in interface SQLDatabaseMetadatagetMaxBinaryLiteralLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxCharLiteralLength()
throws SQLException
getMaxCharLiteralLength in interface SQLDatabaseMetadatagetMaxCharLiteralLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnNameLength()
throws SQLException
getMaxColumnNameLength in interface SQLDatabaseMetadatagetMaxColumnNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInGroupBy()
throws SQLException
getMaxColumnsInGroupBy in interface SQLDatabaseMetadatagetMaxColumnsInGroupBy in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInIndex()
throws SQLException
getMaxColumnsInIndex in interface SQLDatabaseMetadatagetMaxColumnsInIndex in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInOrderBy()
throws SQLException
getMaxColumnsInOrderBy in interface SQLDatabaseMetadatagetMaxColumnsInOrderBy in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInSelect()
throws SQLException
getMaxColumnsInSelect in interface SQLDatabaseMetadatagetMaxColumnsInSelect in interface DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInTable()
throws SQLException
getMaxColumnsInTable in interface SQLDatabaseMetadatagetMaxColumnsInTable in interface DatabaseMetaDataSQLExceptionpublic int getMaxConnections()
throws SQLException
getMaxConnections in interface SQLDatabaseMetadatagetMaxConnections in interface DatabaseMetaDataSQLExceptionpublic int getMaxCursorNameLength()
throws SQLException
getMaxCursorNameLength in interface SQLDatabaseMetadatagetMaxCursorNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxIndexLength()
throws SQLException
getMaxIndexLength in interface SQLDatabaseMetadatagetMaxIndexLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxSchemaNameLength()
throws SQLException
getMaxSchemaNameLength in interface SQLDatabaseMetadatagetMaxSchemaNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxProcedureNameLength()
throws SQLException
getMaxProcedureNameLength in interface SQLDatabaseMetadatagetMaxProcedureNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxCatalogNameLength()
throws SQLException
getMaxCatalogNameLength in interface SQLDatabaseMetadatagetMaxCatalogNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxRowSize()
throws SQLException
getMaxRowSize in interface SQLDatabaseMetadatagetMaxRowSize in interface DatabaseMetaDataSQLExceptionpublic boolean doesMaxRowSizeIncludeBlobs()
throws SQLException
doesMaxRowSizeIncludeBlobs in interface SQLDatabaseMetadatadoesMaxRowSizeIncludeBlobs in interface DatabaseMetaDataSQLExceptionpublic int getMaxStatementLength()
throws SQLException
getMaxStatementLength in interface SQLDatabaseMetadatagetMaxStatementLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxStatements()
throws SQLException
getMaxStatements in interface SQLDatabaseMetadatagetMaxStatements in interface DatabaseMetaDataSQLExceptionpublic int getMaxTableNameLength()
throws SQLException
getMaxTableNameLength in interface SQLDatabaseMetadatagetMaxTableNameLength in interface DatabaseMetaDataSQLExceptionpublic int getMaxTablesInSelect()
throws SQLException
getMaxTablesInSelect in interface SQLDatabaseMetadatagetMaxTablesInSelect in interface DatabaseMetaDataSQLExceptionpublic int getMaxUserNameLength()
throws SQLException
getMaxUserNameLength in interface SQLDatabaseMetadatagetMaxUserNameLength in interface DatabaseMetaDataSQLExceptionpublic int getDefaultTransactionIsolation()
throws SQLException
getDefaultTransactionIsolation in interface SQLDatabaseMetadatagetDefaultTransactionIsolation in interface DatabaseMetaDataSQLExceptionpublic boolean supportsTransactions()
throws SQLException
supportsTransactions in interface SQLDatabaseMetadatasupportsTransactions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsTransactionIsolationLevel(int level)
throws SQLException
supportsTransactionIsolationLevel in interface SQLDatabaseMetadatasupportsTransactionIsolationLevel in interface DatabaseMetaDataSQLExceptionpublic boolean supportsDataDefinitionAndDataManipulationTransactions()
throws SQLException
supportsDataDefinitionAndDataManipulationTransactions in interface SQLDatabaseMetadatasupportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaDataSQLExceptionpublic boolean supportsDataManipulationTransactionsOnly()
throws SQLException
supportsDataManipulationTransactionsOnly in interface SQLDatabaseMetadatasupportsDataManipulationTransactionsOnly in interface DatabaseMetaDataSQLExceptionpublic boolean dataDefinitionCausesTransactionCommit()
throws SQLException
dataDefinitionCausesTransactionCommit in interface SQLDatabaseMetadatadataDefinitionCausesTransactionCommit in interface DatabaseMetaDataSQLExceptionpublic boolean dataDefinitionIgnoredInTransactions()
throws SQLException
dataDefinitionIgnoredInTransactions in interface SQLDatabaseMetadatadataDefinitionIgnoredInTransactions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
getProcedures in interface SQLDatabaseMetadatagetProcedures in interface DatabaseMetaDataSQLExceptionpublic ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException
getProcedureColumns in interface SQLDatabaseMetadatagetProcedureColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables in interface SQLDatabaseMetadatagetTables in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas() throws SQLException
getSchemas in interface SQLDatabaseMetadatagetSchemas in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas in interface SQLDatabaseMetadatagetSchemas in interface DatabaseMetaDataSQLExceptionpublic ResultSet getCatalogs() throws SQLException
getCatalogs in interface SQLDatabaseMetadatagetCatalogs in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTableTypes() throws SQLException
getTableTypes in interface SQLDatabaseMetadatagetTableTypes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns in interface SQLDatabaseMetadatagetColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException
getColumnPrivileges in interface SQLDatabaseMetadatagetColumnPrivileges in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getTablePrivileges in interface SQLDatabaseMetadatagetTablePrivileges in interface DatabaseMetaDataSQLExceptionpublic ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException
getBestRowIdentifier in interface SQLDatabaseMetadatagetBestRowIdentifier in interface DatabaseMetaDataSQLExceptionpublic ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException
getVersionColumns in interface SQLDatabaseMetadatagetVersionColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException
getPrimaryKeys in interface SQLDatabaseMetadatagetPrimaryKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
getImportedKeys in interface SQLDatabaseMetadatagetImportedKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
getExportedKeys in interface SQLDatabaseMetadatagetExportedKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
getCrossReference in interface SQLDatabaseMetadatagetCrossReference in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTypeInfo() throws SQLException
getTypeInfo in interface SQLDatabaseMetadatagetTypeInfo in interface DatabaseMetaDataSQLExceptionpublic ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException
getIndexInfo in interface SQLDatabaseMetadatagetIndexInfo in interface DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetType(int type)
throws SQLException
supportsResultSetType in interface SQLDatabaseMetadatasupportsResultSetType in interface DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetConcurrency(int type,
int concurrency)
throws SQLException
supportsResultSetConcurrency in interface SQLDatabaseMetadatasupportsResultSetConcurrency in interface DatabaseMetaDataSQLExceptionpublic boolean ownUpdatesAreVisible(int type)
throws SQLException
ownUpdatesAreVisible in interface SQLDatabaseMetadataownUpdatesAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean ownDeletesAreVisible(int type)
throws SQLException
ownDeletesAreVisible in interface SQLDatabaseMetadataownDeletesAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean ownInsertsAreVisible(int type)
throws SQLException
ownInsertsAreVisible in interface SQLDatabaseMetadataownInsertsAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean othersUpdatesAreVisible(int type)
throws SQLException
othersUpdatesAreVisible in interface SQLDatabaseMetadataothersUpdatesAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean othersDeletesAreVisible(int type)
throws SQLException
othersDeletesAreVisible in interface SQLDatabaseMetadataothersDeletesAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean othersInsertsAreVisible(int type)
throws SQLException
othersInsertsAreVisible in interface SQLDatabaseMetadataothersInsertsAreVisible in interface DatabaseMetaDataSQLExceptionpublic boolean updatesAreDetected(int type)
throws SQLException
updatesAreDetected in interface SQLDatabaseMetadataupdatesAreDetected in interface DatabaseMetaDataSQLExceptionpublic boolean deletesAreDetected(int type)
throws SQLException
deletesAreDetected in interface SQLDatabaseMetadatadeletesAreDetected in interface DatabaseMetaDataSQLExceptionpublic boolean insertsAreDetected(int type)
throws SQLException
insertsAreDetected in interface SQLDatabaseMetadatainsertsAreDetected in interface DatabaseMetaDataSQLExceptionpublic boolean supportsBatchUpdates()
throws SQLException
supportsBatchUpdates in interface SQLDatabaseMetadatasupportsBatchUpdates in interface DatabaseMetaDataSQLExceptionpublic ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException
getUDTs in interface SQLDatabaseMetadatagetUDTs in interface DatabaseMetaDataSQLExceptionpublic Connection getConnection() throws SQLException
getConnection in interface SQLDatabaseMetadatagetConnection in interface DatabaseMetaDataSQLExceptionpublic boolean supportsSavepoints()
throws SQLException
supportsSavepoints in interface SQLDatabaseMetadatasupportsSavepoints in interface DatabaseMetaDataSQLExceptionpublic boolean supportsNamedParameters()
throws SQLException
supportsNamedParameters in interface SQLDatabaseMetadatasupportsNamedParameters in interface DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleOpenResults()
throws SQLException
supportsMultipleOpenResults in interface SQLDatabaseMetadatasupportsMultipleOpenResults in interface DatabaseMetaDataSQLExceptionpublic boolean supportsGetGeneratedKeys()
throws SQLException
supportsGetGeneratedKeys in interface SQLDatabaseMetadatasupportsGetGeneratedKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException
getSuperTypes in interface SQLDatabaseMetadatagetSuperTypes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getSuperTables in interface SQLDatabaseMetadatagetSuperTables in interface DatabaseMetaDataSQLExceptionpublic ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException
getAttributes in interface SQLDatabaseMetadatagetAttributes in interface DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetHoldability(int holdability)
throws SQLException
supportsResultSetHoldability in interface SQLDatabaseMetadatasupportsResultSetHoldability in interface DatabaseMetaDataSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface SQLDatabaseMetadatagetResultSetHoldability in interface DatabaseMetaDataSQLExceptionpublic int getDatabaseMajorVersion()
throws SQLException
getDatabaseMajorVersion in interface SQLDatabaseMetadatagetDatabaseMajorVersion in interface DatabaseMetaDataSQLExceptionpublic int getDatabaseMinorVersion()
throws SQLException
getDatabaseMinorVersion in interface SQLDatabaseMetadatagetDatabaseMinorVersion in interface DatabaseMetaDataSQLExceptionpublic int getJDBCMajorVersion()
throws SQLException
getJDBCMajorVersion in interface SQLDatabaseMetadatagetJDBCMajorVersion in interface DatabaseMetaDataSQLExceptionpublic int getJDBCMinorVersion()
throws SQLException
getJDBCMinorVersion in interface SQLDatabaseMetadatagetJDBCMinorVersion in interface DatabaseMetaDataSQLExceptionpublic int getSQLStateType()
throws SQLException
getSQLStateType in interface SQLDatabaseMetadatagetSQLStateType in interface DatabaseMetaDataSQLExceptionpublic boolean locatorsUpdateCopy()
throws SQLException
locatorsUpdateCopy in interface SQLDatabaseMetadatalocatorsUpdateCopy in interface DatabaseMetaDataSQLExceptionpublic boolean supportsStatementPooling()
throws SQLException
supportsStatementPooling in interface SQLDatabaseMetadatasupportsStatementPooling in interface DatabaseMetaDataSQLExceptionpublic RowIdLifetime getRowIdLifetime() throws SQLException
getRowIdLifetime in interface SQLDatabaseMetadatagetRowIdLifetime in interface DatabaseMetaDataSQLExceptionpublic boolean supportsStoredFunctionsUsingCallSyntax()
throws SQLException
supportsStoredFunctionsUsingCallSyntax in interface SQLDatabaseMetadatasupportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDataSQLExceptionpublic boolean autoCommitFailureClosesAllResultSets()
throws SQLException
autoCommitFailureClosesAllResultSets in interface SQLDatabaseMetadataautoCommitFailureClosesAllResultSets in interface DatabaseMetaDataSQLExceptionpublic ResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties in interface SQLDatabaseMetadatagetClientInfoProperties in interface DatabaseMetaDataSQLExceptionpublic ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException
getFunctions in interface SQLDatabaseMetadatagetFunctions in interface DatabaseMetaDataSQLExceptionpublic ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException
getFunctionColumns in interface SQLDatabaseMetadatagetFunctionColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getPseudoColumns in interface SQLDatabaseMetadatagetPseudoColumns in interface DatabaseMetaDataSQLExceptionpublic boolean generatedKeyAlwaysReturned()
throws SQLException
generatedKeyAlwaysReturned in interface SQLDatabaseMetadatageneratedKeyAlwaysReturned in interface DatabaseMetaDataSQLExceptionCopyright © 2021. All rights reserved.