public class LazyDatabaseMetaDataWrapper extends Object implements DatabaseMetaData
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected MetaDataConnectionProvider |
_connectionProvider |
protected Connection |
_lazyConnection |
protected DatabaseMetaData |
_lazyMetaData |
protected boolean |
_restrictedMetaData |
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| コンストラクタと説明 |
|---|
LazyDatabaseMetaDataWrapper(MetaDataConnectionProvider connectionProvider) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxLogicalLobSize, supportsRefCursorsprotected final MetaDataConnectionProvider _connectionProvider
protected Connection _lazyConnection
protected DatabaseMetaData _lazyMetaData
protected boolean _restrictedMetaData
public LazyDatabaseMetaDataWrapper(MetaDataConnectionProvider connectionProvider)
protected DatabaseMetaData getActualMetaData() throws SQLException
SQLExceptionpublic void restrictMetaData()
public void closeActualReally()
throws SQLException
SQLExceptionpublic <T> T unwrap(Class<T> class1) throws SQLException
unwrap インタフェース内 WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> class1) throws SQLException
isWrapperFor インタフェース内 WrapperSQLExceptionpublic boolean allProceduresAreCallable()
throws SQLException
allProceduresAreCallable インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean allTablesAreSelectable()
throws SQLException
allTablesAreSelectable インタフェース内 DatabaseMetaDataSQLExceptionpublic String getURL() throws SQLException
getURL インタフェース内 DatabaseMetaDataSQLExceptionpublic String getUserName() throws SQLException
getUserName インタフェース内 DatabaseMetaDataSQLExceptionpublic 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 String getDatabaseProductName() throws SQLException
getDatabaseProductName インタフェース内 DatabaseMetaDataSQLExceptionpublic String getDatabaseProductVersion() throws SQLException
getDatabaseProductVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic String getDriverName() throws SQLException
getDriverName インタフェース内 DatabaseMetaDataSQLExceptionpublic String getDriverVersion() throws SQLException
getDriverVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic int getDriverMajorVersion()
getDriverMajorVersion インタフェース内 DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion インタフェース内 DatabaseMetaDatapublic 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 String getIdentifierQuoteString() throws SQLException
getIdentifierQuoteString インタフェース内 DatabaseMetaDataSQLExceptionpublic String getSQLKeywords() throws SQLException
getSQLKeywords インタフェース内 DatabaseMetaDataSQLExceptionpublic String getNumericFunctions() throws SQLException
getNumericFunctions インタフェース内 DatabaseMetaDataSQLExceptionpublic String getStringFunctions() throws SQLException
getStringFunctions インタフェース内 DatabaseMetaDataSQLExceptionpublic String getSystemFunctions() throws SQLException
getSystemFunctions インタフェース内 DatabaseMetaDataSQLExceptionpublic String getTimeDateFunctions() throws SQLException
getTimeDateFunctions インタフェース内 DatabaseMetaDataSQLExceptionpublic String getSearchStringEscape() throws SQLException
getSearchStringEscape インタフェース内 DatabaseMetaDataSQLExceptionpublic String getExtraNameCharacters() throws SQLException
getExtraNameCharacters インタフェース内 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 i,
int j)
throws SQLException
supportsConvert インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsTableCorrelationNames()
throws SQLException
supportsTableCorrelationNames インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsDifferentTableCorrelationNames()
throws SQLException
supportsDifferentTableCorrelationNames インタフェース内 DatabaseMetaDataSQLExceptionpublic 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 String getSchemaTerm() throws SQLException
getSchemaTerm インタフェース内 DatabaseMetaDataSQLExceptionpublic String getProcedureTerm() throws SQLException
getProcedureTerm インタフェース内 DatabaseMetaDataSQLExceptionpublic String getCatalogTerm() throws SQLException
getCatalogTerm インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean isCatalogAtStart()
throws SQLException
isCatalogAtStart インタフェース内 DatabaseMetaDataSQLExceptionpublic String getCatalogSeparator() throws SQLException
getCatalogSeparator インタフェース内 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
supportsSchemasInPrivilegeDefinitions インタフェース内 DatabaseMetaDataSQLExceptionpublic 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
supportsCatalogsInPrivilegeDefinitions インタフェース内 DatabaseMetaDataSQLExceptionpublic 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 int getMaxBinaryLiteralLength()
throws SQLException
getMaxBinaryLiteralLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxCharLiteralLength()
throws SQLException
getMaxCharLiteralLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnNameLength()
throws SQLException
getMaxColumnNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInGroupBy()
throws SQLException
getMaxColumnsInGroupBy インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInIndex()
throws SQLException
getMaxColumnsInIndex インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInOrderBy()
throws SQLException
getMaxColumnsInOrderBy インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInSelect()
throws SQLException
getMaxColumnsInSelect インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxColumnsInTable()
throws SQLException
getMaxColumnsInTable インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxConnections()
throws SQLException
getMaxConnections インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxCursorNameLength()
throws SQLException
getMaxCursorNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxIndexLength()
throws SQLException
getMaxIndexLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxSchemaNameLength()
throws SQLException
getMaxSchemaNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxProcedureNameLength()
throws SQLException
getMaxProcedureNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxCatalogNameLength()
throws SQLException
getMaxCatalogNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxRowSize()
throws SQLException
getMaxRowSize インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean doesMaxRowSizeIncludeBlobs()
throws SQLException
doesMaxRowSizeIncludeBlobs インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxStatementLength()
throws SQLException
getMaxStatementLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxStatements()
throws SQLException
getMaxStatements インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxTableNameLength()
throws SQLException
getMaxTableNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxTablesInSelect()
throws SQLException
getMaxTablesInSelect インタフェース内 DatabaseMetaDataSQLExceptionpublic int getMaxUserNameLength()
throws SQLException
getMaxUserNameLength インタフェース内 DatabaseMetaDataSQLExceptionpublic int getDefaultTransactionIsolation()
throws SQLException
getDefaultTransactionIsolation インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsTransactions()
throws SQLException
supportsTransactions インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsTransactionIsolationLevel(int i)
throws SQLException
supportsTransactionIsolationLevel インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsDataDefinitionAndDataManipulationTransactions()
throws SQLException
public boolean supportsDataManipulationTransactionsOnly()
throws SQLException
supportsDataManipulationTransactionsOnly インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean dataDefinitionCausesTransactionCommit()
throws SQLException
dataDefinitionCausesTransactionCommit インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean dataDefinitionIgnoredInTransactions()
throws SQLException
dataDefinitionIgnoredInTransactions インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getProcedures(String s, String s1, String s2) throws SQLException
getProcedures インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getProcedureColumns(String s, String s1, String s2, String s3) throws SQLException
getProcedureColumns インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getTables(String s, String s1, String s2, String[] as) throws SQLException
getTables インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas() throws SQLException
getSchemas インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getCatalogs() throws SQLException
getCatalogs インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getTableTypes() throws SQLException
getTableTypes インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getColumns(String s, String s1, String s2, String s3) throws SQLException
getColumns インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getColumnPrivileges(String s, String s1, String s2, String s3) throws SQLException
getColumnPrivileges インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getTablePrivileges(String s, String s1, String s2) throws SQLException
getTablePrivileges インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getBestRowIdentifier(String s, String s1, String s2, int i, boolean flag) throws SQLException
getBestRowIdentifier インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getVersionColumns(String s, String s1, String s2) throws SQLException
getVersionColumns インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getPrimaryKeys(String s, String s1, String s2) throws SQLException
getPrimaryKeys インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getImportedKeys(String s, String s1, String s2) throws SQLException
getImportedKeys インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getExportedKeys(String s, String s1, String s2) throws SQLException
getExportedKeys インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getCrossReference(String s, String s1, String s2, String s3, String s4, String s5) throws SQLException
getCrossReference インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getTypeInfo() throws SQLException
getTypeInfo インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getIndexInfo(String s, String s1, String s2, boolean flag, boolean flag1) throws SQLException
getIndexInfo インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetType(int i)
throws SQLException
supportsResultSetType インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetConcurrency(int i,
int j)
throws SQLException
supportsResultSetConcurrency インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean ownUpdatesAreVisible(int i)
throws SQLException
ownUpdatesAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean ownDeletesAreVisible(int i)
throws SQLException
ownDeletesAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean ownInsertsAreVisible(int i)
throws SQLException
ownInsertsAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean othersUpdatesAreVisible(int i)
throws SQLException
othersUpdatesAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean othersDeletesAreVisible(int i)
throws SQLException
othersDeletesAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean othersInsertsAreVisible(int i)
throws SQLException
othersInsertsAreVisible インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean updatesAreDetected(int i)
throws SQLException
updatesAreDetected インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean deletesAreDetected(int i)
throws SQLException
deletesAreDetected インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean insertsAreDetected(int i)
throws SQLException
insertsAreDetected インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsBatchUpdates()
throws SQLException
supportsBatchUpdates インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getUDTs(String s, String s1, String s2, int[] ai) throws SQLException
getUDTs インタフェース内 DatabaseMetaDataSQLExceptionpublic Connection getConnection() throws SQLException
getConnection インタフェース内 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 ResultSet getSuperTypes(String s, String s1, String s2) throws SQLException
getSuperTypes インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getSuperTables(String s, String s1, String s2) throws SQLException
getSuperTables インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getAttributes(String s, String s1, String s2, String s3) throws SQLException
getAttributes インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsResultSetHoldability(int i)
throws SQLException
supportsResultSetHoldability インタフェース内 DatabaseMetaDataSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability インタフェース内 DatabaseMetaDataSQLExceptionpublic int getDatabaseMajorVersion()
throws SQLException
getDatabaseMajorVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic int getDatabaseMinorVersion()
throws SQLException
getDatabaseMinorVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic int getJDBCMajorVersion()
throws SQLException
getJDBCMajorVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic int getJDBCMinorVersion()
throws SQLException
getJDBCMinorVersion インタフェース内 DatabaseMetaDataSQLExceptionpublic int getSQLStateType()
throws SQLException
getSQLStateType インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean locatorsUpdateCopy()
throws SQLException
locatorsUpdateCopy インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsStatementPooling()
throws SQLException
supportsStatementPooling インタフェース内 DatabaseMetaDataSQLExceptionpublic RowIdLifetime getRowIdLifetime() throws SQLException
getRowIdLifetime インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas(String s, String s1) throws SQLException
getSchemas インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean supportsStoredFunctionsUsingCallSyntax()
throws SQLException
supportsStoredFunctionsUsingCallSyntax インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean autoCommitFailureClosesAllResultSets()
throws SQLException
autoCommitFailureClosesAllResultSets インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getFunctions(String s, String s1, String s2) throws SQLException
getFunctions インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getFunctionColumns(String s, String s1, String s2, String s3) throws SQLException
getFunctionColumns インタフェース内 DatabaseMetaDataSQLExceptionpublic ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getPseudoColumns インタフェース内 DatabaseMetaDataSQLExceptionpublic boolean generatedKeyAlwaysReturned()
throws SQLException
generatedKeyAlwaysReturned インタフェース内 DatabaseMetaDataSQLExceptionCopyright © 2014–2015 The DBFlute Project. All rights reserved.