📄 xmldatabasemetadata.java
字号:
public boolean supportsNonNullableColumns() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsNonNullableColumns() not yet implemented.");
}
public boolean supportsMinimumSQLGrammar() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsMinimumSQLGrammar() not yet implemented.");
}
public boolean supportsCoreSQLGrammar() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCoreSQLGrammar() not yet implemented.");
}
public boolean supportsExtendedSQLGrammar() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsExtendedSQLGrammar() not yet implemented.");
}
public boolean supportsANSI92EntryLevelSQL() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsANSI92EntryLevelSQL() not yet implemented.");
}
public boolean supportsANSI92IntermediateSQL() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsANSI92IntermediateSQL() not yet implemented.");
}
public boolean supportsANSI92FullSQL() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsANSI92FullSQL() not yet implemented.");
}
public boolean supportsIntegrityEnhancementFacility() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsIntegrityEnhancementFacility() not yet implemented.");
}
public boolean supportsOuterJoins() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsOuterJoins() not yet implemented.");
}
public boolean supportsFullOuterJoins() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsFullOuterJoins() not yet implemented.");
}
public boolean supportsLimitedOuterJoins() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsLimitedOuterJoins() not yet implemented.");
}
public String getSchemaTerm() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getSchemaTerm() not yet implemented.");
}
public String getProcedureTerm() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getProcedureTerm() not yet implemented.");
}
public String getCatalogTerm() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getCatalogTerm() not yet implemented.");
}
public boolean isCatalogAtStart() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method isCatalogAtStart() not yet implemented.");
}
public String getCatalogSeparator() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getCatalogSeparator() not yet implemented.");
}
public boolean supportsSchemasInDataManipulation() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSchemasInDataManipulation() not yet implemented.");
}
public boolean supportsSchemasInProcedureCalls() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSchemasInProcedureCalls() not yet implemented.");
}
public boolean supportsSchemasInTableDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSchemasInTableDefinitions() not yet implemented.");
}
public boolean supportsSchemasInIndexDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSchemasInIndexDefinitions() not yet implemented.");
}
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSchemasInPrivilegeDefinitions() not yet implemented.");
}
public boolean supportsCatalogsInDataManipulation() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCatalogsInDataManipulation() not yet implemented.");
}
public boolean supportsCatalogsInProcedureCalls() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCatalogsInProcedureCalls() not yet implemented.");
}
public boolean supportsCatalogsInTableDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCatalogsInTableDefinitions() not yet implemented.");
}
public boolean supportsCatalogsInIndexDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCatalogsInIndexDefinitions() not yet implemented.");
}
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCatalogsInPrivilegeDefinitions() not yet implemented.");
}
public boolean supportsPositionedDelete() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsPositionedDelete() not yet implemented.");
}
public boolean supportsPositionedUpdate() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsPositionedUpdate() not yet implemented.");
}
public boolean supportsSelectForUpdate() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSelectForUpdate() not yet implemented.");
}
public boolean supportsStoredProcedures() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsStoredProcedures() not yet implemented.");
}
public boolean supportsSubqueriesInComparisons() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSubqueriesInComparisons() not yet implemented.");
}
public boolean supportsSubqueriesInExists() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSubqueriesInExists() not yet implemented.");
}
public boolean supportsSubqueriesInIns() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSubqueriesInIns() not yet implemented.");
}
public boolean supportsSubqueriesInQuantifieds() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsSubqueriesInQuantifieds() not yet implemented.");
}
public boolean supportsCorrelatedSubqueries() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsCorrelatedSubqueries() not yet implemented.");
}
public boolean supportsUnion() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsUnion() not yet implemented.");
}
public boolean supportsUnionAll() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsUnionAll() not yet implemented.");
}
public boolean supportsOpenCursorsAcrossCommit() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsOpenCursorsAcrossCommit() not yet implemented.");
}
public boolean supportsOpenCursorsAcrossRollback() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsOpenCursorsAcrossRollback() not yet implemented.");
}
public boolean supportsOpenStatementsAcrossCommit() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsOpenStatementsAcrossCommit() not yet implemented.");
}
public boolean supportsOpenStatementsAcrossRollback() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method supportsOpenStatementsAcrossRollback() not yet implemented.");
}
public int getMaxBinaryLiteralLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxBinaryLiteralLength() not yet implemented.");
}
public int getMaxCharLiteralLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxCharLiteralLength() not yet implemented.");
}
public int getMaxColumnNameLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnNameLength() not yet implemented.");
}
public int getMaxColumnsInGroupBy() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnsInGroupBy() not yet implemented.");
}
public int getMaxColumnsInIndex() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnsInIndex() not yet implemented.");
}
public int getMaxColumnsInOrderBy() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnsInOrderBy() not yet implemented.");
}
public int getMaxColumnsInSelect() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnsInSelect() not yet implemented.");
}
public int getMaxColumnsInTable() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxColumnsInTable() not yet implemented.");
}
public int getMaxConnections() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxConnections() not yet implemented.");
}
public int getMaxCursorNameLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxCursorNameLength() not yet implemented.");
}
public int getMaxIndexLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxIndexLength() not yet implemented.");
}
public int getMaxSchemaNameLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxSchemaNameLength() not yet implemented.");
}
public int getMaxProcedureNameLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxProcedureNameLength() not yet implemented.");
}
public int getMaxCatalogNameLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxCatalogNameLength() not yet implemented.");
}
public int getMaxRowSize() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxRowSize() not yet implemented.");
}
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method doesMaxRowSizeIncludeBlobs() not yet implemented.");
}
public int getMaxStatementLength() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxStatementLength() not yet implemented.");
}
public int getMaxStatements() throws SQLException {
/**@todo Implement this java.sql.DatabaseMetaData method*/
throw new java.lang.UnsupportedOperationException("Method getMaxStatements() not yet implemented.");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -