All Packages Class Hierarchy This Package Previous Next Index
com.imaginary.sql.msql.MsqlDatabaseMetaData
public boolean allProceduresAreCallable() throws SQLException
public boolean allTablesAreSelectable() throws SQLException
public boolean deletesAreDetected(int type) throws SQLException
public String getURL() throws SQLException
public String getUserName() throws SQLException
public boolean isReadOnly() throws SQLException
public boolean nullsAreSortedHigh() throws SQLException
public boolean nullsAreSortedLow() throws SQLException
public boolean nullsAreSortedAtStart() throws SQLException
public boolean nullsAreSortedAtEnd() throws SQLException
public String getDatabaseProductName() throws SQLException
public String getDatabaseProductVersion() throws SQLException
public String getDriverName() throws SQLException
public String getDriverVersion() throws SQLException
public int getDriverMajorVersion()
public int getDriverMinorVersion()
public boolean usesLocalFiles() throws SQLException
public boolean usesLocalFilePerTable() throws SQLException
public boolean supportsMixedCaseIdentifiers() throws SQLException
public boolean storesUpperCaseIdentifiers() throws SQLException
public boolean storesLowerCaseIdentifiers() throws SQLException
public boolean storesMixedCaseIdentifiers() throws SQLException
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException
public Connection getConnection() throws SQLException
public String getIdentifierQuoteString() throws SQLException
public String getSQLKeywords() throws SQLException
public String getNumericFunctions() throws SQLException
public String getStringFunctions() throws SQLException
public String getSystemFunctions() throws SQLException
public String getTimeDateFunctions() throws SQLException
public String getSearchStringEscape() throws SQLException
public String getExtraNameCharacters() throws SQLException
public boolean supportsAlterTableWithAddColumn() throws SQLException
public boolean supportsAlterTableWithDropColumn() throws SQLException
public boolean supportsColumnAliasing() throws SQLException
public boolean nullPlusNonNullIsNull() throws SQLException
public boolean supportsConvert() throws SQLException
public boolean supportsConvert(int fromType, int toType) throws SQLException
public boolean supportsTableCorrelationNames() throws SQLException
public boolean supportsDifferentTableCorrelationNames() throws SQLException
public boolean supportsExpressionsInOrderBy() throws SQLException
public boolean supportsOrderByUnrelated() throws SQLException
public boolean supportsGroupBy() throws SQLException
public boolean supportsGroupByUnrelated() throws SQLException
public boolean supportsGroupByBeyondSelect() throws SQLException
public boolean supportsLikeEscapeClause() throws SQLException
public boolean supportsMultipleResultSets() throws SQLException
public boolean supportsMultipleTransactions() throws SQLException
public boolean supportsNonNullableColumns() throws SQLException
public boolean supportsMinimumSQLGrammar() throws SQLException
public boolean supportsCoreSQLGrammar() throws SQLException
public boolean supportsExtendedSQLGrammar() throws SQLException
public boolean supportsANSI92EntryLevelSQL() throws SQLException
public boolean supportsANSI92IntermediateSQL() throws SQLException
public boolean supportsANSI92FullSQL() throws SQLException
public boolean supportsIntegrityEnhancementFacility() throws SQLException
public boolean supportsOuterJoins() throws SQLException
public boolean supportsFullOuterJoins() throws SQLException
public boolean supportsLimitedOuterJoins() throws SQLException
public String getSchemaTerm() throws SQLException
public String getProcedureTerm() throws SQLException
public String getCatalogTerm() throws SQLException
public boolean isCatalogAtStart() throws SQLException
public String getCatalogSeparator() throws SQLException
public boolean supportsSchemasInDataManipulation() throws SQLException
public boolean supportsSchemasInProcedureCalls() throws SQLException
public boolean supportsSchemasInTableDefinitions() throws SQLException
public boolean supportsSchemasInIndexDefinitions() throws SQLException
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
public boolean supportsCatalogsInDataManipulation() throws SQLException
public boolean supportsCatalogsInProcedureCalls() throws SQLException
public boolean supportsCatalogsInTableDefinitions() throws SQLException
public boolean supportsCatalogsInIndexDefinitions() throws SQLException
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
public boolean supportsPositionedDelete() throws SQLException
public boolean supportsPositionedUpdate() throws SQLException
public boolean supportsSelectForUpdate() throws SQLException
public boolean supportsStoredProcedures() throws SQLException
public boolean supportsSubqueriesInComparisons() throws SQLException
public boolean supportsSubqueriesInExists() throws SQLException
public boolean supportsSubqueriesInIns() throws SQLException
public boolean supportsSubqueriesInQuantifieds() throws SQLException
public boolean supportsCorrelatedSubqueries() throws SQLException
public boolean supportsUnion() throws SQLException
public boolean supportsUnionAll() throws SQLException
public boolean supportsOpenCursorsAcrossCommit() throws SQLException
public boolean supportsOpenCursorsAcrossRollback() throws SQLException
public boolean supportsOpenStatementsAcrossCommit() throws SQLException
public boolean supportsOpenStatementsAcrossRollback() throws SQLException
public int getMaxBinaryLiteralLength() throws SQLException
public int getMaxCharLiteralLength() throws SQLException
public int getMaxColumnNameLength() throws SQLException
public int getMaxColumnsInGroupBy() throws SQLException
public int getMaxColumnsInIndex() throws SQLException
public int getMaxColumnsInOrderBy() throws SQLException
public int getMaxColumnsInSelect() throws SQLException
public int getMaxColumnsInTable() throws SQLException
public int getMaxConnections() throws SQLException
public int getMaxCursorNameLength() throws SQLException
public int getMaxIndexLength() throws SQLException
public int getMaxSchemaNameLength() throws SQLException
public int getMaxProcedureNameLength() throws SQLException
public int getMaxCatalogNameLength() throws SQLException
public int getMaxRowSize() throws SQLException
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException
public int getMaxStatementLength() throws SQLException
public int getMaxStatements() throws SQLException
public int getMaxTableNameLength() throws SQLException
public int getMaxTablesInSelect() throws SQLException
public int getMaxUserNameLength() throws SQLException
public int getDefaultTransactionIsolation() throws SQLException
public boolean supportsTransactions() throws SQLException
public boolean supportsTransactionIsolationLevel(int level) throws SQLException
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
public boolean supportsDataManipulationTransactionsOnly() throws SQLException
public boolean dataDefinitionCausesTransactionCommit() throws SQLException
public boolean dataDefinitionIgnoredInTransactions() throws SQLException
public ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException
public ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException
public ResultSet getTables(String ct, String sch, String tn, String typs[]) throws SQLException
public ResultSet getSchemas() throws SQLException
public ResultSet getCatalogs() throws SQLException
public ResultSet getTableTypes() throws SQLException
public ResultSet getColumns(String ct, String sch, String tn, String col) throws SQLException
public ResultSet getColumnPrivileges(String ct, String sch, String tn, String cn) throws SQLException
public ResultSet getTablePrivileges(String ct, String sch, String tn) throws SQLException
public ResultSet getBestRowIdentifier(String ct, String sch, String t, int scope, boolean nullable) throws SQLException
public ResultSet getVersionColumns(String ct, String sch, String t) throws SQLException
public ResultSet getPrimaryKeys(String ct, String sch, String t) throws SQLException
public ResultSet getImportedKeys(String ct, String sch, String t) throws SQLException
public ResultSet getExportedKeys(String ct, String sch, String t) throws SQLException
public ResultSet getCrossReference(String pcat, String pschem, String ptable, String fcat, String fschem, String ftable) throws SQLException
public ResultSet getTypeInfo() throws SQLException
public ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException
public ResultSet getUDTs(String catalog, String schema, String tn, int types[]) throws SQLException
public boolean insertsAreDetected(int type) throws SQLException
public boolean othersDeletesAreVisible(int type) throws SQLException
public boolean othersInsertsAreVisible(int type) throws SQLException
public boolean othersUpdatesAreVisible(int type) throws SQLException
public boolean ownDeletesAreVisible(int type) throws SQLException
public boolean ownInsertsAreVisible(int type) throws SQLException
public boolean ownUpdatesAreVisible(int type) throws SQLException
public boolean supportsBatchUpdates() throws SQLException
public boolean supportsResultSetConcurrency(int type, int concur) throws SQLException
public boolean supportsResultSetType(int type) throws SQLException
public boolean updatesAreDetected(int type) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index