public class JDBCDataBaseMetaData extends Object implements 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| 构造器和说明 |
|---|
JDBCDataBaseMetaData(JDBCConnection connection,
JDBCStatement statement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsRefCursorspublic JDBCDataBaseMetaData(JDBCConnection connection, JDBCStatement statement)
public boolean allProceduresAreCallable()
allProceduresAreCallable 在接口中 DatabaseMetaDatapublic boolean allTablesAreSelectable()
allTablesAreSelectable 在接口中 DatabaseMetaDatapublic boolean autoCommitFailureClosesAllResultSets()
public boolean dataDefinitionCausesTransactionCommit()
public boolean dataDefinitionIgnoredInTransactions()
public boolean deletesAreDetected(int type)
deletesAreDetected 在接口中 DatabaseMetaDatapublic boolean doesMaxRowSizeIncludeBlobs()
doesMaxRowSizeIncludeBlobs 在接口中 DatabaseMetaDatapublic ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)
getAttributes 在接口中 DatabaseMetaDatapublic ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
getBestRowIdentifier 在接口中 DatabaseMetaDatapublic ResultSet getCatalogs() throws SQLException
getCatalogs 在接口中 DatabaseMetaDataSQLExceptionpublic String getCatalogSeparator()
getCatalogSeparator 在接口中 DatabaseMetaDatapublic String getCatalogTerm()
getCatalogTerm 在接口中 DatabaseMetaDatapublic ResultSet getClientInfoProperties()
getClientInfoProperties 在接口中 DatabaseMetaDatapublic ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)
getColumnPrivileges 在接口中 DatabaseMetaDatapublic ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns 在接口中 DatabaseMetaDataSQLExceptionpublic Connection getConnection()
getConnection 在接口中 DatabaseMetaDatapublic ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable)
getCrossReference 在接口中 DatabaseMetaDatapublic int getDatabaseMajorVersion()
getDatabaseMajorVersion 在接口中 DatabaseMetaDatapublic int getDatabaseMinorVersion()
getDatabaseMinorVersion 在接口中 DatabaseMetaDatapublic String getDatabaseProductName()
getDatabaseProductName 在接口中 DatabaseMetaDatapublic int getDefaultTransactionIsolation()
public int getDriverMajorVersion()
getDriverMajorVersion 在接口中 DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion 在接口中 DatabaseMetaDatapublic String getDriverName()
getDriverName 在接口中 DatabaseMetaDatapublic String getDriverVersion()
getDriverVersion 在接口中 DatabaseMetaDatapublic ResultSet getExportedKeys(String catalog, String schema, String table)
getExportedKeys 在接口中 DatabaseMetaDatapublic String getExtraNameCharacters()
getExtraNameCharacters 在接口中 DatabaseMetaDatapublic ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)
getFunctionColumns 在接口中 DatabaseMetaDatapublic String getIdentifierQuoteString()
getIdentifierQuoteString 在接口中 DatabaseMetaDatapublic ResultSet getImportedKeys(String catalog, String schema, String table)
getImportedKeys 在接口中 DatabaseMetaDatapublic ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate)
getIndexInfo 在接口中 DatabaseMetaDatapublic int getJDBCMajorVersion()
getJDBCMajorVersion 在接口中 DatabaseMetaDatapublic int getJDBCMinorVersion()
getJDBCMinorVersion 在接口中 DatabaseMetaDatapublic int getMaxBinaryLiteralLength()
getMaxBinaryLiteralLength 在接口中 DatabaseMetaDatapublic int getMaxCatalogNameLength()
getMaxCatalogNameLength 在接口中 DatabaseMetaDatapublic int getMaxCharLiteralLength()
getMaxCharLiteralLength 在接口中 DatabaseMetaDatapublic int getMaxColumnNameLength()
getMaxColumnNameLength 在接口中 DatabaseMetaDatapublic int getMaxColumnsInGroupBy()
getMaxColumnsInGroupBy 在接口中 DatabaseMetaDatapublic int getMaxColumnsInIndex()
getMaxColumnsInIndex 在接口中 DatabaseMetaDatapublic int getMaxColumnsInOrderBy()
getMaxColumnsInOrderBy 在接口中 DatabaseMetaDatapublic int getMaxColumnsInSelect()
getMaxColumnsInSelect 在接口中 DatabaseMetaDatapublic int getMaxColumnsInTable()
getMaxColumnsInTable 在接口中 DatabaseMetaDatapublic int getMaxConnections()
getMaxConnections 在接口中 DatabaseMetaDatapublic int getMaxCursorNameLength()
getMaxCursorNameLength 在接口中 DatabaseMetaDatapublic int getMaxIndexLength()
getMaxIndexLength 在接口中 DatabaseMetaDatapublic int getMaxProcedureNameLength()
getMaxProcedureNameLength 在接口中 DatabaseMetaDatapublic int getMaxRowSize()
getMaxRowSize 在接口中 DatabaseMetaDatapublic int getMaxSchemaNameLength()
getMaxSchemaNameLength 在接口中 DatabaseMetaDatapublic int getMaxStatementLength()
getMaxStatementLength 在接口中 DatabaseMetaDatapublic int getMaxStatements()
getMaxStatements 在接口中 DatabaseMetaDatapublic int getMaxTableNameLength()
getMaxTableNameLength 在接口中 DatabaseMetaDatapublic int getMaxTablesInSelect()
getMaxTablesInSelect 在接口中 DatabaseMetaDatapublic int getMaxUserNameLength()
getMaxUserNameLength 在接口中 DatabaseMetaDatapublic int getResultSetHoldability()
getResultSetHoldability 在接口中 DatabaseMetaDatapublic int getSQLStateType()
getSQLStateType 在接口中 DatabaseMetaDatapublic long getMaxLogicalLobSize()
getMaxLogicalLobSize 在接口中 DatabaseMetaDatapublic ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern)
getFunctions 在接口中 DatabaseMetaDatapublic ResultSet getPrimaryKeys(String catalog, String schema, String table)
getPrimaryKeys 在接口中 DatabaseMetaDatapublic ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)
getProcedureColumns 在接口中 DatabaseMetaDatapublic ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern)
getProcedures 在接口中 DatabaseMetaDatapublic ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
getPseudoColumns 在接口中 DatabaseMetaDatapublic ResultSet getSchemas() throws SQLException
getSchemas 在接口中 DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas(String catalog, String schemaPattern)
getSchemas 在接口中 DatabaseMetaDatapublic ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern)
getSuperTables 在接口中 DatabaseMetaDatapublic ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern)
getSuperTypes 在接口中 DatabaseMetaDatapublic ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)
getTablePrivileges 在接口中 DatabaseMetaDatapublic ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables 在接口中 DatabaseMetaDataSQLExceptionpublic ResultSet getTableTypes() throws SQLException
getTableTypes 在接口中 DatabaseMetaDataSQLExceptionpublic ResultSet getTypeInfo() throws SQLException
getTypeInfo 在接口中 DatabaseMetaDataSQLExceptionpublic ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)
getUDTs 在接口中 DatabaseMetaDatapublic ResultSet getVersionColumns(String catalog, String schema, String table)
getVersionColumns 在接口中 DatabaseMetaDatapublic RowIdLifetime getRowIdLifetime()
getRowIdLifetime 在接口中 DatabaseMetaDatapublic String getDatabaseProductVersion()
getDatabaseProductVersion 在接口中 DatabaseMetaDatapublic String getNumericFunctions()
getNumericFunctions 在接口中 DatabaseMetaDatapublic String getProcedureTerm()
getProcedureTerm 在接口中 DatabaseMetaDatapublic String getSchemaTerm()
getSchemaTerm 在接口中 DatabaseMetaDatapublic String getSearchStringEscape()
getSearchStringEscape 在接口中 DatabaseMetaDatapublic String getSQLKeywords()
getSQLKeywords 在接口中 DatabaseMetaDatapublic String getStringFunctions()
getStringFunctions 在接口中 DatabaseMetaDatapublic String getSystemFunctions()
getSystemFunctions 在接口中 DatabaseMetaDatapublic String getTimeDateFunctions()
getTimeDateFunctions 在接口中 DatabaseMetaDatapublic String getURL()
getURL 在接口中 DatabaseMetaDatapublic String getUserName()
getUserName 在接口中 DatabaseMetaDatapublic boolean isReadOnly()
throws SQLException
isReadOnly 在接口中 DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedHigh()
throws SQLException
nullsAreSortedHigh 在接口中 DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedLow()
throws SQLException
nullsAreSortedLow 在接口中 DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedAtStart()
throws SQLException
nullsAreSortedAtStart 在接口中 DatabaseMetaDataSQLExceptionpublic boolean nullsAreSortedAtEnd()
throws SQLException
nullsAreSortedAtEnd 在接口中 DatabaseMetaDataSQLExceptionpublic boolean usesLocalFiles()
throws SQLException
usesLocalFiles 在接口中 DatabaseMetaDataSQLExceptionpublic boolean usesLocalFilePerTable()
throws SQLException
usesLocalFilePerTable 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMixedCaseIdentifiers()
throws SQLException
supportsMixedCaseIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesUpperCaseIdentifiers()
throws SQLException
storesUpperCaseIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesLowerCaseIdentifiers()
throws SQLException
storesLowerCaseIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesMixedCaseIdentifiers()
throws SQLException
storesMixedCaseIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMixedCaseQuotedIdentifiers()
throws SQLException
supportsMixedCaseQuotedIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesUpperCaseQuotedIdentifiers()
throws SQLException
storesUpperCaseQuotedIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesLowerCaseQuotedIdentifiers()
throws SQLException
storesLowerCaseQuotedIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean storesMixedCaseQuotedIdentifiers()
throws SQLException
storesMixedCaseQuotedIdentifiers 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsAlterTableWithAddColumn()
throws SQLException
supportsAlterTableWithAddColumn 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsAlterTableWithDropColumn()
throws SQLException
supportsAlterTableWithDropColumn 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsColumnAliasing()
throws SQLException
supportsColumnAliasing 在接口中 DatabaseMetaDataSQLExceptionpublic boolean nullPlusNonNullIsNull()
throws SQLException
nullPlusNonNullIsNull 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsConvert()
throws SQLException
supportsConvert 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsConvert(int fromType,
int toType)
throws SQLException
supportsConvert 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsTableCorrelationNames()
throws SQLException
supportsTableCorrelationNames 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsDifferentTableCorrelationNames()
throws SQLException
public boolean supportsExpressionsInOrderBy()
throws SQLException
supportsExpressionsInOrderBy 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOrderByUnrelated()
throws SQLException
supportsOrderByUnrelated 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsGroupBy()
throws SQLException
supportsGroupBy 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsGroupByUnrelated()
throws SQLException
supportsGroupByUnrelated 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsGroupByBeyondSelect()
throws SQLException
supportsGroupByBeyondSelect 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsLikeEscapeClause()
throws SQLException
supportsLikeEscapeClause 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleResultSets()
throws SQLException
supportsMultipleResultSets 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleTransactions()
throws SQLException
supportsMultipleTransactions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsNonNullableColumns()
throws SQLException
supportsNonNullableColumns 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMinimumSQLGrammar()
throws SQLException
supportsMinimumSQLGrammar 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCoreSQLGrammar()
throws SQLException
supportsCoreSQLGrammar 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsExtendedSQLGrammar()
throws SQLException
supportsExtendedSQLGrammar 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92EntryLevelSQL()
throws SQLException
supportsANSI92EntryLevelSQL 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92IntermediateSQL()
throws SQLException
supportsANSI92IntermediateSQL 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsANSI92FullSQL()
throws SQLException
supportsANSI92FullSQL 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsIntegrityEnhancementFacility()
throws SQLException
supportsIntegrityEnhancementFacility 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOuterJoins()
throws SQLException
supportsOuterJoins 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsFullOuterJoins()
throws SQLException
supportsFullOuterJoins 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsLimitedOuterJoins()
throws SQLException
supportsLimitedOuterJoins 在接口中 DatabaseMetaDataSQLExceptionpublic boolean isCatalogAtStart()
throws SQLException
isCatalogAtStart 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInDataManipulation()
throws SQLException
supportsSchemasInDataManipulation 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInProcedureCalls()
throws SQLException
supportsSchemasInProcedureCalls 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInTableDefinitions()
throws SQLException
supportsSchemasInTableDefinitions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInIndexDefinitions()
throws SQLException
supportsSchemasInIndexDefinitions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSchemasInPrivilegeDefinitions()
throws SQLException
public boolean supportsCatalogsInDataManipulation()
throws SQLException
supportsCatalogsInDataManipulation 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInProcedureCalls()
throws SQLException
supportsCatalogsInProcedureCalls 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInTableDefinitions()
throws SQLException
supportsCatalogsInTableDefinitions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInIndexDefinitions()
throws SQLException
supportsCatalogsInIndexDefinitions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCatalogsInPrivilegeDefinitions()
throws SQLException
public boolean supportsPositionedDelete()
throws SQLException
supportsPositionedDelete 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsPositionedUpdate()
throws SQLException
supportsPositionedUpdate 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSelectForUpdate()
throws SQLException
supportsSelectForUpdate 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsStoredProcedures()
throws SQLException
supportsStoredProcedures 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInComparisons()
throws SQLException
supportsSubqueriesInComparisons 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInExists()
throws SQLException
supportsSubqueriesInExists 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInIns()
throws SQLException
supportsSubqueriesInIns 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSubqueriesInQuantifieds()
throws SQLException
supportsSubqueriesInQuantifieds 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsCorrelatedSubqueries()
throws SQLException
supportsCorrelatedSubqueries 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsUnion()
throws SQLException
supportsUnion 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsUnionAll()
throws SQLException
supportsUnionAll 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOpenCursorsAcrossCommit()
throws SQLException
supportsOpenCursorsAcrossCommit 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOpenCursorsAcrossRollback()
throws SQLException
supportsOpenCursorsAcrossRollback 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOpenStatementsAcrossCommit()
throws SQLException
supportsOpenStatementsAcrossCommit 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsOpenStatementsAcrossRollback()
throws SQLException
supportsOpenStatementsAcrossRollback 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsTransactions()
throws SQLException
supportsTransactions 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsTransactionIsolationLevel(int level)
throws SQLException
supportsTransactionIsolationLevel 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsDataDefinitionAndDataManipulationTransactions()
throws SQLException
public boolean supportsDataManipulationTransactionsOnly()
throws SQLException
public boolean supportsResultSetType(int type)
throws SQLException
supportsResultSetType 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetConcurrency(int type,
int concurrency)
throws SQLException
supportsResultSetConcurrency 在接口中 DatabaseMetaDataSQLExceptionpublic boolean ownUpdatesAreVisible(int type)
throws SQLException
ownUpdatesAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean ownDeletesAreVisible(int type)
throws SQLException
ownDeletesAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean ownInsertsAreVisible(int type)
throws SQLException
ownInsertsAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean othersUpdatesAreVisible(int type)
throws SQLException
othersUpdatesAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean othersDeletesAreVisible(int type)
throws SQLException
othersDeletesAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean othersInsertsAreVisible(int type)
throws SQLException
othersInsertsAreVisible 在接口中 DatabaseMetaDataSQLExceptionpublic boolean updatesAreDetected(int type)
throws SQLException
updatesAreDetected 在接口中 DatabaseMetaDataSQLExceptionpublic boolean insertsAreDetected(int type)
throws SQLException
insertsAreDetected 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsBatchUpdates()
throws SQLException
supportsBatchUpdates 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsSavepoints()
throws SQLException
supportsSavepoints 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsNamedParameters()
throws SQLException
supportsNamedParameters 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsMultipleOpenResults()
throws SQLException
supportsMultipleOpenResults 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsGetGeneratedKeys()
throws SQLException
supportsGetGeneratedKeys 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetHoldability(int holdability)
throws SQLException
supportsResultSetHoldability 在接口中 DatabaseMetaDataSQLExceptionpublic boolean locatorsUpdateCopy()
throws SQLException
locatorsUpdateCopy 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsStatementPooling()
throws SQLException
supportsStatementPooling 在接口中 DatabaseMetaDataSQLExceptionpublic boolean supportsStoredFunctionsUsingCallSyntax()
throws SQLException
public boolean generatedKeyAlwaysReturned()
throws SQLException
generatedKeyAlwaysReturned 在接口中 DatabaseMetaDataSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionCopyright © 2023 dolphindb. All rights reserved.