| java.lang.Object org.apache.derby.client.am.DatabaseMetaData org.apache.derby.client.net.NetDatabaseMetaData
All known Subclasses: org.apache.derby.client.net.NetDatabaseMetaData40,
computeFeatureSet_ | protected void computeFeatureSet_()(Code) | | |
serverSupportsQryclsimp | final boolean serverSupportsQryclsimp()(Code) | | Check whether the server has full support for the QRYCLSIMP
parameter in OPNQRY.
true if QRYCLSIMP is fully supported |
Methods inherited from org.apache.derby.client.am.DatabaseMetaData | public boolean allProceduresAreCallable() throws SQLException(Code)(Java Doc) public boolean allTablesAreSelectable() throws SQLException(Code)(Java Doc) final public boolean autoCommitFailureClosesAllResultSets() throws SQLException(Code)(Java Doc) protected void checkForClosedConnection() throws SQLException(Code)(Java Doc) protected void checkServerJdbcVersionX(String method, int major, int minor) throws SqlException(Code)(Java Doc) abstract protected void computeFeatureSet_()(Code)(Java Doc) public boolean dataDefinitionCausesTransactionCommit() throws SQLException(Code)(Java Doc) public boolean dataDefinitionIgnoredInTransactions() throws SQLException(Code)(Java Doc) public boolean deletesAreDetected(int type) throws SQLException(Code)(Java Doc) public boolean doesMaxRowSizeIncludeBlobs() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException(Code)(Java Doc) public String getCatalogSeparator() throws SQLException(Code)(Java Doc) public String getCatalogTerm() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getCatalogs() throws SQLException(Code)(Java Doc) public ResultSet getClientInfoProperties() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc) public java.sql.Connection getConnection() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException(Code)(Java Doc) public int getDatabaseMajorVersion() throws SQLException(Code)(Java Doc) public int getDatabaseMinorVersion() throws SQLException(Code)(Java Doc) public String getDatabaseProductName() throws SQLException(Code)(Java Doc) public String getDatabaseProductVersion() throws SQLException(Code)(Java Doc) public int getDefaultTransactionIsolation() throws SQLException(Code)(Java Doc) public int getDriverMajorVersion()(Code)(Java Doc) public int getDriverMinorVersion()(Code)(Java Doc) public String getDriverName() throws SQLException(Code)(Java Doc) public String getDriverVersion() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc) public String getExtraNameCharacters() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String parameterNamePattern) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException(Code)(Java Doc) public String getIdentifierQuoteString() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException(Code)(Java Doc) public int getJDBCMajorVersion() throws SQLException(Code)(Java Doc) public int getJDBCMinorVersion() throws SQLException(Code)(Java Doc) public int getMaxBinaryLiteralLength() throws SQLException(Code)(Java Doc) public int getMaxCatalogNameLength() throws SQLException(Code)(Java Doc) public int getMaxCharLiteralLength() throws SQLException(Code)(Java Doc) public int getMaxColumnNameLength() throws SQLException(Code)(Java Doc) public int getMaxColumnsInGroupBy() throws SQLException(Code)(Java Doc) public int getMaxColumnsInIndex() throws SQLException(Code)(Java Doc) public int getMaxColumnsInOrderBy() throws SQLException(Code)(Java Doc) public int getMaxColumnsInSelect() throws SQLException(Code)(Java Doc) public int getMaxColumnsInTable() throws SQLException(Code)(Java Doc) public int getMaxConnections() throws SQLException(Code)(Java Doc) public int getMaxCursorNameLength() throws SQLException(Code)(Java Doc) public int getMaxIndexLength() throws SQLException(Code)(Java Doc) public int getMaxProcedureNameLength() throws SQLException(Code)(Java Doc) public int getMaxRowSize() throws SQLException(Code)(Java Doc) public int getMaxSchemaNameLength() throws SQLException(Code)(Java Doc) public int getMaxStatementLength() throws SQLException(Code)(Java Doc) public int getMaxStatements() throws SQLException(Code)(Java Doc) public int getMaxTableNameLength() throws SQLException(Code)(Java Doc) public int getMaxTablesInSelect() throws SQLException(Code)(Java Doc) public int getMaxUserNameLength() throws SQLException(Code)(Java Doc) public String getNumericFunctions() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc) public String getProcedureTerm() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException(Code)(Java Doc) public int getResultSetHoldability() throws SQLException(Code)(Java Doc) public String getSQLKeywords() throws SQLException(Code)(Java Doc) public int getSQLStateType() throws SQLException(Code)(Java Doc) public String getSchemaTerm() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getSchemas() throws SQLException(Code)(Java Doc) public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException(Code)(Java Doc) public String getSearchStringEscape() throws SQLException(Code)(Java Doc) public String getStringFunctions() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException(Code)(Java Doc) public String getSystemFunctions() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException(Code)(Java Doc) public java.sql.ResultSet getTableTypes() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String types) throws SQLException(Code)(Java Doc) public String getTimeDateFunctions() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getTypeInfo() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException(Code)(Java Doc) public String getURL() throws SQLException(Code)(Java Doc) abstract public String getURL_() throws SqlException(Code)(Java Doc) public String getUserName() throws SQLException(Code)(Java Doc) public java.sql.ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException(Code)(Java Doc) public boolean insertsAreDetected(int type) throws SQLException(Code)(Java Doc) public boolean isCatalogAtStart() throws SQLException(Code)(Java Doc) public boolean isReadOnly() throws SQLException(Code)(Java Doc) public boolean locatorsUpdateCopy() throws SQLException(Code)(Java Doc) public boolean nullPlusNonNullIsNull() throws SQLException(Code)(Java Doc) public boolean nullsAreSortedAtEnd() throws SQLException(Code)(Java Doc) public boolean nullsAreSortedAtStart() throws SQLException(Code)(Java Doc) public boolean nullsAreSortedHigh() throws SQLException(Code)(Java Doc) public boolean nullsAreSortedLow() throws SQLException(Code)(Java Doc) public boolean othersDeletesAreVisible(int type) throws SQLException(Code)(Java Doc) public boolean othersInsertsAreVisible(int type) throws SQLException(Code)(Java Doc) public boolean othersUpdatesAreVisible(int type) throws SQLException(Code)(Java Doc) public boolean ownDeletesAreVisible(int type) throws SQLException(Code)(Java Doc) public boolean ownInsertsAreVisible(int type) throws SQLException(Code)(Java Doc) public boolean ownUpdatesAreVisible(int type) throws SQLException(Code)(Java Doc) final public boolean providesQueryObjectGenerator() throws SQLException(Code)(Java Doc) public boolean storesLowerCaseIdentifiers() throws SQLException(Code)(Java Doc) public boolean storesLowerCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc) public boolean storesMixedCaseIdentifiers() throws SQLException(Code)(Java Doc) public boolean storesMixedCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc) public boolean storesUpperCaseIdentifiers() throws SQLException(Code)(Java Doc) public boolean storesUpperCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc) public boolean supportsANSI92EntryLevelSQL() throws SQLException(Code)(Java Doc) public boolean supportsANSI92FullSQL() throws SQLException(Code)(Java Doc) public boolean supportsANSI92IntermediateSQL() throws SQLException(Code)(Java Doc) public boolean supportsAlterTableWithAddColumn() throws SQLException(Code)(Java Doc) public boolean supportsAlterTableWithDropColumn() throws SQLException(Code)(Java Doc) public boolean supportsBatchUpdates() throws SQLException(Code)(Java Doc) public boolean supportsCatalogsInDataManipulation() throws SQLException(Code)(Java Doc) public boolean supportsCatalogsInIndexDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsCatalogsInProcedureCalls() throws SQLException(Code)(Java Doc) public boolean supportsCatalogsInTableDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsColumnAliasing() throws SQLException(Code)(Java Doc) public boolean supportsConvert() throws SQLException(Code)(Java Doc) public boolean supportsConvert(int fromType, int toType) throws SQLException(Code)(Java Doc) public boolean supportsCoreSQLGrammar() throws SQLException(Code)(Java Doc) public boolean supportsCorrelatedSubqueries() throws SQLException(Code)(Java Doc) public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException(Code)(Java Doc) public boolean supportsDataManipulationTransactionsOnly() throws SQLException(Code)(Java Doc) public boolean supportsDifferentTableCorrelationNames() throws SQLException(Code)(Java Doc) public boolean supportsExpressionsInOrderBy() throws SQLException(Code)(Java Doc) public boolean supportsExtendedSQLGrammar() throws SQLException(Code)(Java Doc) public boolean supportsFullOuterJoins() throws SQLException(Code)(Java Doc) public boolean supportsGetGeneratedKeys() throws SQLException(Code)(Java Doc) public boolean supportsGroupBy() throws SQLException(Code)(Java Doc) public boolean supportsGroupByBeyondSelect() throws SQLException(Code)(Java Doc) public boolean supportsGroupByUnrelated() throws SQLException(Code)(Java Doc) public boolean supportsIntegrityEnhancementFacility() throws SQLException(Code)(Java Doc) public boolean supportsLikeEscapeClause() throws SQLException(Code)(Java Doc) public boolean supportsLimitedOuterJoins() throws SQLException(Code)(Java Doc) public boolean supportsMinimumSQLGrammar() throws SQLException(Code)(Java Doc) public boolean supportsMixedCaseIdentifiers() throws SQLException(Code)(Java Doc) public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc) public boolean supportsMultipleOpenResults() throws SQLException(Code)(Java Doc) public boolean supportsMultipleResultSets() throws SQLException(Code)(Java Doc) public boolean supportsMultipleTransactions() throws SQLException(Code)(Java Doc) public boolean supportsNamedParameters() throws SQLException(Code)(Java Doc) public boolean supportsNonNullableColumns() throws SQLException(Code)(Java Doc) public boolean supportsOpenCursorsAcrossCommit() throws SQLException(Code)(Java Doc) public boolean supportsOpenCursorsAcrossRollback() throws SQLException(Code)(Java Doc) public boolean supportsOpenStatementsAcrossCommit() throws SQLException(Code)(Java Doc) public boolean supportsOpenStatementsAcrossRollback() throws SQLException(Code)(Java Doc) public boolean supportsOrderByUnrelated() throws SQLException(Code)(Java Doc) public boolean supportsOuterJoins() throws SQLException(Code)(Java Doc) public boolean supportsPositionedDelete() throws SQLException(Code)(Java Doc) public boolean supportsPositionedUpdate() throws SQLException(Code)(Java Doc) public boolean supportsResultSetConcurrency(int type, int concurrency) throws SQLException(Code)(Java Doc) public boolean supportsResultSetHoldability(int holdability) throws SQLException(Code)(Java Doc) public boolean supportsResultSetType(int type) throws SQLException(Code)(Java Doc) public boolean supportsSavepoints() throws SQLException(Code)(Java Doc) public boolean supportsSchemasInDataManipulation() throws SQLException(Code)(Java Doc) public boolean supportsSchemasInIndexDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsSchemasInProcedureCalls() throws SQLException(Code)(Java Doc) public boolean supportsSchemasInTableDefinitions() throws SQLException(Code)(Java Doc) public boolean supportsSelectForUpdate() throws SQLException(Code)(Java Doc) public boolean supportsStatementPooling() throws SQLException(Code)(Java Doc) final public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException(Code)(Java Doc) public boolean supportsStoredProcedures() throws SQLException(Code)(Java Doc) public boolean supportsSubqueriesInComparisons() throws SQLException(Code)(Java Doc) public boolean supportsSubqueriesInExists() throws SQLException(Code)(Java Doc) public boolean supportsSubqueriesInIns() throws SQLException(Code)(Java Doc) public boolean supportsSubqueriesInQuantifieds() throws SQLException(Code)(Java Doc) public boolean supportsTableCorrelationNames() throws SQLException(Code)(Java Doc) public boolean supportsTransactionIsolationLevel(int level) throws SQLException(Code)(Java Doc) public boolean supportsTransactions() throws SQLException(Code)(Java Doc) public boolean supportsUnion() throws SQLException(Code)(Java Doc) public boolean supportsUnionAll() throws SQLException(Code)(Java Doc) public boolean updatesAreDetected(int type) throws SQLException(Code)(Java Doc) public boolean usesLocalFilePerTable() throws SQLException(Code)(Java Doc) public boolean usesLocalFiles() throws SQLException(Code)(Java Doc)
|
|
|