com.mockobjects.sql
Class MockDatabaseMetaData
public
class
MockDatabaseMetaData
extends MockObject
implements DatabaseMetaData
Method Summary |
boolean | allProceduresAreCallable() |
boolean | allTablesAreSelectable() |
boolean | dataDefinitionCausesTransactionCommit() |
boolean | dataDefinitionIgnoredInTransactions() |
boolean | deletesAreDetected(int a0) |
boolean | doesMaxRowSizeIncludeBlobs() |
ResultSet | getAttributes(String a0, String a1, String a2, String a3) |
ResultSet | getBestRowIdentifier(String a0, String a1, String a2, int a3, boolean a4) |
ResultSet | getCatalogs() |
String | getCatalogSeparator() |
String | getCatalogTerm() |
ResultSet | getColumnPrivileges(String a0, String a1, String a2, String a3) |
ResultSet | getColumns(String a0, String a1, String a2, String a3) |
Connection | getConnection() |
ResultSet | getCrossReference(String a0, String a1, String a2, String a3, String a4, String a5) |
int | getDatabaseMajorVersion() |
int | getDatabaseMinorVersion() |
String | getDatabaseProductName() |
String | getDatabaseProductVersion() |
int | getDefaultTransactionIsolation() |
int | getDriverMajorVersion() |
int | getDriverMinorVersion() |
String | getDriverName() |
String | getDriverVersion() |
ResultSet | getExportedKeys(String a0, String a1, String a2) |
String | getExtraNameCharacters() |
String | getIdentifierQuoteString() |
ResultSet | getImportedKeys(String a0, String a1, String a2) |
ResultSet | getIndexInfo(String a0, String a1, String a2, boolean a3, boolean a4) |
int | getJDBCMajorVersion() |
int | getJDBCMinorVersion() |
int | getMaxBinaryLiteralLength() |
int | getMaxCatalogNameLength() |
int | getMaxCharLiteralLength() |
int | getMaxColumnNameLength() |
int | getMaxColumnsInGroupBy() |
int | getMaxColumnsInIndex() |
int | getMaxColumnsInOrderBy() |
int | getMaxColumnsInSelect() |
int | getMaxColumnsInTable() |
int | getMaxConnections() |
int | getMaxCursorNameLength() |
int | getMaxIndexLength() |
int | getMaxProcedureNameLength() |
int | getMaxRowSize() |
int | getMaxSchemaNameLength() |
int | getMaxStatementLength() |
int | getMaxStatements() |
int | getMaxTableNameLength() |
int | getMaxTablesInSelect() |
int | getMaxUserNameLength() |
String | getNumericFunctions() |
ResultSet | getPrimaryKeys(String a0, String a1, String a2) |
ResultSet | getProcedureColumns(String a0, String a1, String a2, String a3) |
ResultSet | getProcedures(String a0, String a1, String a2) |
String | getProcedureTerm() |
int | getResultSetHoldability() |
ResultSet | getSchemas() |
String | getSchemaTerm() |
String | getSearchStringEscape() |
String | getSQLKeywords() |
int | getSQLStateType() |
String | getStringFunctions() |
ResultSet | getSuperTables(String a0, String a1, String a2) |
ResultSet | getSuperTypes(String a0, String a1, String a2) |
String | getSystemFunctions() |
ResultSet | getTablePrivileges(String a0, String a1, String a2) |
ResultSet | getTables(String a0, String a1, String a2, String[] a3) |
ResultSet | getTableTypes() |
String | getTimeDateFunctions() |
ResultSet | getTypeInfo() |
ResultSet | getUDTs(String a0, String a1, String a2, int[] a3) |
String | getURL() |
String | getUserName() |
ResultSet | getVersionColumns(String a0, String a1, String a2) |
boolean | insertsAreDetected(int a0) |
boolean | isCatalogAtStart() |
boolean | isReadOnly() |
boolean | locatorsUpdateCopy() |
boolean | nullPlusNonNullIsNull() |
boolean | nullsAreSortedAtEnd() |
boolean | nullsAreSortedAtStart() |
boolean | nullsAreSortedHigh() |
boolean | nullsAreSortedLow() |
boolean | othersDeletesAreVisible(int a0) |
boolean | othersInsertsAreVisible(int a0) |
boolean | othersUpdatesAreVisible(int a0) |
boolean | ownDeletesAreVisible(int a0) |
boolean | ownInsertsAreVisible(int a0) |
boolean | ownUpdatesAreVisible(int a0) |
void | setupDriverName(String driverName) |
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(int a0, int a1) |
boolean | supportsConvert() |
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 a0, int a1) |
boolean | supportsResultSetHoldability(int a0) |
boolean | supportsResultSetType(int a0) |
boolean | supportsSavepoints() |
boolean | supportsSchemasInDataManipulation() |
boolean | supportsSchemasInIndexDefinitions() |
boolean | supportsSchemasInPrivilegeDefinitions() |
boolean | supportsSchemasInProcedureCalls() |
boolean | supportsSchemasInTableDefinitions() |
boolean | supportsSelectForUpdate() |
boolean | supportsStatementPooling() |
boolean | supportsStoredProcedures() |
boolean | supportsSubqueriesInComparisons() |
boolean | supportsSubqueriesInExists() |
boolean | supportsSubqueriesInIns() |
boolean | supportsSubqueriesInQuantifieds() |
boolean | supportsTableCorrelationNames() |
boolean | supportsTransactionIsolationLevel(int a0) |
boolean | supportsTransactions() |
boolean | supportsUnion() |
boolean | supportsUnionAll() |
boolean | updatesAreDetected(int a0) |
boolean | usesLocalFilePerTable() |
boolean | usesLocalFiles() |
public boolean allProceduresAreCallable()
public boolean allTablesAreSelectable()
public boolean dataDefinitionCausesTransactionCommit()
public boolean dataDefinitionIgnoredInTransactions()
public boolean deletesAreDetected(int a0)
public boolean doesMaxRowSizeIncludeBlobs()
public ResultSet getAttributes(String a0, String a1, String a2, String a3)
public ResultSet getBestRowIdentifier(String a0, String a1, String a2, int a3, boolean a4)
public ResultSet getCatalogs()
public String getCatalogSeparator()
public String getCatalogTerm()
public ResultSet getColumnPrivileges(String a0, String a1, String a2, String a3)
public ResultSet getColumns(String a0, String a1, String a2, String a3)
public Connection getConnection()
public ResultSet getCrossReference(String a0, String a1, String a2, String a3, String a4, String a5)
public int getDatabaseMajorVersion()
public int getDatabaseMinorVersion()
public String getDatabaseProductName()
public String getDatabaseProductVersion()
public int getDefaultTransactionIsolation()
public int getDriverMajorVersion()
public int getDriverMinorVersion()
public String getDriverName()
public String getDriverVersion()
public ResultSet getExportedKeys(String a0, String a1, String a2)
public String getExtraNameCharacters()
public String getIdentifierQuoteString()
public ResultSet getImportedKeys(String a0, String a1, String a2)
public ResultSet getIndexInfo(String a0, String a1, String a2, boolean a3, boolean a4)
public int getJDBCMajorVersion()
public int getJDBCMinorVersion()
public int getMaxBinaryLiteralLength()
public int getMaxCatalogNameLength()
public int getMaxCharLiteralLength()
public int getMaxColumnNameLength()
public int getMaxColumnsInGroupBy()
public int getMaxColumnsInIndex()
public int getMaxColumnsInOrderBy()
public int getMaxColumnsInSelect()
public int getMaxColumnsInTable()
public int getMaxConnections()
public int getMaxCursorNameLength()
public int getMaxIndexLength()
public int getMaxProcedureNameLength()
public int getMaxRowSize()
public int getMaxSchemaNameLength()
public int getMaxStatementLength()
public int getMaxStatements()
public int getMaxTableNameLength()
public int getMaxTablesInSelect()
public int getMaxUserNameLength()
public String getNumericFunctions()
public ResultSet getPrimaryKeys(String a0, String a1, String a2)
public ResultSet getProcedureColumns(String a0, String a1, String a2, String a3)
public ResultSet getProcedures(String a0, String a1, String a2)
public String getProcedureTerm()
public int getResultSetHoldability()
public ResultSet getSchemas()
public String getSchemaTerm()
public String getSearchStringEscape()
public String getSQLKeywords()
public int getSQLStateType()
public String getStringFunctions()
public ResultSet getSuperTables(String a0, String a1, String a2)
public ResultSet getSuperTypes(String a0, String a1, String a2)
public String getSystemFunctions()
public ResultSet getTablePrivileges(String a0, String a1, String a2)
public ResultSet getTables(String a0, String a1, String a2, String[] a3)
public ResultSet getTableTypes()
public String getTimeDateFunctions()
public ResultSet getTypeInfo()
public ResultSet getUDTs(String a0, String a1, String a2, int[] a3)
public String getURL()
public String getUserName()
public ResultSet getVersionColumns(String a0, String a1, String a2)
public boolean insertsAreDetected(int a0)
public boolean isCatalogAtStart()
public boolean isReadOnly()
public boolean locatorsUpdateCopy()
public boolean nullPlusNonNullIsNull()
public boolean nullsAreSortedAtEnd()
public boolean nullsAreSortedAtStart()
public boolean nullsAreSortedHigh()
public boolean nullsAreSortedLow()
public boolean othersDeletesAreVisible(int a0)
public boolean othersInsertsAreVisible(int a0)
public boolean othersUpdatesAreVisible(int a0)
public boolean ownDeletesAreVisible(int a0)
public boolean ownInsertsAreVisible(int a0)
public boolean ownUpdatesAreVisible(int a0)
public void setupDriverName(String driverName)
public boolean storesLowerCaseIdentifiers()
public boolean storesLowerCaseQuotedIdentifiers()
public boolean storesMixedCaseIdentifiers()
public boolean storesMixedCaseQuotedIdentifiers()
public boolean storesUpperCaseIdentifiers()
public boolean storesUpperCaseQuotedIdentifiers()
public boolean supportsAlterTableWithAddColumn()
public boolean supportsAlterTableWithDropColumn()
public boolean supportsANSI92EntryLevelSQL()
public boolean supportsANSI92FullSQL()
public boolean supportsANSI92IntermediateSQL()
public boolean supportsBatchUpdates()
public boolean supportsCatalogsInDataManipulation()
public boolean supportsCatalogsInIndexDefinitions()
public boolean supportsCatalogsInPrivilegeDefinitions()
public boolean supportsCatalogsInProcedureCalls()
public boolean supportsCatalogsInTableDefinitions()
public boolean supportsColumnAliasing()
public boolean supportsConvert(int a0, int a1)
public boolean supportsConvert()
public boolean supportsCoreSQLGrammar()
public boolean supportsCorrelatedSubqueries()
public boolean supportsDataDefinitionAndDataManipulationTransactions()
public boolean supportsDataManipulationTransactionsOnly()
public boolean supportsDifferentTableCorrelationNames()
public boolean supportsExpressionsInOrderBy()
public boolean supportsExtendedSQLGrammar()
public boolean supportsFullOuterJoins()
public boolean supportsGetGeneratedKeys()
public boolean supportsGroupBy()
public boolean supportsGroupByBeyondSelect()
public boolean supportsGroupByUnrelated()
public boolean supportsIntegrityEnhancementFacility()
public boolean supportsLikeEscapeClause()
public boolean supportsLimitedOuterJoins()
public boolean supportsMinimumSQLGrammar()
public boolean supportsMixedCaseIdentifiers()
public boolean supportsMixedCaseQuotedIdentifiers()
public boolean supportsMultipleOpenResults()
public boolean supportsMultipleResultSets()
public boolean supportsMultipleTransactions()
public boolean supportsNamedParameters()
public boolean supportsNonNullableColumns()
public boolean supportsOpenCursorsAcrossCommit()
public boolean supportsOpenCursorsAcrossRollback()
public boolean supportsOpenStatementsAcrossCommit()
public boolean supportsOpenStatementsAcrossRollback()
public boolean supportsOrderByUnrelated()
public boolean supportsOuterJoins()
public boolean supportsPositionedDelete()
public boolean supportsPositionedUpdate()
public boolean supportsResultSetConcurrency(int a0, int a1)
public boolean supportsResultSetHoldability(int a0)
public boolean supportsResultSetType(int a0)
public boolean supportsSavepoints()
public boolean supportsSchemasInDataManipulation()
public boolean supportsSchemasInIndexDefinitions()
public boolean supportsSchemasInPrivilegeDefinitions()
public boolean supportsSchemasInProcedureCalls()
public boolean supportsSchemasInTableDefinitions()
public boolean supportsSelectForUpdate()
public boolean supportsStatementPooling()
public boolean supportsStoredProcedures()
public boolean supportsSubqueriesInComparisons()
public boolean supportsSubqueriesInExists()
public boolean supportsSubqueriesInIns()
public boolean supportsSubqueriesInQuantifieds()
public boolean supportsTableCorrelationNames()
public boolean supportsTransactionIsolationLevel(int a0)
public boolean supportsTransactions()
public boolean supportsUnion()
public boolean supportsUnionAll()
public boolean updatesAreDetected(int a0)
public boolean usesLocalFilePerTable()
public boolean usesLocalFiles()
Copyright © 2002 Mock Objects. All Rights Reserved.