All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.MsqlDatabaseMetaData
java.lang.Object
|
+----com.imaginary.sql.msql.MsqlDatabaseMetaData
- public class MsqlDatabaseMetaData
- extends Object
- implements DatabaseMetaData
This class is not yet done.
Last modified $Date: 1999/01/22 05:33:41 $
- Version:
- $Revision: 1.1.2.1.2.1 $
- Author:
- George Reese (borg@imaginary.com)
-
allProceduresAreCallable()
-
-
allTablesAreSelectable()
-
-
dataDefinitionCausesTransactionCommit()
-
-
dataDefinitionIgnoredInTransactions()
-
-
doesMaxRowSizeIncludeBlobs()
-
-
getBestRowIdentifier(String, String, String, int, boolean)
-
-
getCatalogs()
-
-
getCatalogSeparator()
-
-
getCatalogTerm()
-
-
getColumnPrivileges(String, String, String, String)
-
-
getColumns(String, String, String, String)
-
-
getCrossReference(String, String, String, String, String, String)
-
-
getDatabaseProductName()
-
-
getDatabaseProductVersion()
-
-
getDefaultTransactionIsolation()
-
-
getDriverMajorVersion()
-
-
getDriverMinorVersion()
-
-
getDriverName()
-
-
getDriverVersion()
-
-
getExportedKeys(String, String, String)
-
-
getExtraNameCharacters()
-
-
getIdentifierQuoteString()
-
-
getImportedKeys(String, String, String)
-
-
getIndexInfo(String, String, String, boolean, boolean)
-
-
getMaxBinaryLiteralLength()
-
-
getMaxCatalogNameLength()
-
-
getMaxCharLiteralLength()
-
-
getMaxColumnNameLength()
-
-
getMaxColumnsInGroupBy()
-
-
getMaxColumnsInIndex()
-
-
getMaxColumnsInOrderBy()
-
-
getMaxColumnsInSelect()
-
-
getMaxColumnsInTable()
-
-
getMaxConnections()
-
-
getMaxCursorNameLength()
-
-
getMaxIndexLength()
-
-
getMaxProcedureNameLength()
-
-
getMaxRowSize()
-
-
getMaxSchemaNameLength()
-
-
getMaxStatementLength()
-
-
getMaxStatements()
-
-
getMaxTableNameLength()
-
-
getMaxTablesInSelect()
-
-
getMaxUserNameLength()
-
-
getNumericFunctions()
-
-
getPrimaryKeys(String, String, String)
-
-
getProcedureColumns(String, String, String, String)
-
-
getProcedures(String, String, String)
-
-
getProcedureTerm()
-
-
getSchemas()
-
-
getSchemaTerm()
-
-
getSearchStringEscape()
-
-
getSQLKeywords()
-
-
getStringFunctions()
-
-
getSystemFunctions()
-
-
getTablePrivileges(String, String, String)
-
-
getTables(String, String, String, String[])
-
-
getTableTypes()
-
-
getTimeDateFunctions()
-
-
getTypeInfo()
-
-
getURL()
-
-
getUserName()
-
-
getVersionColumns(String, String, String)
-
-
isCatalogAtStart()
-
-
isReadOnly()
-
-
nullPlusNonNullIsNull()
-
-
nullsAreSortedAtEnd()
-
-
nullsAreSortedAtStart()
-
-
nullsAreSortedHigh()
-
-
nullsAreSortedLow()
-
-
storesLowerCaseIdentifiers()
-
-
storesLowerCaseQuotedIdentifiers()
-
-
storesMixedCaseIdentifiers()
-
-
storesMixedCaseQuotedIdentifiers()
-
-
storesUpperCaseIdentifiers()
-
-
storesUpperCaseQuotedIdentifiers()
-
-
supportsAlterTableWithAddColumn()
-
-
supportsAlterTableWithDropColumn()
-
-
supportsANSI92EntryLevelSQL()
-
-
supportsANSI92FullSQL()
-
-
supportsANSI92IntermediateSQL()
-
-
supportsCatalogsInDataManipulation()
-
-
supportsCatalogsInIndexDefinitions()
-
-
supportsCatalogsInPrivilegeDefinitions()
-
-
supportsCatalogsInProcedureCalls()
-
-
supportsCatalogsInTableDefinitions()
-
-
supportsColumnAliasing()
-
-
supportsConvert()
-
-
supportsConvert(int, int)
-
-
supportsCoreSQLGrammar()
-
-
supportsCorrelatedSubqueries()
-
-
supportsDataDefinitionAndDataManipulationTransactions()
-
-
supportsDataManipulationTransactionsOnly()
-
-
supportsDifferentTableCorrelationNames()
-
-
supportsExpressionsInOrderBy()
-
-
supportsExtendedSQLGrammar()
-
-
supportsFullOuterJoins()
-
-
supportsGroupBy()
-
-
supportsGroupByBeyondSelect()
-
-
supportsGroupByUnrelated()
-
-
supportsIntegrityEnhancementFacility()
-
-
supportsLikeEscapeClause()
-
-
supportsLimitedOuterJoins()
-
-
supportsMinimumSQLGrammar()
-
-
supportsMixedCaseIdentifiers()
-
-
supportsMixedCaseQuotedIdentifiers()
-
-
supportsMultipleResultSets()
-
-
supportsMultipleTransactions()
-
-
supportsNonNullableColumns()
-
-
supportsOpenCursorsAcrossCommit()
-
-
supportsOpenCursorsAcrossRollback()
-
-
supportsOpenStatementsAcrossCommit()
-
-
supportsOpenStatementsAcrossRollback()
-
-
supportsOrderByUnrelated()
-
-
supportsOuterJoins()
-
-
supportsPositionedDelete()
-
-
supportsPositionedUpdate()
-
-
supportsSchemasInDataManipulation()
-
-
supportsSchemasInIndexDefinitions()
-
-
supportsSchemasInPrivilegeDefinitions()
-
-
supportsSchemasInProcedureCalls()
-
-
supportsSchemasInTableDefinitions()
-
-
supportsSelectForUpdate()
-
-
supportsStoredProcedures()
-
-
supportsSubqueriesInComparisons()
-
-
supportsSubqueriesInExists()
-
-
supportsSubqueriesInIns()
-
-
supportsSubqueriesInQuantifieds()
-
-
supportsTableCorrelationNames()
-
-
supportsTransactionIsolationLevel(int)
-
-
supportsTransactions()
-
-
supportsUnion()
-
-
supportsUnionAll()
-
-
usesLocalFilePerTable()
-
-
usesLocalFiles()
-
allProceduresAreCallable
public boolean allProceduresAreCallable() throws SQLException
allTablesAreSelectable
public boolean allTablesAreSelectable() throws SQLException
getURL
public String getURL() throws SQLException
getUserName
public String getUserName() throws SQLException
isReadOnly
public boolean isReadOnly() throws SQLException
nullsAreSortedHigh
public boolean nullsAreSortedHigh() throws SQLException
nullsAreSortedLow
public boolean nullsAreSortedLow() throws SQLException
nullsAreSortedAtStart
public boolean nullsAreSortedAtStart() throws SQLException
nullsAreSortedAtEnd
public boolean nullsAreSortedAtEnd() throws SQLException
getDatabaseProductName
public String getDatabaseProductName() throws SQLException
getDatabaseProductVersion
public String getDatabaseProductVersion() throws SQLException
getDriverName
public String getDriverName() throws SQLException
getDriverVersion
public String getDriverVersion() throws SQLException
getDriverMajorVersion
public int getDriverMajorVersion()
getDriverMinorVersion
public int getDriverMinorVersion()
usesLocalFiles
public boolean usesLocalFiles() throws SQLException
usesLocalFilePerTable
public boolean usesLocalFilePerTable() throws SQLException
supportsMixedCaseIdentifiers
public boolean supportsMixedCaseIdentifiers() throws SQLException
storesUpperCaseIdentifiers
public boolean storesUpperCaseIdentifiers() throws SQLException
storesLowerCaseIdentifiers
public boolean storesLowerCaseIdentifiers() throws SQLException
storesMixedCaseIdentifiers
public boolean storesMixedCaseIdentifiers() throws SQLException
supportsMixedCaseQuotedIdentifiers
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
storesUpperCaseQuotedIdentifiers
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException
storesLowerCaseQuotedIdentifiers
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException
storesMixedCaseQuotedIdentifiers
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException
getIdentifierQuoteString
public String getIdentifierQuoteString() throws SQLException
getSQLKeywords
public String getSQLKeywords() throws SQLException
getNumericFunctions
public String getNumericFunctions() throws SQLException
getStringFunctions
public String getStringFunctions() throws SQLException
getSystemFunctions
public String getSystemFunctions() throws SQLException
getTimeDateFunctions
public String getTimeDateFunctions() throws SQLException
getSearchStringEscape
public String getSearchStringEscape() throws SQLException
getExtraNameCharacters
public String getExtraNameCharacters() throws SQLException
supportsAlterTableWithAddColumn
public boolean supportsAlterTableWithAddColumn() throws SQLException
supportsAlterTableWithDropColumn
public boolean supportsAlterTableWithDropColumn() throws SQLException
supportsColumnAliasing
public boolean supportsColumnAliasing() throws SQLException
nullPlusNonNullIsNull
public boolean nullPlusNonNullIsNull() throws SQLException
supportsConvert
public boolean supportsConvert() throws SQLException
supportsConvert
public boolean supportsConvert(int fromType,
int toType) throws SQLException
supportsTableCorrelationNames
public boolean supportsTableCorrelationNames() throws SQLException
supportsDifferentTableCorrelationNames
public boolean supportsDifferentTableCorrelationNames() throws SQLException
supportsExpressionsInOrderBy
public boolean supportsExpressionsInOrderBy() throws SQLException
supportsOrderByUnrelated
public boolean supportsOrderByUnrelated() throws SQLException
supportsGroupBy
public boolean supportsGroupBy() throws SQLException
supportsGroupByUnrelated
public boolean supportsGroupByUnrelated() throws SQLException
supportsGroupByBeyondSelect
public boolean supportsGroupByBeyondSelect() throws SQLException
supportsLikeEscapeClause
public boolean supportsLikeEscapeClause() throws SQLException
supportsMultipleResultSets
public boolean supportsMultipleResultSets() throws SQLException
supportsMultipleTransactions
public boolean supportsMultipleTransactions() throws SQLException
supportsNonNullableColumns
public boolean supportsNonNullableColumns() throws SQLException
supportsMinimumSQLGrammar
public boolean supportsMinimumSQLGrammar() throws SQLException
supportsCoreSQLGrammar
public boolean supportsCoreSQLGrammar() throws SQLException
supportsExtendedSQLGrammar
public boolean supportsExtendedSQLGrammar() throws SQLException
supportsANSI92EntryLevelSQL
public boolean supportsANSI92EntryLevelSQL() throws SQLException
supportsANSI92IntermediateSQL
public boolean supportsANSI92IntermediateSQL() throws SQLException
supportsANSI92FullSQL
public boolean supportsANSI92FullSQL() throws SQLException
supportsIntegrityEnhancementFacility
public boolean supportsIntegrityEnhancementFacility() throws SQLException
supportsOuterJoins
public boolean supportsOuterJoins() throws SQLException
supportsFullOuterJoins
public boolean supportsFullOuterJoins() throws SQLException
supportsLimitedOuterJoins
public boolean supportsLimitedOuterJoins() throws SQLException
getSchemaTerm
public String getSchemaTerm() throws SQLException
getProcedureTerm
public String getProcedureTerm() throws SQLException
getCatalogTerm
public String getCatalogTerm() throws SQLException
isCatalogAtStart
public boolean isCatalogAtStart() throws SQLException
getCatalogSeparator
public String getCatalogSeparator() throws SQLException
supportsSchemasInDataManipulation
public boolean supportsSchemasInDataManipulation() throws SQLException
supportsSchemasInProcedureCalls
public boolean supportsSchemasInProcedureCalls() throws SQLException
supportsSchemasInTableDefinitions
public boolean supportsSchemasInTableDefinitions() throws SQLException
supportsSchemasInIndexDefinitions
public boolean supportsSchemasInIndexDefinitions() throws SQLException
supportsSchemasInPrivilegeDefinitions
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
supportsCatalogsInDataManipulation
public boolean supportsCatalogsInDataManipulation() throws SQLException
supportsCatalogsInProcedureCalls
public boolean supportsCatalogsInProcedureCalls() throws SQLException
supportsCatalogsInTableDefinitions
public boolean supportsCatalogsInTableDefinitions() throws SQLException
supportsCatalogsInIndexDefinitions
public boolean supportsCatalogsInIndexDefinitions() throws SQLException
supportsCatalogsInPrivilegeDefinitions
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException
supportsPositionedDelete
public boolean supportsPositionedDelete() throws SQLException
supportsPositionedUpdate
public boolean supportsPositionedUpdate() throws SQLException
supportsSelectForUpdate
public boolean supportsSelectForUpdate() throws SQLException
supportsStoredProcedures
public boolean supportsStoredProcedures() throws SQLException
supportsSubqueriesInComparisons
public boolean supportsSubqueriesInComparisons() throws SQLException
supportsSubqueriesInExists
public boolean supportsSubqueriesInExists() throws SQLException
supportsSubqueriesInIns
public boolean supportsSubqueriesInIns() throws SQLException
supportsSubqueriesInQuantifieds
public boolean supportsSubqueriesInQuantifieds() throws SQLException
supportsCorrelatedSubqueries
public boolean supportsCorrelatedSubqueries() throws SQLException
supportsUnion
public boolean supportsUnion() throws SQLException
supportsUnionAll
public boolean supportsUnionAll() throws SQLException
supportsOpenCursorsAcrossCommit
public boolean supportsOpenCursorsAcrossCommit() throws SQLException
supportsOpenCursorsAcrossRollback
public boolean supportsOpenCursorsAcrossRollback() throws SQLException
supportsOpenStatementsAcrossCommit
public boolean supportsOpenStatementsAcrossCommit() throws SQLException
supportsOpenStatementsAcrossRollback
public boolean supportsOpenStatementsAcrossRollback() throws SQLException
getMaxBinaryLiteralLength
public int getMaxBinaryLiteralLength() throws SQLException
getMaxCharLiteralLength
public int getMaxCharLiteralLength() throws SQLException
getMaxColumnNameLength
public int getMaxColumnNameLength() throws SQLException
getMaxColumnsInGroupBy
public int getMaxColumnsInGroupBy() throws SQLException
getMaxColumnsInIndex
public int getMaxColumnsInIndex() throws SQLException
getMaxColumnsInOrderBy
public int getMaxColumnsInOrderBy() throws SQLException
getMaxColumnsInSelect
public int getMaxColumnsInSelect() throws SQLException
getMaxColumnsInTable
public int getMaxColumnsInTable() throws SQLException
getMaxConnections
public int getMaxConnections() throws SQLException
getMaxCursorNameLength
public int getMaxCursorNameLength() throws SQLException
getMaxIndexLength
public int getMaxIndexLength() throws SQLException
getMaxSchemaNameLength
public int getMaxSchemaNameLength() throws SQLException
getMaxProcedureNameLength
public int getMaxProcedureNameLength() throws SQLException
getMaxCatalogNameLength
public int getMaxCatalogNameLength() throws SQLException
getMaxRowSize
public int getMaxRowSize() throws SQLException
doesMaxRowSizeIncludeBlobs
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException
getMaxStatementLength
public int getMaxStatementLength() throws SQLException
getMaxStatements
public int getMaxStatements() throws SQLException
getMaxTableNameLength
public int getMaxTableNameLength() throws SQLException
getMaxTablesInSelect
public int getMaxTablesInSelect() throws SQLException
getMaxUserNameLength
public int getMaxUserNameLength() throws SQLException
getDefaultTransactionIsolation
public int getDefaultTransactionIsolation() throws SQLException
supportsTransactions
public boolean supportsTransactions() throws SQLException
supportsTransactionIsolationLevel
public boolean supportsTransactionIsolationLevel(int level) throws SQLException
supportsDataDefinitionAndDataManipulationTransactions
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException
supportsDataManipulationTransactionsOnly
public boolean supportsDataManipulationTransactionsOnly() throws SQLException
dataDefinitionCausesTransactionCommit
public boolean dataDefinitionCausesTransactionCommit() throws SQLException
dataDefinitionIgnoredInTransactions
public boolean dataDefinitionIgnoredInTransactions() throws SQLException
getProcedures
public ResultSet getProcedures(String catalog,
String schemaPattern,
String procedureNamePattern) throws SQLException
getProcedureColumns
public ResultSet getProcedureColumns(String catalog,
String schemaPattern,
String procedureNamePattern,
String columnNamePattern) throws SQLException
getTables
public ResultSet getTables(String ct,
String sch,
String tn,
String typs[]) throws SQLException
getSchemas
public ResultSet getSchemas() throws SQLException
getCatalogs
public ResultSet getCatalogs() throws SQLException
getTableTypes
public ResultSet getTableTypes() throws SQLException
getColumns
public ResultSet getColumns(String ct,
String sch,
String tn,
String col) throws SQLException
getColumnPrivileges
public ResultSet getColumnPrivileges(String ct,
String sch,
String tn,
String cn) throws SQLException
getTablePrivileges
public ResultSet getTablePrivileges(String ct,
String sch,
String tn) throws SQLException
getBestRowIdentifier
public ResultSet getBestRowIdentifier(String ct,
String sch,
String t,
int scope,
boolean nullable) throws SQLException
getVersionColumns
public ResultSet getVersionColumns(String ct,
String sch,
String t) throws SQLException
getPrimaryKeys
public ResultSet getPrimaryKeys(String ct,
String sch,
String t) throws SQLException
getImportedKeys
public ResultSet getImportedKeys(String ct,
String sch,
String t) throws SQLException
getExportedKeys
public ResultSet getExportedKeys(String ct,
String sch,
String t) throws SQLException
getCrossReference
public ResultSet getCrossReference(String pcat,
String pschem,
String ptable,
String fcat,
String fschem,
String ftable) throws SQLException
getTypeInfo
public ResultSet getTypeInfo() throws SQLException
getIndexInfo
public ResultSet getIndexInfo(String catalog,
String schema,
String table,
boolean unique,
boolean approximate) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index