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