📄 databasemetadata.java
字号:
} private final static int supportsIntegrityEnhancementFacility__ = 37; public boolean supportsIntegrityEnhancementFacility() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsIntegrityEnhancementFacility__); } private final static int supportsOuterJoins__ = 38; public boolean supportsOuterJoins() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsOuterJoins__); } private final static int supportsFullOuterJoins__ = 39; public boolean supportsFullOuterJoins() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsFullOuterJoins__); } private final static int supportsLimitedOuterJoins__ = 40; public boolean supportsLimitedOuterJoins() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsLimitedOuterJoins__); } private final static int getSchemaTerm__ = 41; public String getSchemaTerm() throws SqlException { checkForClosedConnection(); return getMetaDataInfoString(getSchemaTerm__); } private final static int getProcedureTerm__ = 42; public String getProcedureTerm() throws SqlException { checkForClosedConnection(); return getMetaDataInfoString(getProcedureTerm__); } private final static int getCatalogTerm__ = 43; public String getCatalogTerm() throws SqlException { checkForClosedConnection(); return getMetaDataInfoString(getCatalogTerm__); } private final static int isCatalogAtStart__ = 44; public boolean isCatalogAtStart() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(isCatalogAtStart__); } private final static int getCatalogSeparator__ = 45; public String getCatalogSeparator() throws SqlException { checkForClosedConnection(); return getMetaDataInfoString(getCatalogSeparator__); } private final static int supportsSchemasInDataManipulation__ = 46; public boolean supportsSchemasInDataManipulation() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSchemasInDataManipulation__); } private final static int supportsSchemasInProcedureCalls__ = 47; public boolean supportsSchemasInProcedureCalls() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSchemasInProcedureCalls__); } private final static int supportsSchemasInTableDefinitions__ = 48; public boolean supportsSchemasInTableDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSchemasInTableDefinitions__); } private final static int supportsSchemasInIndexDefinitions__ = 49; public boolean supportsSchemasInIndexDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSchemasInIndexDefinitions__); } private final static int supportsSchemasInPrivilegeDefinitions__ = 50; public boolean supportsSchemasInPrivilegeDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSchemasInPrivilegeDefinitions__); } private final static int supportsCatalogsInDataManipulation__ = 51; public boolean supportsCatalogsInDataManipulation() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsCatalogsInDataManipulation__); } private final static int supportsCatalogsInProcedureCalls__ = 52; public boolean supportsCatalogsInProcedureCalls() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsCatalogsInProcedureCalls__); } private final static int supportsCatalogsInTableDefinitions__ = 53; public boolean supportsCatalogsInTableDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsCatalogsInTableDefinitions__); } private final static int supportsCatalogsInIndexDefinitions__ = 54; public boolean supportsCatalogsInIndexDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsCatalogsInIndexDefinitions__); } private final static int supportsCatalogsInPrivilegeDefinitions__ = 55; public boolean supportsCatalogsInPrivilegeDefinitions() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsCatalogsInPrivilegeDefinitions__); } private final static int supportsPositionedDelete__ = 56; public boolean supportsPositionedDelete() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsPositionedDelete__); } private final static int supportsPositionedUpdate__ = 57; public boolean supportsPositionedUpdate() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsPositionedUpdate__); } private final static int supportsSelectForUpdate__ = 58; public boolean supportsSelectForUpdate() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSelectForUpdate__); } private final static int supportsStoredProcedures__ = 59; public boolean supportsStoredProcedures() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsStoredProcedures__); } private final static int supportsSubqueriesInComparisons__ = 60; public boolean supportsSubqueriesInComparisons() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsSubqueriesInComparisons__); } private final static int supportsUnion__ = 61; public boolean supportsUnion() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsUnion__); } private final static int supportsUnionAll__ = 62; public boolean supportsUnionAll() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsUnionAll__); } private final static int supportsOpenCursorsAcrossCommit__ = 63; public boolean supportsOpenCursorsAcrossCommit() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsOpenCursorsAcrossCommit__); } private final static int supportsOpenCursorsAcrossRollback__ = 64; public boolean supportsOpenCursorsAcrossRollback() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsOpenCursorsAcrossRollback__); } private final static int supportsOpenStatementsAcrossCommit__ = 65; public boolean supportsOpenStatementsAcrossCommit() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsOpenStatementsAcrossCommit__); } private final static int supportsOpenStatementsAcrossRollback__ = 66; public boolean supportsOpenStatementsAcrossRollback() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(supportsOpenStatementsAcrossRollback__); } //---------------------------------------------------------------------- // The following group of methods exposes various limitations // based on the target database with the current driver. // Unless otherwise specified, a result of zero means there is no // limit, or the limit is not known. private final static int getMaxBinaryLiteralLength__ = 67; public int getMaxBinaryLiteralLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxBinaryLiteralLength__); } private final static int getMaxCharLiteralLength__ = 68; public int getMaxCharLiteralLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxCharLiteralLength__); } private final static int getMaxColumnNameLength__ = 69; public int getMaxColumnNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnNameLength__); } private final static int getMaxColumnsInGroupBy__ = 70; public int getMaxColumnsInGroupBy() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnsInGroupBy__); } private final static int getMaxColumnsInIndex__ = 71; public int getMaxColumnsInIndex() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnsInIndex__); } private final static int getMaxColumnsInOrderBy__ = 72; public int getMaxColumnsInOrderBy() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnsInOrderBy__); } private final static int getMaxColumnsInSelect__ = 73; public int getMaxColumnsInSelect() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnsInSelect__); } private final static int getMaxColumnsInTable__ = 74; public int getMaxColumnsInTable() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxColumnsInTable__); } private final static int getMaxConnections__ = 75; public int getMaxConnections() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxConnections__); } private final static int getMaxCursorNameLength__ = 76; public int getMaxCursorNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxCursorNameLength__); } private final static int getMaxIndexLength__ = 77; public int getMaxIndexLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxIndexLength__); } private final static int getMaxSchemaNameLength__ = 78; public int getMaxSchemaNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxSchemaNameLength__); } private final static int getMaxProcedureNameLength__ = 79; public int getMaxProcedureNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxProcedureNameLength__); } private final static int getMaxCatalogNameLength__ = 80; public int getMaxCatalogNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxCatalogNameLength__); } private final static int getMaxRowSize__ = 81; public int getMaxRowSize() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxRowSize__); } private final static int doesMaxRowSizeIncludeBlobs__ = 82; public boolean doesMaxRowSizeIncludeBlobs() throws SqlException { checkForClosedConnection(); return getMetaDataInfoBoolean(doesMaxRowSizeIncludeBlobs__); } private final static int getMaxStatementLength__ = 83; public int getMaxStatementLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxStatementLength__); } private final static int getMaxStatements__ = 84; public int getMaxStatements() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxStatements__); } private final static int getMaxTableNameLength__ = 85; public int getMaxTableNameLength() throws SqlException { checkForClosedConnection(); return getMetaDataInfoInt(getMaxTableNameLength__); } private final static int getMaxTablesInSelect__ = 86;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -