📄 filterdatabasemetadata.java
字号:
public boolean supportsStoredProcedures() throws SQLException { return inner.supportsStoredProcedures(); } public boolean supportsSubqueriesInComparisons() throws SQLException { return inner.supportsSubqueriesInComparisons(); } public boolean supportsSubqueriesInExists() throws SQLException { return inner.supportsSubqueriesInExists(); } public boolean supportsSubqueriesInIns() throws SQLException { return inner.supportsSubqueriesInIns(); } public boolean supportsSubqueriesInQuantifieds() throws SQLException { return inner.supportsSubqueriesInQuantifieds(); } public boolean supportsCorrelatedSubqueries() throws SQLException { return inner.supportsCorrelatedSubqueries(); } public boolean supportsUnion() throws SQLException { return inner.supportsUnion(); } public boolean supportsUnionAll() throws SQLException { return inner.supportsUnionAll(); } public boolean supportsOpenCursorsAcrossCommit() throws SQLException { return inner.supportsOpenCursorsAcrossCommit(); } public boolean supportsOpenCursorsAcrossRollback() throws SQLException { return inner.supportsOpenCursorsAcrossRollback(); } public boolean supportsOpenStatementsAcrossCommit() throws SQLException { return inner.supportsOpenStatementsAcrossCommit(); } public boolean supportsOpenStatementsAcrossRollback() throws SQLException { return inner.supportsOpenStatementsAcrossRollback(); } public int getMaxBinaryLiteralLength() throws SQLException { return inner.getMaxBinaryLiteralLength(); } public int getMaxCharLiteralLength() throws SQLException { return inner.getMaxCharLiteralLength(); } public int getMaxColumnNameLength() throws SQLException { return inner.getMaxColumnNameLength(); } public int getMaxColumnsInGroupBy() throws SQLException { return inner.getMaxColumnsInGroupBy(); } public int getMaxColumnsInIndex() throws SQLException { return inner.getMaxColumnsInIndex(); } public int getMaxColumnsInOrderBy() throws SQLException { return inner.getMaxColumnsInOrderBy(); } public int getMaxColumnsInSelect() throws SQLException { return inner.getMaxColumnsInSelect(); } public int getMaxColumnsInTable() throws SQLException { return inner.getMaxColumnsInTable(); } public int getMaxConnections() throws SQLException { return inner.getMaxConnections(); } public int getMaxCursorNameLength() throws SQLException { return inner.getMaxCursorNameLength(); } public int getMaxIndexLength() throws SQLException { return inner.getMaxIndexLength(); } public int getMaxSchemaNameLength() throws SQLException { return inner.getMaxSchemaNameLength(); } public int getMaxProcedureNameLength() throws SQLException { return inner.getMaxProcedureNameLength(); } public int getMaxCatalogNameLength() throws SQLException { return inner.getMaxCatalogNameLength(); } public int getMaxRowSize() throws SQLException { return inner.getMaxRowSize(); } public boolean doesMaxRowSizeIncludeBlobs() throws SQLException { return inner.doesMaxRowSizeIncludeBlobs(); } public int getMaxStatementLength() throws SQLException { return inner.getMaxStatementLength(); } public int getMaxStatements() throws SQLException { return inner.getMaxStatements(); } public int getMaxTableNameLength() throws SQLException { return inner.getMaxTableNameLength(); } public int getMaxTablesInSelect() throws SQLException { return inner.getMaxTablesInSelect(); } public int getMaxUserNameLength() throws SQLException { return inner.getMaxUserNameLength(); } public int getDefaultTransactionIsolation() throws SQLException { return inner.getDefaultTransactionIsolation(); } public boolean supportsTransactions() throws SQLException { return inner.supportsTransactions(); } public boolean supportsTransactionIsolationLevel(int a) throws SQLException { return inner.supportsTransactionIsolationLevel(a); } public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException { return inner.supportsDataDefinitionAndDataManipulationTransactions(); } public boolean supportsDataManipulationTransactionsOnly() throws SQLException { return inner.supportsDataManipulationTransactionsOnly(); } public boolean dataDefinitionCausesTransactionCommit() throws SQLException { return inner.dataDefinitionCausesTransactionCommit(); } public boolean dataDefinitionIgnoredInTransactions() throws SQLException { return inner.dataDefinitionIgnoredInTransactions(); } public ResultSet getProcedures(String a, String b, String c) throws SQLException { return inner.getProcedures(a, b, c); } public ResultSet getProcedureColumns(String a, String b, String c, String d) throws SQLException { return inner.getProcedureColumns(a, b, c, d); } public ResultSet getTables(String a, String b, String c, String[] d) throws SQLException { return inner.getTables(a, b, c, d); } public ResultSet getSchemas() throws SQLException { return inner.getSchemas(); } public ResultSet getCatalogs() throws SQLException { return inner.getCatalogs(); } public ResultSet getTableTypes() throws SQLException { return inner.getTableTypes(); } public ResultSet getColumnPrivileges(String a, String b, String c, String d) throws SQLException { return inner.getColumnPrivileges(a, b, c, d); } public ResultSet getTablePrivileges(String a, String b, String c) throws SQLException { return inner.getTablePrivileges(a, b, c); } public ResultSet getBestRowIdentifier(String a, String b, String c, int d, boolean e) throws SQLException { return inner.getBestRowIdentifier(a, b, c, d, e); } public ResultSet getVersionColumns(String a, String b, String c) throws SQLException { return inner.getVersionColumns(a, b, c); } public ResultSet getPrimaryKeys(String a, String b, String c) throws SQLException { return inner.getPrimaryKeys(a, b, c); } public ResultSet getImportedKeys(String a, String b, String c) throws SQLException { return inner.getImportedKeys(a, b, c); } public ResultSet getExportedKeys(String a, String b, String c) throws SQLException { return inner.getExportedKeys(a, b, c); } public ResultSet getCrossReference(String a, String b, String c, String d, String e, String f) throws SQLException { return inner.getCrossReference(a, b, c, d, e, f); } public ResultSet getTypeInfo() throws SQLException { return inner.getTypeInfo(); } public ResultSet getIndexInfo(String a, String b, String c, boolean d, boolean e) throws SQLException { return inner.getIndexInfo(a, b, c, d, e); } public boolean supportsResultSetType(int a) throws SQLException { return inner.supportsResultSetType(a); } public boolean supportsResultSetConcurrency(int a, int b) throws SQLException { return inner.supportsResultSetConcurrency(a, b); } public boolean ownUpdatesAreVisible(int a) throws SQLException { return inner.ownUpdatesAreVisible(a); } public boolean ownDeletesAreVisible(int a) throws SQLException { return inner.ownDeletesAreVisible(a); } public boolean ownInsertsAreVisible(int a) throws SQLException { return inner.ownInsertsAreVisible(a); } public boolean othersUpdatesAreVisible(int a) throws SQLException { return inner.othersUpdatesAreVisible(a); } public boolean othersDeletesAreVisible(int a) throws SQLException { return inner.othersDeletesAreVisible(a); } public boolean othersInsertsAreVisible(int a) throws SQLException { return inner.othersInsertsAreVisible(a); } public boolean updatesAreDetected(int a) throws SQLException { return inner.updatesAreDetected(a); } public boolean deletesAreDetected(int a) throws SQLException { return inner.deletesAreDetected(a); } public boolean insertsAreDetected(int a) throws SQLException { return inner.insertsAreDetected(a); } public boolean supportsBatchUpdates() throws SQLException { return inner.supportsBatchUpdates(); } public ResultSet getUDTs(String a, String b, String c, int[] d) throws SQLException { return inner.getUDTs(a, b, c, d); } public boolean supportsSavepoints() throws SQLException { return inner.supportsSavepoints(); } public boolean supportsNamedParameters() throws SQLException { return inner.supportsNamedParameters(); } public boolean supportsMultipleOpenResults() throws SQLException { return inner.supportsMultipleOpenResults(); } public boolean supportsGetGeneratedKeys() throws SQLException { return inner.supportsGetGeneratedKeys(); } public ResultSet getSuperTypes(String a, String b, String c) throws SQLException { return inner.getSuperTypes(a, b, c); } public ResultSet getSuperTables(String a, String b, String c) throws SQLException { return inner.getSuperTables(a, b, c); } public boolean supportsResultSetHoldability(int a) throws SQLException { return inner.supportsResultSetHoldability(a); } public int getResultSetHoldability() throws SQLException { return inner.getResultSetHoldability(); } public int getDatabaseMajorVersion() throws SQLException { return inner.getDatabaseMajorVersion(); } public int getDatabaseMinorVersion() throws SQLException { return inner.getDatabaseMinorVersion(); } public int getJDBCMajorVersion() throws SQLException { return inner.getJDBCMajorVersion(); } public int getJDBCMinorVersion() throws SQLException { return inner.getJDBCMinorVersion(); } public int getSQLStateType() throws SQLException { return inner.getSQLStateType(); } public boolean locatorsUpdateCopy() throws SQLException { return inner.locatorsUpdateCopy(); } public boolean supportsStatementPooling() throws SQLException { return inner.supportsStatementPooling(); } public String getURL() throws SQLException { return inner.getURL(); } public boolean isReadOnly() throws SQLException { return inner.isReadOnly(); } public ResultSet getAttributes(String a, String b, String c, String d) throws SQLException { return inner.getAttributes(a, b, c, d); } public Connection getConnection() throws SQLException { return inner.getConnection(); } public ResultSet getColumns(String a, String b, String c, String d) throws SQLException { return inner.getColumns(a, b, c, d); } public String getUserName() throws SQLException { return inner.getUserName(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -