![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.jdbc.DatabaseMetaData:

Definition at line 71 of file DatabaseMetaData.java.
Public Member Functions | |
| boolean | allProceduresAreCallable () |
Return true if the current user has the privileges necessary to invoke all procedures returned by getProcedures(). | |
| boolean | allTablesAreSelectable () |
Return true if the current user can use a SELECT statement with all tables returned by getTables(). | |
| boolean | dataDefinitionCausesTransactionCommit () |
| A data definition statement within a transaction does not force a commit in QED. | |
| boolean | dataDefinitionIgnoredInTransactions () |
| Data definition statements within transactions are not ignored in QED. | |
| boolean | deletesAreDetected (int type) |
| For all types of ResultSets, deleted rows are simply removed from the ResultSet, so this function always returns false. | |
| boolean | doesMaxRowSizeIncludeBlobs () |
| QED doesn't impose any maximum row size, so this function is really a don't care, but we return true anyway. | |
| java.sql.ResultSet | getBestRowIdentifier (String catalog, String schema, String table, int scope, boolean nullable) throws SQLException |
| Return a resultset containing the set of columns that "best uniquely identify a row". | |
| String | getCatalogSeparator () |
| QED doesn't support catalogs, so there is no separator. | |
| String | getCatalogTerm () |
| Call it what you like, but QED doesn't support catalogs. | |
| java.sql.ResultSet | getCatalogs () throws SQLException |
| QED doesn't support catalogs, but we return an empty ResultSet of the right signature as a courtesy. | |
| java.sql.ResultSet | getColumnPrivileges (String catalog, String schema, String table, String columnNamePattern) throws SQLException |
| QED doesn't support access controls, but we return an empty ResultSet of the right signature as a courtesy. | |
| java.sql.ResultSet | getColumns (String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException |
This function returns a ResultSet object containing information about the specified columns. | |
| java.sql.Connection | getConnection () |
Return the Connection object that was used to create this DatabaseMetaData object. | |
| java.sql.ResultSet | getCrossReference (String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException |
This function returns a ResultSet object containing information about the foreign key relationships in the database. | |
| String | getDatabaseProductName () |
| Return the database product name, "QED". | |
| String | getDatabaseProductVersion () |
| Return the version for this product. | |
| int | getDefaultTransactionIsolation () |
| Return the default transaction isolation level. | |
| int | getDriverMajorVersion () |
| Return the driver major version number. | |
| int | getDriverMinorVersion () |
| Return the driver minor version number. | |
| String | getDriverName () |
| Return the name of this JDBC driver. | |
| String | getDriverVersion () throws SQLException |
| Return the version for this JDBC Driver. | |
| java.sql.ResultSet | getExportedKeys (String catalog, String schema, String table) throws SQLException |
This function returns a ResultSet object that contains information about the foreign key columns that reference the primary keys in the specified table. | |
| String | getExtraNameCharacters () |
| Returns a string consisting of all characters that can be used in unquoted identifier names other than alphanumerics and _). | |
| String | getIdentifierQuoteString () |
| Return the string used to quote SQL identifiers. | |
| java.sql.ResultSet | getImportedKeys (String catalog, String schema, String table) throws SQLException |
This function returns a ResultSet object that contains information about the primary key columns that are referenced by the foreign keys in the specified table. | |
| java.sql.ResultSet | getIndexInfo (String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException |
This function returns a ResultSet object that contains information about the index columns in the specified table. | |
| int | getMaxBinaryLiteralLength () |
| Return the maximum size of a binary literal. | |
| int | getMaxCatalogNameLength () |
| QED doesn't support catalogs, but if it did, it wouldn't impose a limit on the length of their names. | |
| int | getMaxCharLiteralLength () |
| Return the maximum size of a character literal. | |
| int | getMaxColumnNameLength () |
| Return the maximum length of a column name. | |
| int | getMaxColumnsInGroupBy () |
Return the maximum number of columns in a GROUP BY clause. | |
| int | getMaxColumnsInIndex () |
| Return the maximum number of columns in an index. | |
| int | getMaxColumnsInOrderBy () |
Return the maximum number of columns in an ORDER BY clause. | |
| int | getMaxColumnsInSelect () |
Return the maximum number of columns in a SELECT clause. | |
| int | getMaxColumnsInTable () |
| Return the maximum number of columns in an table. | |
| int | getMaxConnections () |
| Return the maximum number of active connections that can be maintained by this driver instance. | |
| int | getMaxCursorNameLength () |
| QED doesn't support named cursors, but if it did, it wouldn't impose a limit on the length of their names. | |
| int | getMaxIndexLength () |
| Return the maximum number of bytes in an index. | |
| int | getMaxProcedureNameLength () |
| QED doesn't support stored procedures, but if it did, it wouldn't impose a limit on the length of their names. | |
| int | getMaxRowSize () |
| Return the maximum number of bytes in a single row. | |
| int | getMaxSchemaNameLength () |
| Return the maximum length of a schema name. | |
| int | getMaxStatementLength () |
| Return the maximum number of characters in an SQL statement. | |
| int | getMaxStatements () |
| Return the maximum number of concurrently active statements that can be open on a single connection. | |
| int | getMaxTableNameLength () |
| Return the maximum length of a table name. | |
| int | getMaxTablesInSelect () |
Return the maximum number of tables allowed in a SELECT clause. | |
| int | getMaxUserNameLength () |
| Return the maximum length of a user name. | |
| String | getNumericFunctions () |
| Return a comma-separated string containing the names of the numeric functions supported by QED. | |
| java.sql.ResultSet | getPrimaryKeys (String catalog, String schema, String table) throws SQLException |
This function returns a ResultSet describing the primary key columns of the specified table. | |
| java.sql.ResultSet | getProcedureColumns (String catalog, String schemaNamePattern, String procedureNamePattern, String columnNamePattern) throws SQLException |
| Stored procedures aren't supported by QED, but we return an empty result set with the right signature as a courtesy. | |
| java.sql.ResultSet | getProcedures (String catalog, String schemaNamePattern, String procedureNamePattern) throws SQLException |
| Stored procedures aren't supported by QED, but we return an empty result set with the right signature as a courtesy. | |
| String | getProcedureTerm () throws SQLException |
| Whatever. | |
| java.sql.ResultSet | getSchemas () throws SQLException |
| Return a result set containing the names of the database schemas. | |
| String | getSchemaTerm () |
| Get the "database vendor's preferred term for 'schema'". | |
| String | getSearchStringEscape () |
Return the default value for the escape sequence that can be used to escape literal "_" and "%" pattern characters in LIKE pattern strings. | |
| String | getSQLKeywords () |
| Returns a list of database keywords that are not also SQL-92 keywords. | |
| String | getStringFunctions () |
| Return a comma-separated string containing the names of the string functions supported by QED. | |
| String | getSystemFunctions () |
| Return a comma-separated string containing the names of the system functions supported by QED. | |
| java.sql.ResultSet | getTablePrivileges (String catalog, String schema, String tableNamePattern) throws SQLException |
| QED doesn't support column privs, but we return an empty ResultSet of the right signature as a courtesy. | |
| java.sql.ResultSet | getTables (String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException |
This function returns a ResultSet | |
| java.sql.ResultSet | getTableTypes () throws SQLException |
This function returns a ResultSet which describes the table types supported by QED. | |
| String | getTimeDateFunctions () throws SQLException |
| Return a comma-separated string containing the names of the date-time functions supported by QED. | |
| java.sql.ResultSet | getTypeInfo () throws SQLException |
This function returns a ResultSet listing the data types supported by QED. | |
| java.sql.ResultSet | getUDTs (String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException |
| Not implemented in this QED release. | |
| String | getURL () |
| Return the URL used to connect to this database. | |
| String | getUserName () |
| Return the user name used to connect to this database. | |
| java.sql.ResultSet | getVersionColumns (String catalog, String schema, String table) throws SQLException |
| QED doesn't support this feature, but we return an empty ResultSet of the right signature as a courtesy. | |
| boolean | insertsAreDetected (int type) |
| JDBC specifies two criteria for determining whether inserts are detected. | |
| boolean | isCatalogAtStart () throws SQLException |
| Catalogs aren't supported in QED, but we'll play along at thig point. | |
| boolean | isReadOnly () |
| This release of QED doesn't support read-only connections or databases, completely.... | |
| boolean | nullPlusNonNullIsNull () |
Most boolean operators (e.g, arithmetic, logical, string operators) produce a NULL result when one of the operands is NULL. | |
| boolean | nullsAreSortedAtEnd () |
In QED, NULLs are sorted low. | |
| boolean | nullsAreSortedAtStart () |
In QED, NULLs are sorted low. | |
| boolean | nullsAreSortedHigh () |
In QED, NULLs are sorted low. | |
| boolean | nullsAreSortedLow () |
In QED, NULLs are sorted low. | |
| boolean | othersDeletesAreVisible (int type) |
| Due to QED's table-level locking strategy, combined with strictly serializable transaction execution, it's not possible to see other transaction's deletes. | |
| boolean | othersInsertsAreVisible (int type) |
| Due to QED's table-level locking strategy, combined with strictly serializable transaction execution, it's not possible to see other transaction's inserts. | |
| boolean | othersUpdatesAreVisible (int type) |
| Due to QED's table-level locking strategy, combined with strictly serializable transaction execution, it's not possible to see other transaction's updates. | |
| boolean | ownDeletesAreVisible (int type) |
| This release of QED doesn't fully support visible change detection. | |
| boolean | ownInsertsAreVisible (int type) |
| This release of QED doesn't fully support visible change detection. | |
| boolean | ownUpdatesAreVisible (int type) |
| This release of QED doesn't fully support visible change detection. | |
| boolean | storesLowerCaseIdentifiers () |
| QED treats mixed case identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | storesLowerCaseQuotedIdentifiers () |
| QED treats mixed case quoted identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | storesMixedCaseIdentifiers () |
| QED treats mixed case identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | storesMixedCaseQuotedIdentifiers () |
| QED treats mixed case quoted identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | storesUpperCaseIdentifiers () |
| QED treats mixed case identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | storesUpperCaseQuotedIdentifiers () |
| QED treats mixed case quoted identifiers in SQL statements as case-insensitve and stores them internally in upper case. | |
| boolean | supportsANSI92EntryLevelSQL () |
| QED supports Entry Level SQL 92. | |
| boolean | supportsANSI92IntermediateSQL () |
| QED supports many Intermediate Level features from SQL 92:. | |
| boolean | supportsANSI92FullSQL () |
| QED supports many, but not all, of the features of Full SQL 92. | |
| boolean | supportsAlterTableWithAddColumn () |
QED supports ALTER TABLE ADD COLUMN. | |
| boolean | supportsAlterTableWithDropColumn () |
This release of QED doesn't support ALTER TABLE DROP COLUMN. | |
| boolean | supportsBatchUpdates () |
| This release of QED doesn't support batch updates. | |
| boolean | supportsCatalogsInDataManipulation () |
| QED doesn't support catalogs. | |
| boolean | supportsCatalogsInIndexDefinitions () throws SQLException |
| QED doesn't support catalogs. | |
| boolean | supportsCatalogsInPrivilegeDefinitions () |
| QED doesn't support catalogs. | |
| boolean | supportsCatalogsInProcedureCalls () |
| QED doesn't support catalogs. | |
| boolean | supportsCatalogsInTableDefinitions () |
| QED doesn't support catalogs. | |
| boolean | supportsColumnAliasing () |
QED supports column aliasing via the AS clause of the SELECT statement. | |
| boolean | supportsConvert () |
This QED release doesn't implement the CONVERT function. | |
| boolean | supportsConvert (int fromType, int toType) |
This QED release doesn't implement the CONVERT function. | |
| boolean | supportsCoreSQLGrammar () |
QED supports everything in the ODBC Core SQL grammar except GRANT and REVOKE. | |
| boolean | supportsCorrelatedSubqueries () |
| QED supports correlated sub-queries. | |
| boolean | supportsDataDefinitionAndDataManipulationTransactions () |
| Both data definition statements and data manipulation statements can be arbitrarily mixed within a transaction. | |
| boolean | supportsDataManipulationTransactionsOnly () |
| The JDBC spec says that this function should return true if <blockquote> this database supports only data manipulation statements within a transaction . | |
| boolean | supportsDifferentTableCorrelationNames () |
Table correlation names are supported in QED, but they are not required to be different from the names of the source tables, so this function returns false. | |
| boolean | supportsExpressionsInOrderBy () |
In QED, ORDER BY clauses must specify column names. | |
| boolean | supportsExtendedSQLGrammar () |
| QED doesn't fully support the ODBC Extended SQL grammar. | |
| boolean | supportsFullOuterJoins () |
| QED supports full nested outer joins. | |
| boolean | supportsGroupBy () |
QED supports GROUP BY. | |
| boolean | supportsGroupByBeyondSelect () |
In QED, the GROUP BY clause can only specify columns that are in the SELECT clause. | |
| boolean | supportsGroupByUnrelated () |
In QED, the GROUP BY clause can only specify columns that are in the SELECT clause. | |
| boolean | supportsIntegrityEnhancementFacility () |
| QED supports the SQL "integrity enhancement facility". | |
| boolean | supportsLikeEscapeClause () |
QED supports the LIKE escape clause using the standard SQL-92 escape syntax. | |
| boolean | supportsLimitedOuterJoins () |
Since supportsFullOuterJoins() returns true, this method should return true as well. | |
| boolean | supportsMinimumSQLGrammar () |
| QED supports the ODBC Minimum SQL grammar. | |
| boolean | supportsMixedCaseIdentifiers () |
| QED converts mixed case identifiers to upper case for storage in the metadata structures. | |
| boolean | supportsMixedCaseQuotedIdentifiers () |
| QED converts mixed case quoted identifiers to upper case for storage in the metadata structures. | |
| boolean | supportsMultipleResultSets () |
This QED release supports only a single active result set per Statement. | |
| boolean | supportsMultipleTransactions () |
| QED supports multiple simultaneous transactions (on different connections). | |
| boolean | supportsNonNullableColumns () |
QED supports definining columns as non-nullable, via the standard SQL-92 NOT NULL constraint. | |
| boolean | supportsOpenCursorsAcrossCommit () |
| A commit causes any open cursors in this connection to be closed. | |
| boolean | supportsOpenCursorsAcrossRollback () |
| A rollback causes any open cursors in this connection to be closed. | |
| boolean | supportsOpenStatementsAcrossCommit () |
Statements per se are not closed by QED on commit, but the ResultSet associated with a statement is. | |
| boolean | supportsOpenStatementsAcrossRollback () |
Statements per se are not closed by QED on rollback, but the ResultSet associated with a statement is. | |
| boolean | supportsOrderByUnrelated () |
In QED, the ORDER BY clause can only specify columns that are in the SELECT clause. | |
| boolean | supportsOuterJoins () |
| QED supports the full set of SQL-92 outer join operations. | |
| boolean | supportsPositionedDelete () |
QED supports positioned DELETE statements. | |
| boolean | supportsPositionedUpdate () |
QED supports positioned UPDATE statements. | |
| boolean | supportsSchemasInDataManipulation () |
| QED supports using schema names in data manipulation statements. | |
| boolean | supportsSchemasInIndexDefinitions () |
| QED supports using schema names in index definition statements. | |
| boolean | supportsSchemasInPrivilegeDefinitions () |
| QED doesn't support privilege definitions. | |
| boolean | supportsSchemasInProcedureCalls () |
| QED doesn't support stored procedures. | |
| boolean | supportsSchemasInTableDefinitions () |
| QED supports using schema names in table definition statements. | |
| boolean | supportsSelectForUpdate () |
QED supports the SELECT ... | |
| boolean | supportsStoredProcedures () |
| QED doesn't support stored procedures. | |
| boolean | supportsSubqueriesInComparisons () |
| QED supports sub-queries in comparisons. | |
| boolean | supportsSubqueriesInExists () |
QED supports sub-queries in EXISTS expressions. | |
| boolean | supportsSubqueriesInIns () |
QED supports sub-queries in IN expressions. | |
| boolean | supportsSubqueriesInQuantifieds () |
| QED supports sub-queries in quantified expressions. | |
| boolean | supportsTableCorrelationNames () |
| QED supports table correlation names. | |
| boolean | supportsTransactionIsolationLevel (int level) |
This release of QED only supports the transaction level Connection.TRANSACTION_SERIALIZABLE. | |
| boolean | supportsTransactions () |
| QED supports transactions. | |
| boolean | supportsUnion () |
QED supports UNION. | |
| boolean | supportsUnionAll () |
QED supports UNION ALL. | |
| boolean | updatesAreDetected (int type) |
| This release of QED doesn't fully support detection of updates. | |
| boolean | usesLocalFilePerTable () |
| QED doesn't use a separate file per table. | |
| boolean | usesLocalFiles () |
| QED uses local files to store the database, the lock file, and the transaction logs. | |
| boolean | supportsResultSetConcurrency (int type, int concurrency) |
This release of QED supports TYPE_FORWARD_ONLY ResultSets, with either ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE concurrency. | |
| boolean | supportsResultSetType (int type) |
This release of QED supports TYPE_FORWARD_ONLY ResultSets. | |
| boolean | supportsSavepoints () throws SQLException |
| Retrieves whether this database supports savepoints. | |
| boolean | supportsNamedParameters () throws SQLException |
| Retrieves whether this database supports named parameters to callable statements. | |
| boolean | supportsMultipleOpenResults () throws SQLException |
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously. | |
| boolean | supportsGetGeneratedKeys () throws SQLException |
| Retrieves whether auto-generated keys can be retrieved after a statement has been executed. | |
| java.sql.ResultSet | getSuperTypes (String catalog, String schemaPattern, String typeNamePattern) throws SQLException |
| Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database. | |
| java.sql.ResultSet | getSuperTables (String catalog, String schemaPattern, String tableNamePattern) throws SQLException |
| Retrieves a description of the table hierarchies defined in a particular schema in this database. | |
| java.sql.ResultSet | getAttributes (String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException |
| Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog. | |
| boolean | supportsResultSetHoldability (int holdability) throws SQLException |
| Retrieves whether this database supports the given result set holdability. | |
| int | getResultSetHoldability () throws SQLException |
Retrieves the default holdability of this ResultSet object. | |
| int | getDatabaseMajorVersion () throws SQLException |
| Retrieves the major version number of the underlying database. | |
| int | getDatabaseMinorVersion () throws SQLException |
| Retrieves the minor version number of the underlying database. | |
| int | getJDBCMajorVersion () throws SQLException |
| Retrieves the major JDBC version number for this driver. | |
| int | getJDBCMinorVersion () throws SQLException |
| Retrieves the minor JDBC version number for this driver. | |
| int | getSQLStateType () throws SQLException |
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99. | |
| boolean | locatorsUpdateCopy () throws SQLException |
| Indicates whether updates made to a LOB are made on a copy or directly to the LOB. | |
| boolean | supportsStatementPooling () throws SQLException |
| Retrieves weather this database supports statement pooling. | |
Package Functions | |
| DatabaseMetaData (Connection connection) throws IOException, SQLException | |
| final void | doPattern (StringBuffer sb, String name, String pattern) |
| Helper function to handle a single metadata pattern matcher. | |
| final void | doString (StringBuffer sb, String name, String val) |
| Helper function to handle a single metadata string specifier. | |
| Expression | parseExpression (String s) throws SQLException |
Package Attributes | |
| Database | database |
| com.quadcap.sql.Connection | qConn |
| Session | session |
| Connection | connection |
|
|
|
Return true if the current user has the privileges necessary to invoke all procedures returned by Since QED doesn't support access privileges, this function always returns false, though since it doesn't support stored procedures, this isn't likely to matter.
Definition at line 93 of file DatabaseMetaData.java. |
|
|
Return true if the current user can use a Since QED doesn't support access privileges, this function always returns true.
Definition at line 105 of file DatabaseMetaData.java. |
|
|
A data definition statement within a transaction does not force a commit in QED.
Definition at line 115 of file DatabaseMetaData.java. |
|
|
Data definition statements within transactions are not ignored in QED.
Definition at line 125 of file DatabaseMetaData.java. |
|
|
For all types of ResultSets, deleted rows are simply removed from the ResultSet, so this function always returns false.
Definition at line 135 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.deletesAreDetected(). Referenced by com.quadcap.jdbc.DatabaseMetaData.deletesAreDetected(). |
|
|
QED doesn't impose any maximum row size, so this function is really a don't care, but we return true anyway.
Definition at line 145 of file DatabaseMetaData.java. |
|
||||||||||||||||
|
Helper function to handle a single metadata pattern matcher.
Definition at line 218 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.doPattern(). Referenced by com.quadcap.jdbc.DatabaseMetaData.doPattern(). |
|
||||||||||||||||
|
Helper function to handle a single metadata string specifier.
Definition at line 233 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.doString(). Referenced by com.quadcap.jdbc.DatabaseMetaData.doString(). |
|
||||||||||||||||||||
|
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog. Descriptions are returned only for attributes of UDTs matching the catalog, schema, type, and attribute name criteria. They are ordered by TYPE_SCHEM, TYPE_NAME and ORDINAL_POSITION. This description does not contain inherited attributes.
The
Definition at line 2810 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getAttributes(). Referenced by com.quadcap.jdbc.DatabaseMetaData.getAttributes(). |
|
||||||||||||||||||||||||
|
Return a resultset containing the set of columns that "best uniquely identify a row". In QED, this is interpreted to mean the 'primary key' constraint, if specified, otherwise a 'unique' constraint, maybe...
Definition at line 157 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getBestRowIdentifier(), and com.quadcap.jdbc.DatabaseMetaData.session. Referenced by com.quadcap.jdbc.DatabaseMetaData.getBestRowIdentifier(). |
|
|
QED doesn't support catalogs, but we return an empty ResultSet of the right signature as a courtesy.
Definition at line 195 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.session. |
|
|
QED doesn't support catalogs, so there is no separator.
Definition at line 178 of file DatabaseMetaData.java. |
|
|
Call it what you like, but QED doesn't support catalogs.
Definition at line 187 of file DatabaseMetaData.java. |
|
||||||||||||||||||||
|
QED doesn't support access controls, but we return an empty ResultSet of the right signature as a courtesy.
Definition at line 206 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getColumnPrivileges(), and com.quadcap.jdbc.DatabaseMetaData.session. Referenced by com.quadcap.jdbc.DatabaseMetaData.getColumnPrivileges(). |
|
||||||||||||||||||||
|
This function returns a
ResultSet object have the following definition:
Definition at line 355 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getColumns(), com.quadcap.jdbc.DatabaseMetaData.parseExpression(), and com.quadcap.jdbc.DatabaseMetaData.session. Referenced by com.quadcap.jdbc.DatabaseMetaData.getColumns(). |
|
|
Return the
Definition at line 378 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.connection. |
|
||||||||||||||||||||||||||||
|
This function returns a
ResultSet object have the following definition:
Definition at line 490 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getCrossReference(), com.quadcap.jdbc.DatabaseMetaData.parseExpression(), and com.quadcap.jdbc.DatabaseMetaData.session. Referenced by com.quadcap.jdbc.DatabaseMetaData.getCrossReference(). |
|
|
Retrieves the major version number of the underlying database.
Definition at line 2860 of file DatabaseMetaData.java. |
|
|
Retrieves the minor version number of the underlying database.
Definition at line 2873 of file DatabaseMetaData.java. |
|
|
Return the database product name, "QED".
Definition at line 513 of file DatabaseMetaData.java. |
|
|
Return the version for this product. QED version strings are strings of the form major.minor, where major and minor are the driver major and minor version numbers
Definition at line 527 of file DatabaseMetaData.java. References com.quadcap.jdbc.DatabaseMetaData.getDriverMajorVersion(), and com.quadcap.jdbc.DatabaseMetaData.getDriverMinorVersion(). Referenced by com.quadcap.jdbc.DatabaseMetaData.getDriverVersion(). |
|
|
Return the default transaction isolation level.
For QED, the default (and only supported) transaction isolation level is the default transaction isolation level. Definition at line 538 of file DatabaseMetaData.java. |