📄 csvdatabasemetadata.java
字号:
public boolean nullsAreSortedAtEnd() throws SQLException
{
return true;
}
public boolean nullsAreSortedAtStart() throws SQLException
{
return false;
}
public boolean nullsAreSortedHigh() throws SQLException
{
return true;
}
public boolean nullsAreSortedLow() throws SQLException
{
return false;
}
public boolean othersDeletesAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean othersInsertsAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean othersUpdatesAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean ownDeletesAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean ownInsertsAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean ownUpdatesAreVisible(int arg0) throws SQLException
{
return false;
}
public boolean storesLowerCaseIdentifiers() throws SQLException
{
return false;
}
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException
{
return false;
}
public boolean storesMixedCaseIdentifiers() throws SQLException
{
return true;
}
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException
{
return true;
}
public boolean storesUpperCaseIdentifiers() throws SQLException
{
return false;
}
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException
{
return false;
}
public boolean supportsAlterTableWithAddColumn() throws SQLException
{
return false;
}
public boolean supportsAlterTableWithDropColumn() throws SQLException
{
return false;
}
public boolean supportsANSI92EntryLevelSQL() throws SQLException
{
return false;
}
public boolean supportsANSI92FullSQL() throws SQLException
{
return false;
}
public boolean supportsANSI92IntermediateSQL() throws SQLException
{
return false;
}
public boolean supportsBatchUpdates() throws SQLException
{
return false;
}
public boolean supportsCatalogsInDataManipulation() throws SQLException
{
return false;
}
public boolean supportsCatalogsInIndexDefinitions() throws SQLException
{
return false;
}
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
{
return false;
}
public boolean supportsCatalogsInProcedureCalls() throws SQLException
{
return false;
}
public boolean supportsCatalogsInTableDefinitions() throws SQLException
{
return false;
}
public boolean supportsColumnAliasing() throws SQLException
{
return false;
}
public boolean supportsConvert() throws SQLException
{
return false;
}
public boolean supportsConvert(int arg0, int arg1) throws SQLException
{
return false;
}
public boolean supportsCoreSQLGrammar() throws SQLException
{
return false;
}
public boolean supportsCorrelatedSubqueries() throws SQLException
{
return false;
}
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
{
return false;
}
public boolean supportsDataManipulationTransactionsOnly() throws SQLException
{
return false;
}
public boolean supportsDifferentTableCorrelationNames() throws SQLException
{
return false;
}
public boolean supportsExpressionsInOrderBy() throws SQLException
{
return false;
}
public boolean supportsExtendedSQLGrammar() throws SQLException
{
return false;
}
public boolean supportsFullOuterJoins() throws SQLException
{
return false;
}
public boolean supportsGetGeneratedKeys() throws SQLException
{
return false;
}
public boolean supportsGroupBy() throws SQLException
{
return false;
}
public boolean supportsGroupByBeyondSelect() throws SQLException
{
return false;
}
public boolean supportsGroupByUnrelated() throws SQLException
{
return false;
}
public boolean supportsIntegrityEnhancementFacility() throws SQLException
{
return false;
}
public boolean supportsLikeEscapeClause() throws SQLException
{
return false;
}
public boolean supportsLimitedOuterJoins() throws SQLException
{
return false;
}
public boolean supportsMinimumSQLGrammar() throws SQLException
{
return false;
}
public boolean supportsMixedCaseIdentifiers() throws SQLException
{
return false;
}
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
{
return false;
}
public boolean supportsMultipleOpenResults() throws SQLException
{
return true;
}
public boolean supportsMultipleResultSets() throws SQLException
{
return true;
}
public boolean supportsMultipleTransactions() throws SQLException
{
return false;
}
public boolean supportsNamedParameters() throws SQLException
{
return false;
}
public boolean supportsNonNullableColumns() throws SQLException
{
return false;
}
public boolean supportsOpenCursorsAcrossCommit() throws SQLException
{
return false;
}
public boolean supportsOpenCursorsAcrossRollback() throws SQLException
{
return false;
}
public boolean supportsOpenStatementsAcrossCommit() throws SQLException
{
return false;
}
public boolean supportsOpenStatementsAcrossRollback() throws SQLException
{
return false;
}
public boolean supportsOrderByUnrelated() throws SQLException
{
return false;
}
public boolean supportsOuterJoins() throws SQLException
{
return false;
}
public boolean supportsPositionedDelete() throws SQLException
{
return false;
}
public boolean supportsPositionedUpdate() throws SQLException
{
return false;
}
public boolean supportsResultSetConcurrency(int arg0, int arg1) throws SQLException
{
return false;
}
public boolean supportsResultSetHoldability(int arg0) throws SQLException
{
return false;
}
public boolean supportsResultSetType(int type) throws SQLException
{
if (type == ResultSet.TYPE_FORWARD_ONLY)
{
return true;
}
if (type == ResultSet.TYPE_SCROLL_SENSITIVE)
{
return true;
}
return false;
}
public boolean supportsSavepoints() throws SQLException
{
return false;
}
public boolean supportsSchemasInDataManipulation() throws SQLException
{
return false;
}
public boolean supportsSchemasInIndexDefinitions() throws SQLException
{
return false;
}
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
{
return false;
}
public boolean supportsSchemasInProcedureCalls() throws SQLException
{
return false;
}
public boolean supportsSchemasInTableDefinitions() throws SQLException
{
return false;
}
public boolean supportsSelectForUpdate() throws SQLException
{
return false;
}
public boolean supportsStatementPooling() throws SQLException
{
return false;
}
public boolean supportsStoredProcedures() throws SQLException
{
return false;
}
public boolean supportsSubqueriesInComparisons() throws SQLException
{
return false;
}
public boolean supportsSubqueriesInExists() throws SQLException
{
return false;
}
public boolean supportsSubqueriesInIns() throws SQLException
{
return false;
}
public boolean supportsSubqueriesInQuantifieds() throws SQLException
{
return false;
}
public boolean supportsTableCorrelationNames() throws SQLException
{
return false;
}
public boolean supportsTransactionIsolationLevel(int arg0) throws SQLException
{
return false;
}
public boolean supportsTransactions() throws SQLException
{
return false;
}
public boolean supportsUnion() throws SQLException
{
return false;
}
public boolean supportsUnionAll() throws SQLException
{
return false;
}
public boolean updatesAreDetected(int arg0) throws SQLException
{
return false;
}
public boolean usesLocalFilePerTable() throws SQLException
{
return false;
}
public boolean usesLocalFiles() throws SQLException
{
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -