📄 p6databasemetadata.java
字号:
public boolean nullsAreSortedLow() throws java.sql.SQLException {
return passthru.nullsAreSortedLow();
}
public boolean othersDeletesAreVisible(int p0) throws java.sql.SQLException {
return passthru.othersDeletesAreVisible(p0);
}
public boolean othersInsertsAreVisible(int p0) throws java.sql.SQLException {
return passthru.othersInsertsAreVisible(p0);
}
public boolean othersUpdatesAreVisible(int p0) throws java.sql.SQLException {
return passthru.othersUpdatesAreVisible(p0);
}
public boolean ownDeletesAreVisible(int p0) throws java.sql.SQLException {
return passthru.ownDeletesAreVisible(p0);
}
public boolean ownInsertsAreVisible(int p0) throws java.sql.SQLException {
return passthru.ownInsertsAreVisible(p0);
}
public boolean ownUpdatesAreVisible(int p0) throws java.sql.SQLException {
return passthru.ownUpdatesAreVisible(p0);
}
public boolean storesLowerCaseIdentifiers() throws java.sql.SQLException {
return passthru.storesLowerCaseIdentifiers();
}
public boolean storesLowerCaseQuotedIdentifiers() throws java.sql.SQLException {
return passthru.storesLowerCaseQuotedIdentifiers();
}
public boolean storesMixedCaseIdentifiers() throws java.sql.SQLException {
return passthru.storesMixedCaseIdentifiers();
}
public boolean storesMixedCaseQuotedIdentifiers() throws java.sql.SQLException {
return passthru.storesMixedCaseQuotedIdentifiers();
}
public boolean storesUpperCaseIdentifiers() throws java.sql.SQLException {
return passthru.storesUpperCaseIdentifiers();
}
public boolean storesUpperCaseQuotedIdentifiers() throws java.sql.SQLException {
return passthru.storesUpperCaseQuotedIdentifiers();
}
public boolean supportsANSI92EntryLevelSQL() throws java.sql.SQLException {
return passthru.supportsANSI92EntryLevelSQL();
}
public boolean supportsANSI92FullSQL() throws java.sql.SQLException {
return passthru.supportsANSI92FullSQL();
}
public boolean supportsANSI92IntermediateSQL() throws java.sql.SQLException {
return passthru.supportsANSI92IntermediateSQL();
}
public boolean supportsAlterTableWithAddColumn() throws java.sql.SQLException {
return passthru.supportsAlterTableWithAddColumn();
}
public boolean supportsAlterTableWithDropColumn() throws java.sql.SQLException {
return passthru.supportsAlterTableWithDropColumn();
}
public boolean supportsBatchUpdates() throws java.sql.SQLException {
return passthru.supportsBatchUpdates();
}
public boolean supportsCatalogsInDataManipulation() throws java.sql.SQLException {
return passthru.supportsCatalogsInDataManipulation();
}
public boolean supportsCatalogsInIndexDefinitions() throws java.sql.SQLException {
return passthru.supportsCatalogsInIndexDefinitions();
}
public boolean supportsCatalogsInPrivilegeDefinitions() throws java.sql.SQLException {
return passthru.supportsCatalogsInPrivilegeDefinitions();
}
public boolean supportsCatalogsInProcedureCalls() throws java.sql.SQLException {
return passthru.supportsCatalogsInProcedureCalls();
}
public boolean supportsCatalogsInTableDefinitions() throws java.sql.SQLException {
return passthru.supportsCatalogsInTableDefinitions();
}
public boolean supportsColumnAliasing() throws java.sql.SQLException {
return passthru.supportsColumnAliasing();
}
public boolean supportsConvert() throws java.sql.SQLException {
return passthru.supportsConvert();
}
public boolean supportsConvert(int p0, int p1) throws java.sql.SQLException {
return passthru.supportsConvert(p0,p1);
}
public boolean supportsCoreSQLGrammar() throws java.sql.SQLException {
return passthru.supportsCoreSQLGrammar();
}
public boolean supportsCorrelatedSubqueries() throws java.sql.SQLException {
return passthru.supportsCorrelatedSubqueries();
}
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws java.sql.SQLException {
return passthru.supportsDataDefinitionAndDataManipulationTransactions();
}
public boolean supportsDataManipulationTransactionsOnly() throws java.sql.SQLException {
return passthru.supportsDataManipulationTransactionsOnly();
}
public boolean supportsDifferentTableCorrelationNames() throws java.sql.SQLException {
return passthru.supportsDifferentTableCorrelationNames();
}
public boolean supportsExpressionsInOrderBy() throws java.sql.SQLException {
return passthru.supportsExpressionsInOrderBy();
}
public boolean supportsExtendedSQLGrammar() throws java.sql.SQLException {
return passthru.supportsExtendedSQLGrammar();
}
public boolean supportsFullOuterJoins() throws java.sql.SQLException {
return passthru.supportsFullOuterJoins();
}
public boolean supportsGroupBy() throws java.sql.SQLException {
return passthru.supportsGroupBy();
}
public boolean supportsGroupByBeyondSelect() throws java.sql.SQLException {
return passthru.supportsGroupByBeyondSelect();
}
public boolean supportsGroupByUnrelated() throws java.sql.SQLException {
return passthru.supportsGroupByUnrelated();
}
public boolean supportsIntegrityEnhancementFacility() throws java.sql.SQLException {
return passthru.supportsIntegrityEnhancementFacility();
}
public boolean supportsLikeEscapeClause() throws java.sql.SQLException {
return passthru.supportsLikeEscapeClause();
}
public boolean supportsLimitedOuterJoins() throws java.sql.SQLException {
return passthru.supportsLimitedOuterJoins();
}
public boolean supportsMinimumSQLGrammar() throws java.sql.SQLException {
return passthru.supportsMinimumSQLGrammar();
}
public boolean supportsMixedCaseIdentifiers() throws java.sql.SQLException {
return passthru.supportsMixedCaseIdentifiers();
}
public boolean supportsMixedCaseQuotedIdentifiers() throws java.sql.SQLException {
return passthru.supportsMixedCaseQuotedIdentifiers();
}
public boolean supportsMultipleResultSets() throws java.sql.SQLException {
return passthru.supportsMultipleResultSets();
}
public boolean supportsMultipleTransactions() throws java.sql.SQLException {
return passthru.supportsMultipleTransactions();
}
public boolean supportsNonNullableColumns() throws java.sql.SQLException {
return passthru.supportsNonNullableColumns();
}
public boolean supportsOpenCursorsAcrossCommit() throws java.sql.SQLException {
return passthru.supportsOpenCursorsAcrossCommit();
}
public boolean supportsOpenCursorsAcrossRollback() throws java.sql.SQLException {
return passthru.supportsOpenCursorsAcrossRollback();
}
public boolean supportsOpenStatementsAcrossCommit() throws java.sql.SQLException {
return passthru.supportsOpenStatementsAcrossCommit();
}
public boolean supportsOpenStatementsAcrossRollback() throws java.sql.SQLException {
return passthru.supportsOpenStatementsAcrossRollback();
}
public boolean supportsOrderByUnrelated() throws java.sql.SQLException {
return passthru.supportsOrderByUnrelated();
}
public boolean supportsOuterJoins() throws java.sql.SQLException {
return passthru.supportsOuterJoins();
}
public boolean supportsPositionedDelete() throws java.sql.SQLException {
return passthru.supportsPositionedDelete();
}
public boolean supportsPositionedUpdate() throws java.sql.SQLException {
return passthru.supportsPositionedUpdate();
}
public boolean supportsResultSetConcurrency(int p0, int p1) throws java.sql.SQLException {
return passthru.supportsResultSetConcurrency(p0,p1);
}
public boolean supportsResultSetType(int p0) throws java.sql.SQLException {
return passthru.supportsResultSetType(p0);
}
public boolean supportsSchemasInDataManipulation() throws java.sql.SQLException {
return passthru.supportsSchemasInDataManipulation();
}
public boolean supportsSchemasInIndexDefinitions() throws java.sql.SQLException {
return passthru.supportsSchemasInIndexDefinitions();
}
public boolean supportsSchemasInPrivilegeDefinitions() throws java.sql.SQLException {
return passthru.supportsSchemasInPrivilegeDefinitions();
}
public boolean supportsSchemasInProcedureCalls() throws java.sql.SQLException {
return passthru.supportsSchemasInProcedureCalls();
}
public boolean supportsSchemasInTableDefinitions() throws java.sql.SQLException {
return passthru.supportsSchemasInTableDefinitions();
}
public boolean supportsSelectForUpdate() throws java.sql.SQLException {
return passthru.supportsSelectForUpdate();
}
public boolean supportsStoredProcedures() throws java.sql.SQLException {
return passthru.supportsStoredProcedures();
}
public boolean supportsSubqueriesInComparisons() throws java.sql.SQLException {
return passthru.supportsSubqueriesInComparisons();
}
public boolean supportsSubqueriesInExists() throws java.sql.SQLException {
return passthru.supportsSubqueriesInExists();
}
public boolean supportsSubqueriesInIns() throws java.sql.SQLException {
return passthru.supportsSubqueriesInIns();
}
public boolean supportsSubqueriesInQuantifieds() throws java.sql.SQLException {
return passthru.supportsSubqueriesInQuantifieds();
}
public boolean supportsTableCorrelationNames() throws java.sql.SQLException {
return passthru.supportsTableCorrelationNames();
}
public boolean supportsTransactionIsolationLevel(int p0) throws java.sql.SQLException {
return passthru.supportsTransactionIsolationLevel(p0);
}
public boolean supportsTransactions() throws java.sql.SQLException {
return passthru.supportsTransactions();
}
public boolean supportsUnion() throws java.sql.SQLException {
return passthru.supportsUnion();
}
public boolean supportsUnionAll() throws java.sql.SQLException {
return passthru.supportsUnionAll();
}
public boolean updatesAreDetected(int p0) throws java.sql.SQLException {
return passthru.updatesAreDetected(p0);
}
public boolean usesLocalFilePerTable() throws java.sql.SQLException {
return passthru.usesLocalFilePerTable();
}
public boolean usesLocalFiles() throws java.sql.SQLException {
return passthru.usesLocalFiles();
}
// Since JDK 1.4
public boolean supportsSavepoints() throws java.sql.SQLException {
return passthru.supportsSavepoints();
}
// Since JDK 1.4
public boolean supportsNamedParameters() throws java.sql.SQLException {
return passthru.supportsNamedParameters();
}
// Since JDK 1.4
public boolean supportsMultipleOpenResults() throws java.sql.SQLException {
return passthru.supportsMultipleOpenResults();
}
// Since JDK 1.4
public boolean supportsGetGeneratedKeys() throws java.sql.SQLException {
return passthru.supportsGetGeneratedKeys();
}
// Since JDK 1.4
public java.sql.ResultSet getSuperTypes(String p0, String p1, String p2) throws java.sql.SQLException {
return passthru.getSuperTypes(p0, p1, p2);
}
// Since JDK 1.4
public java.sql.ResultSet getSuperTables(String p0, String p1, String p2) throws java.sql.SQLException {
return passthru.getSuperTables(p0, p1, p2);
}
// Since JDK 1.4
public java.sql.ResultSet getAttributes(String p0, String p1, String p2, String p3) throws java.sql.SQLException {
return passthru.getAttributes(p0, p1, p2, p3);
}
// Since JDK 1.4
public boolean supportsResultSetHoldability(int p0) throws java.sql.SQLException {
return passthru.supportsResultSetHoldability(p0);
}
// Since JDK 1.4
public int getResultSetHoldability() throws java.sql.SQLException {
return passthru.getResultSetHoldability();
}
// Since JDK 1.4
public int getDatabaseMajorVersion() throws java.sql.SQLException {
return passthru.getDatabaseMajorVersion();
}
// Since JDK 1.4
public int getDatabaseMinorVersion() throws java.sql.SQLException {
return passthru.getDatabaseMinorVersion();
}
// Since JDK 1.4
public int getJDBCMajorVersion() throws java.sql.SQLException {
return passthru.getJDBCMajorVersion();
}
// Since JDK 1.4
public int getJDBCMinorVersion() throws java.sql.SQLException {
return passthru.getJDBCMinorVersion();
}
// Since JDK 1.4
public int getSQLStateType() throws java.sql.SQLException {
return passthru.getSQLStateType();
}
// Since JDK 1.4
public boolean locatorsUpdateCopy() throws java.sql.SQLException {
return passthru.locatorsUpdateCopy();
}
// Since JDK 1.4
public boolean supportsStatementPooling() throws java.sql.SQLException {
return passthru.supportsStatementPooling();
}
/**
* Returns the underlying JDBC object (in this case, a
* java.sql.DatabaseMetaData)
* @return the wrapped JDBC object
*/
public DatabaseMetaData getJDBC() {
DatabaseMetaData wrapped = (passthru instanceof P6DatabaseMetaData) ?
((P6DatabaseMetaData) passthru).getJDBC() :
passthru;
return wrapped;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -