public class ArrowDatabaseMetadata
extends org.apache.calcite.avatica.AvaticaDatabaseMetaData
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
allProceduresAreCallable, allTablesAreSelectable, autoCommitFailureClosesAllResultSets, deletesAreDetected, generatedKeyAlwaysReturned, getAttributes, getAvaticaServerVersion, getBestRowIdentifier, getCatalogSeparator, getClientInfoProperties, getColumnPrivileges, getDatabaseMajorVersion, getDatabaseMinorVersion, getDriverMajorVersion, getDriverMinorVersion, getDriverName, getDriverVersion, getFunctionColumns, getFunctions, getIndexInfo, getJDBCMajorVersion, getJDBCMinorVersion, getProcedureColumns, getProcedures, getPseudoColumns, getRemoteAvaticaProperties, getResultSetHoldability, getRowIdLifetime, getSchemas, getSQLStateType, getSuperTables, getSuperTypes, getTablePrivileges, getTypeInfo, getUDTs, getURL, getUserName, getVersionColumns, insertsAreDetected, isWrapperFor, nullsAreSortedAtEnd, nullsAreSortedAtStart, nullsAreSortedHigh, nullsAreSortedLow, othersDeletesAreVisible, othersInsertsAreVisible, othersUpdatesAreVisible, ownDeletesAreVisible, ownInsertsAreVisible, ownUpdatesAreVisible, storesLowerCaseIdentifiers, storesLowerCaseQuotedIdentifiers, storesMixedCaseIdentifiers, storesMixedCaseQuotedIdentifiers, storesUpperCaseIdentifiers, storesUpperCaseQuotedIdentifiers, supportsAlterTableWithAddColumn, supportsAlterTableWithDropColumn, supportsCatalogsInDataManipulation, supportsCatalogsInProcedureCalls, supportsCatalogsInTableDefinitions, supportsDataDefinitionAndDataManipulationTransactions, supportsDataManipulationTransactionsOnly, supportsGetGeneratedKeys, supportsGroupByBeyondSelect, supportsMixedCaseIdentifiers, supportsMixedCaseQuotedIdentifiers, supportsMultipleOpenResults, supportsMultipleResultSets, supportsMultipleTransactions, supportsOpenCursorsAcrossCommit, supportsOpenCursorsAcrossRollback, supportsOpenStatementsAcrossCommit, supportsOpenStatementsAcrossRollback, supportsResultSetConcurrency, supportsResultSetHoldability, supportsSchemasInDataManipulation, supportsSchemasInTableDefinitions, supportsStatementPooling, unwrap, updatesAreDetected, usesLocalFilePerTable, usesLocalFiles
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxLogicalLobSize, supportsRefCursors
public String getDatabaseProductName() throws SQLException
getDatabaseProductName
in interface DatabaseMetaData
getDatabaseProductName
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getDatabaseProductVersion() throws SQLException
getDatabaseProductVersion
in interface DatabaseMetaData
getDatabaseProductVersion
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getIdentifierQuoteString() throws SQLException
getIdentifierQuoteString
in interface DatabaseMetaData
getIdentifierQuoteString
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean isReadOnly() throws SQLException
isReadOnly
in interface DatabaseMetaData
isReadOnly
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getSQLKeywords() throws SQLException
getSQLKeywords
in interface DatabaseMetaData
getSQLKeywords
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getNumericFunctions() throws SQLException
getNumericFunctions
in interface DatabaseMetaData
getNumericFunctions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getStringFunctions() throws SQLException
getStringFunctions
in interface DatabaseMetaData
getStringFunctions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getSystemFunctions() throws SQLException
getSystemFunctions
in interface DatabaseMetaData
getSystemFunctions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getTimeDateFunctions() throws SQLException
getTimeDateFunctions
in interface DatabaseMetaData
getTimeDateFunctions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getSearchStringEscape() throws SQLException
getSearchStringEscape
in interface DatabaseMetaData
getSearchStringEscape
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getExtraNameCharacters() throws SQLException
getExtraNameCharacters
in interface DatabaseMetaData
getExtraNameCharacters
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsColumnAliasing() throws SQLException
supportsColumnAliasing
in interface DatabaseMetaData
supportsColumnAliasing
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean nullPlusNonNullIsNull() throws SQLException
nullPlusNonNullIsNull
in interface DatabaseMetaData
nullPlusNonNullIsNull
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsConvert() throws SQLException
supportsConvert
in interface DatabaseMetaData
supportsConvert
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsConvert(int fromType, int toType) throws SQLException
supportsConvert
in interface DatabaseMetaData
supportsConvert
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsTableCorrelationNames() throws SQLException
supportsTableCorrelationNames
in interface DatabaseMetaData
supportsTableCorrelationNames
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsDifferentTableCorrelationNames() throws SQLException
supportsDifferentTableCorrelationNames
in interface DatabaseMetaData
supportsDifferentTableCorrelationNames
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsExpressionsInOrderBy() throws SQLException
supportsExpressionsInOrderBy
in interface DatabaseMetaData
supportsExpressionsInOrderBy
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsOrderByUnrelated() throws SQLException
supportsOrderByUnrelated
in interface DatabaseMetaData
supportsOrderByUnrelated
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsGroupBy() throws SQLException
supportsGroupBy
in interface DatabaseMetaData
supportsGroupBy
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsGroupByUnrelated() throws SQLException
supportsGroupByUnrelated
in interface DatabaseMetaData
supportsGroupByUnrelated
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsLikeEscapeClause() throws SQLException
supportsLikeEscapeClause
in interface DatabaseMetaData
supportsLikeEscapeClause
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsNonNullableColumns() throws SQLException
supportsNonNullableColumns
in interface DatabaseMetaData
supportsNonNullableColumns
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsMinimumSQLGrammar() throws SQLException
supportsMinimumSQLGrammar
in interface DatabaseMetaData
supportsMinimumSQLGrammar
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsCoreSQLGrammar() throws SQLException
supportsCoreSQLGrammar
in interface DatabaseMetaData
supportsCoreSQLGrammar
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsExtendedSQLGrammar() throws SQLException
supportsExtendedSQLGrammar
in interface DatabaseMetaData
supportsExtendedSQLGrammar
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsANSI92EntryLevelSQL() throws SQLException
supportsANSI92EntryLevelSQL
in interface DatabaseMetaData
supportsANSI92EntryLevelSQL
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsANSI92IntermediateSQL() throws SQLException
supportsANSI92IntermediateSQL
in interface DatabaseMetaData
supportsANSI92IntermediateSQL
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsANSI92FullSQL() throws SQLException
supportsANSI92FullSQL
in interface DatabaseMetaData
supportsANSI92FullSQL
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsIntegrityEnhancementFacility() throws SQLException
supportsIntegrityEnhancementFacility
in interface DatabaseMetaData
supportsIntegrityEnhancementFacility
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsOuterJoins() throws SQLException
supportsOuterJoins
in interface DatabaseMetaData
supportsOuterJoins
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsFullOuterJoins() throws SQLException
supportsFullOuterJoins
in interface DatabaseMetaData
supportsFullOuterJoins
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsLimitedOuterJoins() throws SQLException
supportsLimitedOuterJoins
in interface DatabaseMetaData
supportsLimitedOuterJoins
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getSchemaTerm() throws SQLException
getSchemaTerm
in interface DatabaseMetaData
getSchemaTerm
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getProcedureTerm() throws SQLException
getProcedureTerm
in interface DatabaseMetaData
getProcedureTerm
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public String getCatalogTerm() throws SQLException
getCatalogTerm
in interface DatabaseMetaData
getCatalogTerm
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean isCatalogAtStart() throws SQLException
isCatalogAtStart
in interface DatabaseMetaData
isCatalogAtStart
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSchemasInProcedureCalls() throws SQLException
supportsSchemasInProcedureCalls
in interface DatabaseMetaData
supportsSchemasInProcedureCalls
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSchemasInIndexDefinitions() throws SQLException
supportsSchemasInIndexDefinitions
in interface DatabaseMetaData
supportsSchemasInIndexDefinitions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
supportsSchemasInPrivilegeDefinitions
in interface DatabaseMetaData
supportsSchemasInPrivilegeDefinitions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsCatalogsInIndexDefinitions() throws SQLException
supportsCatalogsInIndexDefinitions
in interface DatabaseMetaData
supportsCatalogsInIndexDefinitions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
supportsCatalogsInPrivilegeDefinitions
in interface DatabaseMetaData
supportsCatalogsInPrivilegeDefinitions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsPositionedDelete() throws SQLException
supportsPositionedDelete
in interface DatabaseMetaData
supportsPositionedDelete
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsPositionedUpdate() throws SQLException
supportsPositionedUpdate
in interface DatabaseMetaData
supportsPositionedUpdate
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsResultSetType(int type) throws SQLException
supportsResultSetType
in interface DatabaseMetaData
supportsResultSetType
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSelectForUpdate() throws SQLException
supportsSelectForUpdate
in interface DatabaseMetaData
supportsSelectForUpdate
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsStoredProcedures() throws SQLException
supportsStoredProcedures
in interface DatabaseMetaData
supportsStoredProcedures
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSubqueriesInComparisons() throws SQLException
supportsSubqueriesInComparisons
in interface DatabaseMetaData
supportsSubqueriesInComparisons
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSubqueriesInExists() throws SQLException
supportsSubqueriesInExists
in interface DatabaseMetaData
supportsSubqueriesInExists
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSubqueriesInIns() throws SQLException
supportsSubqueriesInIns
in interface DatabaseMetaData
supportsSubqueriesInIns
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSubqueriesInQuantifieds() throws SQLException
supportsSubqueriesInQuantifieds
in interface DatabaseMetaData
supportsSubqueriesInQuantifieds
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsCorrelatedSubqueries() throws SQLException
supportsCorrelatedSubqueries
in interface DatabaseMetaData
supportsCorrelatedSubqueries
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsUnion() throws SQLException
supportsUnion
in interface DatabaseMetaData
supportsUnion
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsUnionAll() throws SQLException
supportsUnionAll
in interface DatabaseMetaData
supportsUnionAll
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxBinaryLiteralLength() throws SQLException
getMaxBinaryLiteralLength
in interface DatabaseMetaData
getMaxBinaryLiteralLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxCharLiteralLength() throws SQLException
getMaxCharLiteralLength
in interface DatabaseMetaData
getMaxCharLiteralLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnNameLength() throws SQLException
getMaxColumnNameLength
in interface DatabaseMetaData
getMaxColumnNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnsInGroupBy() throws SQLException
getMaxColumnsInGroupBy
in interface DatabaseMetaData
getMaxColumnsInGroupBy
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnsInIndex() throws SQLException
getMaxColumnsInIndex
in interface DatabaseMetaData
getMaxColumnsInIndex
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnsInOrderBy() throws SQLException
getMaxColumnsInOrderBy
in interface DatabaseMetaData
getMaxColumnsInOrderBy
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnsInSelect() throws SQLException
getMaxColumnsInSelect
in interface DatabaseMetaData
getMaxColumnsInSelect
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxColumnsInTable() throws SQLException
getMaxColumnsInTable
in interface DatabaseMetaData
getMaxColumnsInTable
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxConnections() throws SQLException
getMaxConnections
in interface DatabaseMetaData
getMaxConnections
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxCursorNameLength() throws SQLException
getMaxCursorNameLength
in interface DatabaseMetaData
getMaxCursorNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxIndexLength() throws SQLException
getMaxIndexLength
in interface DatabaseMetaData
getMaxIndexLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxSchemaNameLength() throws SQLException
getMaxSchemaNameLength
in interface DatabaseMetaData
getMaxSchemaNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxProcedureNameLength() throws SQLException
getMaxProcedureNameLength
in interface DatabaseMetaData
getMaxProcedureNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxCatalogNameLength() throws SQLException
getMaxCatalogNameLength
in interface DatabaseMetaData
getMaxCatalogNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxRowSize() throws SQLException
getMaxRowSize
in interface DatabaseMetaData
getMaxRowSize
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException
doesMaxRowSizeIncludeBlobs
in interface DatabaseMetaData
doesMaxRowSizeIncludeBlobs
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxStatementLength() throws SQLException
getMaxStatementLength
in interface DatabaseMetaData
getMaxStatementLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxStatements() throws SQLException
getMaxStatements
in interface DatabaseMetaData
getMaxStatements
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxTableNameLength() throws SQLException
getMaxTableNameLength
in interface DatabaseMetaData
getMaxTableNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxTablesInSelect() throws SQLException
getMaxTablesInSelect
in interface DatabaseMetaData
getMaxTablesInSelect
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getMaxUserNameLength() throws SQLException
getMaxUserNameLength
in interface DatabaseMetaData
getMaxUserNameLength
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public int getDefaultTransactionIsolation() throws SQLException
getDefaultTransactionIsolation
in interface DatabaseMetaData
getDefaultTransactionIsolation
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsTransactions() throws SQLException
supportsTransactions
in interface DatabaseMetaData
supportsTransactions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsTransactionIsolationLevel(int level) throws SQLException
supportsTransactionIsolationLevel
in interface DatabaseMetaData
supportsTransactionIsolationLevel
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean dataDefinitionCausesTransactionCommit() throws SQLException
dataDefinitionCausesTransactionCommit
in interface DatabaseMetaData
dataDefinitionCausesTransactionCommit
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean dataDefinitionIgnoredInTransactions() throws SQLException
dataDefinitionIgnoredInTransactions
in interface DatabaseMetaData
dataDefinitionIgnoredInTransactions
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsBatchUpdates() throws SQLException
supportsBatchUpdates
in interface DatabaseMetaData
supportsBatchUpdates
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsSavepoints() throws SQLException
supportsSavepoints
in interface DatabaseMetaData
supportsSavepoints
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsNamedParameters() throws SQLException
supportsNamedParameters
in interface DatabaseMetaData
supportsNamedParameters
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean locatorsUpdateCopy() throws SQLException
locatorsUpdateCopy
in interface DatabaseMetaData
locatorsUpdateCopy
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException
supportsStoredFunctionsUsingCallSyntax
in interface DatabaseMetaData
supportsStoredFunctionsUsingCallSyntax
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ArrowFlightConnection getConnection() throws SQLException
getConnection
in interface DatabaseMetaData
getConnection
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getCatalogs() throws SQLException
getCatalogs
in interface DatabaseMetaData
getCatalogs
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
getImportedKeys
in interface DatabaseMetaData
getImportedKeys
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
getExportedKeys
in interface DatabaseMetaData
getExportedKeys
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
getCrossReference
in interface DatabaseMetaData
getCrossReference
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas
in interface DatabaseMetaData
getSchemas
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getTableTypes() throws SQLException
getTableTypes
in interface DatabaseMetaData
getTableTypes
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables
in interface DatabaseMetaData
getTables
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException
getPrimaryKeys
in interface DatabaseMetaData
getPrimaryKeys
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
public ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns
in interface DatabaseMetaData
getColumns
in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
SQLException
Copyright © 2023 The Apache Software Foundation. All rights reserved.