public class JcrMetaData extends Object implements DatabaseMetaData
DatabaseMetaData.| Modifier and Type | Class and Description |
|---|---|
protected static class |
JcrMetaData.PseudoPropertyDefinition |
| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
DEFAULT_ZERO |
protected static int |
NO_LIMIT |
protected static List<PropertyDefinition> |
PSEUDO_COLUMN_DEFNS |
protected static List<String> |
PSEUDO_COLUMN_NAMES |
protected static String |
WILDCARD
CONSTANTS
|
attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown| Constructor and Description |
|---|
JcrMetaData(JcrConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allProceduresAreCallable() |
boolean |
allTablesAreSelectable() |
boolean |
autoCommitFailureClosesAllResultSets() |
boolean |
dataDefinitionCausesTransactionCommit() |
boolean |
dataDefinitionIgnoredInTransactions() |
boolean |
deletesAreDetected(int type) |
boolean |
doesMaxRowSizeIncludeBlobs() |
boolean |
generatedKeyAlwaysReturned()
This method always returns true. *
Note: This method is part of the JDBC API in JDK 1.7.
|
ResultSet |
getAttributes(String catalog,
String schemaPattern,
String typeNamePattern,
String attributeNamePattern) |
ResultSet |
getBestRowIdentifier(String catalog,
String schema,
String table,
int scope,
boolean nullable) |
ResultSet |
getCatalogs()
This driver maps the repository name as the JDBC catalog name.
|
String |
getCatalogSeparator() |
String |
getCatalogTerm()
This driver maps the repository name as the JDBC catalog name.
|
ResultSet |
getClientInfoProperties() |
ResultSet |
getColumnPrivileges(String catalog,
String schema,
String table,
String columnNamePattern) |
ResultSet |
getColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
Connection |
getConnection() |
ResultSet |
getCrossReference(String parentCatalog,
String parentSchema,
String parentTable,
String foreignCatalog,
String foreignSchema,
String foreignTable) |
int |
getDatabaseMajorVersion() |
int |
getDatabaseMinorVersion() |
String |
getDatabaseProductName() |
String |
getDatabaseProductUrl() |
String |
getDatabaseProductVersion() |
int |
getDefaultTransactionIsolation() |
int |
getDriverMajorVersion() |
int |
getDriverMinorVersion() |
String |
getDriverName() |
String |
getDriverVersion() |
ResultSet |
getExportedKeys(String catalog,
String schema,
String table)
This driver maps REFERENCE properties as keys, and therefore it represents as imported keys those REFERENCE properties on
the type identified by the table name.
|
String |
getExtraNameCharacters() |
ResultSet |
getFunctionColumns(String catalog,
String schemaPattern,
String functionNamePattern,
String columnNamePattern) |
ResultSet |
getFunctions(String catalog,
String schemaPattern,
String functionNamePattern) |
String |
getIdentifierQuoteString()
JCR-SQL2 allows identifiers to be surrounded by matching single quotes, double quotes, or opening and closing square
brackets.
|
ResultSet |
getImportedKeys(String catalog,
String schema,
String table)
This driver maps REFERENCE properties as keys, and therefore it represents as imported keys those properties on other types
referencing the type identified by the table name.
|
ResultSet |
getIndexInfo(String catalog,
String schema,
String tableNamePattern,
boolean unique,
boolean approximate) |
int |
getJDBCMajorVersion() |
int |
getJDBCMinorVersion() |
int |
getMaxBinaryLiteralLength()
There is no maximum length of binary literals (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxCatalogNameLength()
There is no maximum length of the catalog (repository) names - or the limit is not known.
|
int |
getMaxCharLiteralLength()
There is no maximum length of character literals (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxColumnNameLength()
There is no maximum length of column names (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxColumnsInGroupBy()
JCR-SQL2 does not support GROUP BY, so this method returns 0.
|
int |
getMaxColumnsInIndex()
There is no limit to the number of columns in an index (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxColumnsInOrderBy()
There is no limit to the number of columns in an ORDER BY statement (or if there is a limit it is not known), so this
method returns 0.
|
int |
getMaxColumnsInSelect()
There is no limit to the number of columns in a select statement (or if there is a limit it is not known), so this method
returns 0.
|
int |
getMaxColumnsInTable()
There is no limit to the number of columns in a table (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxConnections()
There is no limit to the number of connections (or if there is a limit it is not known), so this method returns 0.
|
int |
getMaxCursorNameLength()
There are no cursors (or there is no limit), so this method returns 0.
|
int |
getMaxIndexLength()
There are no indexes (or there is no limit), so this method returns 0.
|
int |
getMaxProcedureNameLength()
There are no procedures, so this method returns 0.
|
int |
getMaxRowSize()
There is no maximum row size.
|
int |
getMaxSchemaNameLength()
There is no maximum length of the schema (workspace) names - or the limit is not known.
|
int |
getMaxStatementLength() |
int |
getMaxStatements() |
int |
getMaxTableNameLength() |
int |
getMaxTablesInSelect() |
int |
getMaxUserNameLength() |
String |
getNumericFunctions() |
ResultSet |
getPrimaryKeys(String catalog,
String schema,
String tableNamePattern) |
ResultSet |
getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) |
ResultSet |
getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) |
String |
getProcedureTerm() |
ResultSet |
getPseudoColumns(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern)
This method always returns an emtpy result set. *
Note: This method is part of the JDBC API in JDK 1.7.
|
int |
getResultSetHoldability() |
RowIdLifetime |
getRowIdLifetime() |
ResultSet |
getSchemas() |
ResultSet |
getSchemas(String catalog,
String schemaPattern) |
String |
getSchemaTerm() |
String |
getSearchStringEscape() |
String |
getSQLKeywords() |
int |
getSQLStateType() |
String |
getStringFunctions() |
ResultSet |
getSuperTables(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultSet |
getSuperTypes(String catalog,
String schemaPattern,
String typeNamePattern) |
String |
getSystemFunctions() |
ResultSet |
getTablePrivileges(String catalog,
String schemaPattern,
String tableNamePattern) |
ResultSet |
getTables(String catalog,
String schemaPattern,
String tableNamePattern,
String[] types) |
ResultSet |
getTableTypes() |
String |
getTimeDateFunctions() |
ResultSet |
getTypeInfo() |
ResultSet |
getUDTs(String catalog,
String schemaPattern,
String typeNamePattern,
int[] types) |
String |
getURL()
This method returns the effective URL of the connection, which includes all connection properties (even if those properties
were passed in via the Properties argument).
|
String |
getUserName() |
ResultSet |
getVersionColumns(String catalog,
String schema,
String table) |
boolean |
insertsAreDetected(int type) |
boolean |
isCatalogAtStart() |
boolean |
isReadOnly() |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
locatorsUpdateCopy() |
boolean |
nullPlusNonNullIsNull() |
boolean |
nullsAreSortedAtEnd()
Assumed to be false for JCR implementations (meaning that sort order IS used), though section 6.7.37 of JCR 2.0
specification says ordering of null values is implementation-determined.
|
boolean |
nullsAreSortedAtStart()
Assumed to be false for JCR implementations (meaning that sort order IS used), though section 6.7.37 of JCR 2.0
specification says ordering of null values is implementation-determined.
|
boolean |
nullsAreSortedHigh()
Assumed to be false for JCR implementations, though section 6.7.37 of JCR 2.0 specification says ordering of null values is
implementation-determined.
|
boolean |
nullsAreSortedLow()
Assumed to be true for JCR implementations, though section 6.7.37 of JCR 2.0 specification says ordering of null values is
implementation-determined.
|
boolean |
othersDeletesAreVisible(int type) |
boolean |
othersInsertsAreVisible(int type) |
boolean |
othersUpdatesAreVisible(int type) |
boolean |
ownDeletesAreVisible(int type) |
boolean |
ownInsertsAreVisible(int type) |
boolean |
ownUpdatesAreVisible(int type) |
boolean |
storesLowerCaseIdentifiers() |
boolean |
storesLowerCaseQuotedIdentifiers() |
boolean |
storesMixedCaseIdentifiers() |
boolean |
storesMixedCaseQuotedIdentifiers() |
boolean |
storesUpperCaseIdentifiers() |
boolean |
storesUpperCaseQuotedIdentifiers() |
boolean |
supportsAlterTableWithAddColumn() |
boolean |
supportsAlterTableWithDropColumn() |
boolean |
supportsANSI92EntryLevelSQL() |
boolean |
supportsANSI92FullSQL() |
boolean |
supportsANSI92IntermediateSQL() |
boolean |
supportsBatchUpdates() |
boolean |
supportsCatalogsInDataManipulation() |
boolean |
supportsCatalogsInIndexDefinitions() |
boolean |
supportsCatalogsInPrivilegeDefinitions() |
boolean |
supportsCatalogsInProcedureCalls() |
boolean |
supportsCatalogsInTableDefinitions() |
boolean |
supportsColumnAliasing() |
boolean |
supportsConvert() |
boolean |
supportsConvert(int fromType,
int toType) |
boolean |
supportsCoreSQLGrammar() |
boolean |
supportsCorrelatedSubqueries() |
boolean |
supportsDataDefinitionAndDataManipulationTransactions() |
boolean |
supportsDataManipulationTransactionsOnly() |
boolean |
supportsDifferentTableCorrelationNames() |
boolean |
supportsExpressionsInOrderBy() |
boolean |
supportsExtendedSQLGrammar() |
boolean |
supportsFullOuterJoins() |
boolean |
supportsGetGeneratedKeys() |
boolean |
supportsGroupBy() |
boolean |
supportsGroupByBeyondSelect() |
boolean |
supportsGroupByUnrelated() |
boolean |
supportsIntegrityEnhancementFacility() |
boolean |
supportsLikeEscapeClause() |
boolean |
supportsLimitedOuterJoins() |
boolean |
supportsMinimumSQLGrammar() |
boolean |
supportsMixedCaseIdentifiers() |
boolean |
supportsMixedCaseQuotedIdentifiers() |
boolean |
supportsMultipleOpenResults() |
boolean |
supportsMultipleResultSets() |
boolean |
supportsMultipleTransactions() |
boolean |
supportsNamedParameters() |
boolean |
supportsNonNullableColumns() |
boolean |
supportsOpenCursorsAcrossCommit() |
boolean |
supportsOpenCursorsAcrossRollback() |
boolean |
supportsOpenStatementsAcrossCommit() |
boolean |
supportsOpenStatementsAcrossRollback() |
boolean |
supportsOrderByUnrelated() |
boolean |
supportsOuterJoins() |
boolean |
supportsPositionedDelete() |
boolean |
supportsPositionedUpdate() |
boolean |
supportsResultSetConcurrency(int type,
int concurrency) |
boolean |
supportsResultSetHoldability(int holdability) |
boolean |
supportsResultSetType(int type) |
boolean |
supportsSavepoints() |
boolean |
supportsSchemasInDataManipulation() |
boolean |
supportsSchemasInIndexDefinitions() |
boolean |
supportsSchemasInPrivilegeDefinitions() |
boolean |
supportsSchemasInProcedureCalls() |
boolean |
supportsSchemasInTableDefinitions() |
boolean |
supportsSelectForUpdate() |
boolean |
supportsStatementPooling() |
boolean |
supportsStoredFunctionsUsingCallSyntax() |
boolean |
supportsStoredProcedures() |
boolean |
supportsSubqueriesInComparisons() |
boolean |
supportsSubqueriesInExists() |
boolean |
supportsSubqueriesInIns() |
boolean |
supportsSubqueriesInQuantifieds() |
boolean |
supportsTableCorrelationNames() |
boolean |
supportsTransactionIsolationLevel(int level) |
boolean |
supportsTransactions() |
boolean |
supportsUnion() |
boolean |
supportsUnionAll() |
<T> T |
unwrap(Class<T> iface) |
boolean |
updatesAreDetected(int type) |
boolean |
usesLocalFilePerTable() |
boolean |
usesLocalFiles() |
protected static final List<PropertyDefinition> PSEUDO_COLUMN_DEFNS
protected static final String WILDCARD
protected static final Integer DEFAULT_ZERO
protected static final int NO_LIMIT
public JcrMetaData(JcrConnection connection)
public ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
Note: This method is part of the JDBC API in JDK 1.7.
getPseudoColumns in interface DatabaseMetaDatacatalog - schemaPattern - tableNamePattern - columnNamePattern - SQLExceptionpublic boolean generatedKeyAlwaysReturned()
throws SQLException
Note: This method is part of the JDBC API in JDK 1.7.
generatedKeyAlwaysReturned in interface DatabaseMetaDataSQLExceptionpublic int getDriverMajorVersion()
getDriverMajorVersion in interface DatabaseMetaDatapublic int getDriverMinorVersion()
getDriverMinorVersion in interface DatabaseMetaDatapublic String getDriverName()
getDriverName in interface DatabaseMetaDatapublic String getDriverVersion()
getDriverVersion in interface DatabaseMetaDatapublic int getDatabaseMajorVersion()
getDatabaseMajorVersion in interface DatabaseMetaDatapublic int getDatabaseMinorVersion()
getDatabaseMinorVersion in interface DatabaseMetaDatapublic String getDatabaseProductName()
getDatabaseProductName in interface DatabaseMetaDatapublic String getDatabaseProductUrl()
public String getDatabaseProductVersion()
getDatabaseProductVersion in interface DatabaseMetaDatapublic int getJDBCMajorVersion()
getJDBCMajorVersion in interface DatabaseMetaDatapublic int getJDBCMinorVersion()
getJDBCMinorVersion in interface DatabaseMetaDatapublic Connection getConnection()
getConnection in interface DatabaseMetaDatapublic boolean isReadOnly()
isReadOnly in interface DatabaseMetaDatapublic boolean allProceduresAreCallable()
allProceduresAreCallable in interface DatabaseMetaDatapublic boolean allTablesAreSelectable()
allTablesAreSelectable in interface DatabaseMetaDatapublic boolean autoCommitFailureClosesAllResultSets()
autoCommitFailureClosesAllResultSets in interface DatabaseMetaDatapublic boolean dataDefinitionCausesTransactionCommit()
dataDefinitionCausesTransactionCommit in interface DatabaseMetaDatapublic boolean dataDefinitionIgnoredInTransactions()
dataDefinitionIgnoredInTransactions in interface DatabaseMetaDatapublic boolean deletesAreDetected(int type)
deletesAreDetected in interface DatabaseMetaDatapublic boolean doesMaxRowSizeIncludeBlobs()
doesMaxRowSizeIncludeBlobs in interface DatabaseMetaDatapublic ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException
getAttributes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException
getBestRowIdentifier in interface DatabaseMetaDataSQLExceptionpublic String getCatalogSeparator()
getCatalogSeparator in interface DatabaseMetaDatapublic String getCatalogTerm()
This driver maps the repository name as the JDBC catalog name. Therefore, this method returns 'Repository' for the catalog term.
getCatalogTerm in interface DatabaseMetaDataDatabaseMetaData.getCatalogTerm()public ResultSet getCatalogs() throws SQLException
This driver maps the repository name as the JDBC catalog name. Therefore, this method returns a result set containing only the repository's name.
getCatalogs in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getCatalogs()public ResultSet getClientInfoProperties() throws SQLException
getClientInfoProperties in interface DatabaseMetaDataSQLExceptionpublic ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException
getColumnPrivileges in interface DatabaseMetaDataSQLExceptionpublic ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException
getColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException
getCrossReference in interface DatabaseMetaDataSQLExceptionpublic int getDefaultTransactionIsolation()
getDefaultTransactionIsolation in interface DatabaseMetaDatapublic ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException
This driver maps REFERENCE properties as keys, and therefore it represents as imported keys those REFERENCE properties on the type identified by the table name.
getExportedKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String)public String getExtraNameCharacters()
getExtraNameCharacters in interface DatabaseMetaDatapublic ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException
getFunctionColumns in interface DatabaseMetaDataSQLExceptionpublic ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException
getFunctions in interface DatabaseMetaDataSQLExceptionpublic String getIdentifierQuoteString()
JCR-SQL2 allows identifiers to be surrounded by matching single quotes, double quotes, or opening and closing square brackets. Therefore, this method returns a single-quote character as the quote string.
getIdentifierQuoteString in interface DatabaseMetaDataDatabaseMetaData.getIdentifierQuoteString()public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException
This driver maps REFERENCE properties as keys, and therefore it represents as imported keys those properties on other types referencing the type identified by the table name.
getImportedKeys in interface DatabaseMetaDataSQLExceptionDatabaseMetaData.getImportedKeys(java.lang.String, java.lang.String, java.lang.String)public ResultSet getIndexInfo(String catalog, String schema, String tableNamePattern, boolean unique, boolean approximate) throws SQLException
getIndexInfo in interface DatabaseMetaDataSQLExceptionpublic int getMaxBinaryLiteralLength()
There is no maximum length of binary literals (or if there is a limit it is not known), so this method returns 0.
getMaxBinaryLiteralLength in interface DatabaseMetaDataDatabaseMetaData.getMaxBinaryLiteralLength()public int getMaxCatalogNameLength()
There is no maximum length of the catalog (repository) names - or the limit is not known.
getMaxCatalogNameLength in interface DatabaseMetaDataDatabaseMetaData.getMaxCatalogNameLength()public int getMaxCharLiteralLength()
There is no maximum length of character literals (or if there is a limit it is not known), so this method returns 0.
getMaxCharLiteralLength in interface DatabaseMetaDataDatabaseMetaData.getMaxCharLiteralLength()public int getMaxColumnNameLength()
There is no maximum length of column names (or if there is a limit it is not known), so this method returns 0.
getMaxColumnNameLength in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnNameLength()public int getMaxColumnsInGroupBy()
JCR-SQL2 does not support GROUP BY, so this method returns 0.
getMaxColumnsInGroupBy in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnsInGroupBy()public int getMaxColumnsInIndex()
There is no limit to the number of columns in an index (or if there is a limit it is not known), so this method returns 0.
getMaxColumnsInIndex in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnsInIndex()public int getMaxColumnsInOrderBy()
There is no limit to the number of columns in an ORDER BY statement (or if there is a limit it is not known), so this method returns 0.
getMaxColumnsInOrderBy in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnsInOrderBy()public int getMaxColumnsInSelect()
There is no limit to the number of columns in a select statement (or if there is a limit it is not known), so this method returns 0.
getMaxColumnsInSelect in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnsInSelect()public int getMaxColumnsInTable()
There is no limit to the number of columns in a table (or if there is a limit it is not known), so this method returns 0.
getMaxColumnsInTable in interface DatabaseMetaDataDatabaseMetaData.getMaxColumnsInTable()public int getMaxConnections()
There is no limit to the number of connections (or if there is a limit it is not known), so this method returns 0.
getMaxConnections in interface DatabaseMetaDataDatabaseMetaData.getMaxConnections()public int getMaxCursorNameLength()
There are no cursors (or there is no limit), so this method returns 0.
getMaxCursorNameLength in interface DatabaseMetaDataDatabaseMetaData.getMaxCursorNameLength()public int getMaxIndexLength()
There are no indexes (or there is no limit), so this method returns 0.
getMaxIndexLength in interface DatabaseMetaDataDatabaseMetaData.getMaxIndexLength()public int getMaxProcedureNameLength()
There are no procedures, so this method returns 0.
getMaxProcedureNameLength in interface DatabaseMetaDataDatabaseMetaData.getMaxProcedureNameLength()public int getMaxRowSize()
There is no maximum row size.
getMaxRowSize in interface DatabaseMetaDataDatabaseMetaData.getMaxRowSize()public int getMaxSchemaNameLength()
There is no maximum length of the schema (workspace) names - or the limit is not known.
getMaxSchemaNameLength in interface DatabaseMetaDataDatabaseMetaData.getMaxSchemaNameLength()public int getMaxStatementLength()
getMaxStatementLength in interface DatabaseMetaDatapublic int getMaxStatements()
getMaxStatements in interface DatabaseMetaDatapublic int getMaxTableNameLength()
getMaxTableNameLength in interface DatabaseMetaDatapublic int getMaxTablesInSelect()
getMaxTablesInSelect in interface DatabaseMetaDatapublic int getMaxUserNameLength()
getMaxUserNameLength in interface DatabaseMetaDatapublic String getNumericFunctions()
getNumericFunctions in interface DatabaseMetaDatapublic ResultSet getPrimaryKeys(String catalog, String schema, String tableNamePattern) throws SQLException
getPrimaryKeys in interface DatabaseMetaDataSQLExceptionpublic ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException
getProcedureColumns in interface DatabaseMetaDataSQLExceptionpublic String getProcedureTerm()
getProcedureTerm in interface DatabaseMetaDatapublic ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
getProcedures in interface DatabaseMetaDataSQLExceptionpublic int getResultSetHoldability()
getResultSetHoldability in interface DatabaseMetaDatapublic RowIdLifetime getRowIdLifetime()
getRowIdLifetime in interface DatabaseMetaDatapublic String getSQLKeywords()
getSQLKeywords in interface DatabaseMetaDatapublic int getSQLStateType()
getSQLStateType in interface DatabaseMetaDatapublic String getSchemaTerm()
getSchemaTerm in interface DatabaseMetaDatapublic ResultSet getSchemas() throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException
getSchemas in interface DatabaseMetaDataSQLExceptionpublic String getSearchStringEscape()
getSearchStringEscape in interface DatabaseMetaDatapublic String getStringFunctions()
getStringFunctions in interface DatabaseMetaDatapublic ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getSuperTables in interface DatabaseMetaDataSQLExceptionpublic ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException
getSuperTypes in interface DatabaseMetaDataSQLExceptionpublic String getSystemFunctions()
getSystemFunctions in interface DatabaseMetaDatapublic ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException
getTablePrivileges in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTableTypes() throws SQLException
getTableTypes in interface DatabaseMetaDataSQLExceptionpublic ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException
getTables in interface DatabaseMetaDataSQLExceptionpublic String getTimeDateFunctions()
getTimeDateFunctions in interface DatabaseMetaDatapublic ResultSet getTypeInfo() throws SQLException
getTypeInfo in interface DatabaseMetaDataSQLExceptionpublic ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException
getUDTs in interface DatabaseMetaDataSQLExceptionpublic String getURL()
This method returns the effective URL of the connection, which includes all connection properties (even if those properties were passed in via the Properties argument). Note that each character in the password is replaced with a '*' character.
getURL in interface DatabaseMetaDataDatabaseMetaData.getURL()public String getUserName()
getUserName in interface DatabaseMetaDatapublic ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException
getVersionColumns in interface DatabaseMetaDataSQLExceptionpublic boolean insertsAreDetected(int type)
insertsAreDetected in interface DatabaseMetaDatapublic boolean isCatalogAtStart()
isCatalogAtStart in interface DatabaseMetaDatapublic boolean locatorsUpdateCopy()
locatorsUpdateCopy in interface DatabaseMetaDatapublic boolean nullPlusNonNullIsNull()
nullPlusNonNullIsNull in interface DatabaseMetaDatapublic boolean nullsAreSortedAtEnd()
Assumed to be false for JCR implementations (meaning that sort order IS used), though section 6.7.37 of JCR 2.0 specification says ordering of null values is implementation-determined.
nullsAreSortedAtEnd in interface DatabaseMetaDataDatabaseMetaData.nullsAreSortedAtEnd()public boolean nullsAreSortedAtStart()
Assumed to be false for JCR implementations (meaning that sort order IS used), though section 6.7.37 of JCR 2.0 specification says ordering of null values is implementation-determined.
nullsAreSortedAtStart in interface DatabaseMetaDataDatabaseMetaData.nullsAreSortedAtStart()public boolean nullsAreSortedHigh()
Assumed to be false for JCR implementations, though section 6.7.37 of JCR 2.0 specification says ordering of null values is implementation-determined.
nullsAreSortedHigh in interface DatabaseMetaDataDatabaseMetaData.nullsAreSortedHigh()public boolean nullsAreSortedLow()
Assumed to be true for JCR implementations, though section 6.7.37 of JCR 2.0 specification says ordering of null values is implementation-determined.
nullsAreSortedLow in interface DatabaseMetaDataDatabaseMetaData.nullsAreSortedLow()public boolean othersDeletesAreVisible(int type)
othersDeletesAreVisible in interface DatabaseMetaDatapublic boolean othersInsertsAreVisible(int type)
othersInsertsAreVisible in interface DatabaseMetaDatapublic boolean othersUpdatesAreVisible(int type)
othersUpdatesAreVisible in interface DatabaseMetaDatapublic boolean ownDeletesAreVisible(int type)
ownDeletesAreVisible in interface DatabaseMetaDatapublic boolean ownInsertsAreVisible(int type)
ownInsertsAreVisible in interface DatabaseMetaDatapublic boolean ownUpdatesAreVisible(int type)
ownUpdatesAreVisible in interface DatabaseMetaDatapublic boolean storesLowerCaseIdentifiers()
storesLowerCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesLowerCaseQuotedIdentifiers()
storesLowerCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean storesMixedCaseIdentifiers()
storesMixedCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesMixedCaseQuotedIdentifiers()
storesMixedCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean storesUpperCaseIdentifiers()
storesUpperCaseIdentifiers in interface DatabaseMetaDatapublic boolean storesUpperCaseQuotedIdentifiers()
storesUpperCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean supportsANSI92EntryLevelSQL()
supportsANSI92EntryLevelSQL in interface DatabaseMetaDatapublic boolean supportsANSI92FullSQL()
supportsANSI92FullSQL in interface DatabaseMetaDatapublic boolean supportsANSI92IntermediateSQL()
supportsANSI92IntermediateSQL in interface DatabaseMetaDatapublic boolean supportsAlterTableWithAddColumn()
supportsAlterTableWithAddColumn in interface DatabaseMetaDatapublic boolean supportsAlterTableWithDropColumn()
supportsAlterTableWithDropColumn in interface DatabaseMetaDatapublic boolean supportsBatchUpdates()
supportsBatchUpdates in interface DatabaseMetaDatapublic boolean supportsCatalogsInDataManipulation()
supportsCatalogsInDataManipulation in interface DatabaseMetaDatapublic boolean supportsCatalogsInIndexDefinitions()
supportsCatalogsInIndexDefinitions in interface DatabaseMetaDatapublic boolean supportsCatalogsInPrivilegeDefinitions()
supportsCatalogsInPrivilegeDefinitions in interface DatabaseMetaDatapublic boolean supportsCatalogsInProcedureCalls()
supportsCatalogsInProcedureCalls in interface DatabaseMetaDatapublic boolean supportsCatalogsInTableDefinitions()
supportsCatalogsInTableDefinitions in interface DatabaseMetaDatapublic boolean supportsColumnAliasing()
supportsColumnAliasing in interface DatabaseMetaDatapublic boolean supportsConvert()
supportsConvert in interface DatabaseMetaDatapublic boolean supportsConvert(int fromType,
int toType)
supportsConvert in interface DatabaseMetaDatapublic boolean supportsCoreSQLGrammar()
supportsCoreSQLGrammar in interface DatabaseMetaDatapublic boolean supportsCorrelatedSubqueries()
supportsCorrelatedSubqueries in interface DatabaseMetaDatapublic boolean supportsDataDefinitionAndDataManipulationTransactions()
supportsDataDefinitionAndDataManipulationTransactions in interface DatabaseMetaDatapublic boolean supportsDataManipulationTransactionsOnly()
supportsDataManipulationTransactionsOnly in interface DatabaseMetaDatapublic boolean supportsDifferentTableCorrelationNames()
supportsDifferentTableCorrelationNames in interface DatabaseMetaDatapublic boolean supportsExpressionsInOrderBy()
supportsExpressionsInOrderBy in interface DatabaseMetaDatapublic boolean supportsExtendedSQLGrammar()
supportsExtendedSQLGrammar in interface DatabaseMetaDatapublic boolean supportsFullOuterJoins()
supportsFullOuterJoins in interface DatabaseMetaDatapublic boolean supportsGetGeneratedKeys()
supportsGetGeneratedKeys in interface DatabaseMetaDatapublic boolean supportsGroupBy()
supportsGroupBy in interface DatabaseMetaDatapublic boolean supportsGroupByBeyondSelect()
supportsGroupByBeyondSelect in interface DatabaseMetaDatapublic boolean supportsGroupByUnrelated()
supportsGroupByUnrelated in interface DatabaseMetaDatapublic boolean supportsIntegrityEnhancementFacility()
supportsIntegrityEnhancementFacility in interface DatabaseMetaDatapublic boolean supportsLikeEscapeClause()
supportsLikeEscapeClause in interface DatabaseMetaDatapublic boolean supportsLimitedOuterJoins()
supportsLimitedOuterJoins in interface DatabaseMetaDatapublic boolean supportsMinimumSQLGrammar()
supportsMinimumSQLGrammar in interface DatabaseMetaDatapublic boolean supportsMixedCaseIdentifiers()
supportsMixedCaseIdentifiers in interface DatabaseMetaDatapublic boolean supportsMixedCaseQuotedIdentifiers()
supportsMixedCaseQuotedIdentifiers in interface DatabaseMetaDatapublic boolean supportsMultipleOpenResults()
supportsMultipleOpenResults in interface DatabaseMetaDatapublic boolean supportsMultipleResultSets()
supportsMultipleResultSets in interface DatabaseMetaDatapublic boolean supportsMultipleTransactions()
supportsMultipleTransactions in interface DatabaseMetaDatapublic boolean supportsNamedParameters()
supportsNamedParameters in interface DatabaseMetaDatapublic boolean supportsNonNullableColumns()
supportsNonNullableColumns in interface DatabaseMetaDatapublic boolean supportsOpenCursorsAcrossCommit()
supportsOpenCursorsAcrossCommit in interface DatabaseMetaDatapublic boolean supportsOpenCursorsAcrossRollback()
supportsOpenCursorsAcrossRollback in interface DatabaseMetaDatapublic boolean supportsOpenStatementsAcrossCommit()
supportsOpenStatementsAcrossCommit in interface DatabaseMetaDatapublic boolean supportsOpenStatementsAcrossRollback()
supportsOpenStatementsAcrossRollback in interface DatabaseMetaDatapublic boolean supportsOrderByUnrelated()
supportsOrderByUnrelated in interface DatabaseMetaDatapublic boolean supportsOuterJoins()
supportsOuterJoins in interface DatabaseMetaDatapublic boolean supportsPositionedDelete()
supportsPositionedDelete in interface DatabaseMetaDatapublic boolean supportsPositionedUpdate()
supportsPositionedUpdate in interface DatabaseMetaDatapublic boolean supportsResultSetConcurrency(int type,
int concurrency)
supportsResultSetConcurrency in interface DatabaseMetaDatapublic boolean supportsResultSetHoldability(int holdability)
supportsResultSetHoldability in interface DatabaseMetaDatapublic boolean supportsResultSetType(int type)
supportsResultSetType in interface DatabaseMetaDatapublic boolean supportsSavepoints()
supportsSavepoints in interface DatabaseMetaDatapublic boolean supportsSchemasInDataManipulation()
supportsSchemasInDataManipulation in interface DatabaseMetaDatapublic boolean supportsSchemasInIndexDefinitions()
supportsSchemasInIndexDefinitions in interface DatabaseMetaDatapublic boolean supportsSchemasInPrivilegeDefinitions()
supportsSchemasInPrivilegeDefinitions in interface DatabaseMetaDatapublic boolean supportsSchemasInProcedureCalls()
supportsSchemasInProcedureCalls in interface DatabaseMetaDatapublic boolean supportsSchemasInTableDefinitions()
supportsSchemasInTableDefinitions in interface DatabaseMetaDatapublic boolean supportsSelectForUpdate()
supportsSelectForUpdate in interface DatabaseMetaDatapublic boolean supportsStatementPooling()
supportsStatementPooling in interface DatabaseMetaDatapublic boolean supportsStoredFunctionsUsingCallSyntax()
supportsStoredFunctionsUsingCallSyntax in interface DatabaseMetaDatapublic boolean supportsStoredProcedures()
supportsStoredProcedures in interface DatabaseMetaDatapublic boolean supportsSubqueriesInComparisons()
supportsSubqueriesInComparisons in interface DatabaseMetaDatapublic boolean supportsSubqueriesInExists()
supportsSubqueriesInExists in interface DatabaseMetaDatapublic boolean supportsSubqueriesInIns()
supportsSubqueriesInIns in interface DatabaseMetaDatapublic boolean supportsSubqueriesInQuantifieds()
supportsSubqueriesInQuantifieds in interface DatabaseMetaDatapublic boolean supportsTableCorrelationNames()
supportsTableCorrelationNames in interface DatabaseMetaDatapublic boolean supportsTransactionIsolationLevel(int level)
supportsTransactionIsolationLevel in interface DatabaseMetaDatapublic boolean supportsTransactions()
supportsTransactions in interface DatabaseMetaDatapublic boolean supportsUnion()
supportsUnion in interface DatabaseMetaDatapublic boolean supportsUnionAll()
supportsUnionAll in interface DatabaseMetaDatapublic boolean updatesAreDetected(int type)
updatesAreDetected in interface DatabaseMetaDatapublic boolean usesLocalFilePerTable()
usesLocalFilePerTable in interface DatabaseMetaDatapublic boolean usesLocalFiles()
usesLocalFiles in interface DatabaseMetaDatapublic boolean isWrapperFor(Class<?> iface)
isWrapperFor in interface Wrapperpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.