Java Doc for MockDatabaseMetaData.java in  » Testing » mockrunner-0.4 » com » mockrunner » mock » jdbc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » mockrunner 0.4 » com.mockrunner.mock.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.mockrunner.mock.jdbc.MockDatabaseMetaData

MockDatabaseMetaData
public class MockDatabaseMetaData implements DatabaseMetaData(Code)
Mock implementation of DatabaseMetaData.




Method Summary
public  booleanallProceduresAreCallable()
    
public  booleanallTablesAreSelectable()
    
public  booleanautoCommitFailureClosesAllResultSets()
    
public  voidclearAttributes()
    
public  voidclearBestRowIdentifier()
    
public  voidclearColumnPrivileges()
    
public  voidclearColumns()
    
public  voidclearCrossReference()
    
public  voidclearExportedKeys()
    
public  voidclearFunctionColumns()
    
public  voidclearFunctions()
    
public  voidclearImportedKeys()
    
public  voidclearIndexInfo()
    
public  voidclearPrimaryKeys()
    
public  voidclearProcedureColumns()
    
public  voidclearProcedures()
    
public  voidclearSchemas()
    
public  voidclearSuperTables()
    
public  voidclearSuperTypes()
    
public  voidclearTablePrivileges()
    
public  voidclearTables()
    
public  voidclearUDTs()
    
public  voidclearVersionColumns()
    
public  booleandataDefinitionCausesTransactionCommit()
    
public  booleandataDefinitionIgnoredInTransactions()
    
public  booleandeletesAreDetected(int type)
    
public  booleandoesMaxRowSizeIncludeBlobs()
    
public  ResultSetgetAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)
    
public  ResultSetgetBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
    
public  StringgetCatalogSeparator()
    
public  StringgetCatalogTerm()
    
public  ResultSetgetCatalogs()
    
public  ResultSetgetClientInfoProperties()
    
public  ResultSetgetColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)
    
public  ResultSetgetColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
    
public  ConnectiongetConnection()
    
public  ResultSetgetCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable)
    
public  intgetDatabaseMajorVersion()
    
public  intgetDatabaseMinorVersion()
    
public  StringgetDatabaseProductName()
    
public  StringgetDatabaseProductVersion()
    
public  intgetDefaultTransactionIsolation()
    
public  intgetDriverMajorVersion()
    
public  intgetDriverMinorVersion()
    
public  StringgetDriverName()
    
public  StringgetDriverVersion()
    
public  ResultSetgetExportedKeys(String catalog, String schema, String table)
    
public  StringgetExtraNameCharacters()
    
public  ResultSetgetFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)
    
public  ResultSetgetFunctions(String catalog, String schemaPattern, String functionNamePattern)
    
public  StringgetIdentifierQuoteString()
    
public  ResultSetgetImportedKeys(String catalog, String schema, String table)
    
public  ResultSetgetIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate)
    
public  intgetJDBCMajorVersion()
    
public  intgetJDBCMinorVersion()
    
public  intgetMaxBinaryLiteralLength()
    
public  intgetMaxCatalogNameLength()
    
public  intgetMaxCharLiteralLength()
    
public  intgetMaxColumnNameLength()
    
public  intgetMaxColumnsInGroupBy()
    
public  intgetMaxColumnsInIndex()
    
public  intgetMaxColumnsInOrderBy()
    
public  intgetMaxColumnsInSelect()
    
public  intgetMaxColumnsInTable()
    
public  intgetMaxConnections()
    
public  intgetMaxCursorNameLength()
    
public  intgetMaxIndexLength()
    
public  intgetMaxProcedureNameLength()
    
public  intgetMaxRowSize()
    
public  intgetMaxSchemaNameLength()
    
public  intgetMaxStatementLength()
    
public  intgetMaxStatements()
    
public  intgetMaxTableNameLength()
    
public  intgetMaxTablesInSelect()
    
public  intgetMaxUserNameLength()
    
public  StringgetNumericFunctions()
    
public  ResultSetgetPrimaryKeys(String catalog, String schema, String table)
    
public  ResultSetgetProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)
    
public  StringgetProcedureTerm()
    
public  ResultSetgetProcedures(String catalog, String schemaPattern, String procedureNamePattern)
    
public  intgetResultSetHoldability()
    
public  StringgetSQLKeywords()
    
public  intgetSQLStateType()
    
public  StringgetSchemaTerm()
    
public  ResultSetgetSchemas()
    
public  ResultSetgetSchemas(String catalog, String schemaPattern)
    
public  StringgetSearchStringEscape()
    
public  StringgetStringFunctions()
    
public  ResultSetgetSuperTables(String catalog, String schemaPattern, String tableNamePattern)
    
public  ResultSetgetSuperTypes(String catalog, String schemaPattern, String typeNamePattern)
    
public  StringgetSystemFunctions()
    
public  ResultSetgetTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)
    
public  ResultSetgetTableTypes()
    
public  ResultSetgetTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)
    
public  StringgetTimeDateFunctions()
    
public  ResultSetgetTypeInfo()
    
public  ResultSetgetUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)
    
public  StringgetURL()
    
public  StringgetUserName()
    
public  ResultSetgetVersionColumns(String catalog, String schema, String table)
    
public  booleaninsertsAreDetected(int type)
    
public  booleanisCatalogAtStart()
    
public  booleanisReadOnly()
    
public  booleanisWrapperFor(Class iface)
    
public  booleanlocatorsUpdateCopy()
    
public  booleannullPlusNonNullIsNull()
    
public  booleannullsAreSortedAtEnd()
    
public  booleannullsAreSortedAtStart()
    
public  booleannullsAreSortedHigh()
    
public  booleannullsAreSortedLow()
    
public  booleanothersDeletesAreVisible(int type)
    
public  booleanothersInsertsAreVisible(int type)
    
public  booleanothersUpdatesAreVisible(int type)
    
public  booleanownDeletesAreVisible(int type)
    
public  booleanownInsertsAreVisible(int type)
    
public  booleanownUpdatesAreVisible(int type)
    
public  voidsetAllProceduresAreCallable(boolean callable)
    
public  voidsetAllTablesAreSelectable(boolean selectable)
    
public  voidsetAttributes(ResultSet attributes)
    
public  voidsetAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern, ResultSet attributes)
    
public  voidsetAutoCommitFailureClosesAllResultSets(boolean closesAllResultSets)
    
public  voidsetBestRowIdentifier(ResultSet bestRowIdentifier)
    
public  voidsetBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable, ResultSet bestRowIdentifier)
    
public  voidsetCaseSensitive(boolean caseSensitive)
     Set if matching of catalogs, schemas, tables and columns is case sensitive.
public  voidsetCatalogSeparator(String catalogSeparator)
    
public  voidsetCatalogTerm(String catalogTerm)
    
public  voidsetCatalogs(ResultSet catalogs)
    
public  voidsetClientInfoProperties(ResultSet clientInfoProperties)
    
public  voidsetColumnPrivileges(ResultSet columnPrivileges)
    
public  voidsetColumnPrivileges(String catalog, String schema, String table, String columnNamePattern, ResultSet columnPrivileges)
    
public  voidsetColumns(ResultSet columns)
    
public  voidsetColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern, ResultSet columns)
    
public  voidsetConnection(Connection connection)
    
public  voidsetCrossReference(ResultSet crossReference)
    
public  voidsetCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable, ResultSet crossReference)
    
public  voidsetDataDefinitionCausesTransactionCommit(boolean causesCommit)
    
public  voidsetDataDefinitionIgnoredInTransactions(boolean ignored)
    
public  voidsetDatabaseMajorVersion(int version)
    
public  voidsetDatabaseMinorVersion(int version)
    
public  voidsetDatabaseProductName(String databaseProductName)
    
public  voidsetDatabaseProductVersion(String databaseProductVersion)
    
public  voidsetDefaultTransactionIsolation(int defaultTransactionLevel)
    
public  voidsetDeletesAreDetected(boolean deletesAreDetected)
    
public  voidsetDoesMaxRowSizeIncludeBlobs(boolean includeBlobs)
    
public  voidsetDriverMajorVersion(int driverMajorVersion)
    
public  voidsetDriverMinorVersion(int driverMinorVersion)
    
public  voidsetDriverName(String driverName)
    
public  voidsetDriverVersion(String driverVersion)
    
public  voidsetExportedKeys(ResultSet exportedKeys)
    
public  voidsetExportedKeys(String catalog, String schema, String table, ResultSet exportedKeys)
    
public  voidsetExtraNameCharacters(String extraNameCharacters)
    
public  voidsetFunctionColumns(ResultSet functionColumns)
    
public  voidsetFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern, ResultSet functionColumns)
    
public  voidsetFunctions(ResultSet functions)
    
public  voidsetFunctions(String catalog, String schemaPattern, String functionNamePattern, ResultSet functions)
    
public  voidsetIdentifierQuoteString(String identifierQuoteString)
    
public  voidsetImportedKeys(ResultSet importedKeys)
    
public  voidsetImportedKeys(String catalog, String schema, String table, ResultSet importedKeys)
    
public  voidsetIndexInfo(ResultSet indexInfo)
    
public  voidsetIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate, ResultSet indexInfo)
    
public  voidsetInsertsAreDetected(boolean insertsAreDetected)
    
public  voidsetIsCatalogAtStart(boolean isCatalogAtStart)
    
public  voidsetIsReadOnly(boolean isReadOnly)
    
public  voidsetJDBCMajorVersion(int jdbcMajorVersion)
    
public  voidsetJDBCMinorVersion(int jdbcMinorVersion)
    
public  voidsetLocatorsUpdateCopy(boolean locatorsUpdateCopy)
    
public  voidsetMaxBinaryLiteralLength(int maxBinaryLiteralLength)
    
public  voidsetMaxCharLiteralLength(int maxCharLiteralLength)
    
public  voidsetMaxColumnNameLength(int maxColumnNameLength)
    
public  voidsetMaxColumnsInGroupBy(int maxColumnsInGroupBy)
    
public  voidsetMaxColumnsInIndex(int maxColumnsInIndex)
    
public  voidsetMaxColumnsInOrderBy(int maxColumnsInOrderBy)
    
public  voidsetMaxColumnsInSelect(int maxColumnsInSelect)
    
public  voidsetMaxColumnsInTable(int maxColumnsInTable)
    
public  voidsetMaxConnections(int maxConnections)
    
public  voidsetMaxCursorNameLength(int maxCursorNameLength)
    
public  voidsetMaxIndexLength(int maxIndexLength)
    
public  voidsetMaxProcedureNameLength(int maxProcedureNameLength)
    
public  voidsetMaxRowSize(int maxRowSize)
    
public  voidsetMaxSchemaNameLength(int maxSchemaNameLength)
    
public  voidsetMaxStatementLength(int maxStatementLength)
    
public  voidsetMaxStatements(int maxStatements)
    
public  voidsetMaxTableNameLength(int maxTableNameLength)
    
public  voidsetMaxTablesInSelect(int maxTablesInSelect)
    
public  voidsetMaxUserNameLength(int maxUserNameLength)
    
public  voidsetNullPlusNonNullIsNull(boolean nullPlusNonNullIsNull)
    
public  voidsetNullsAreSortedAtEnd(boolean nullsAreSortedAtEnd)
    
public  voidsetNullsAreSortedAtStart(boolean nullsAreSortedAtStart)
    
public  voidsetNullsAreSortedHigh(boolean nullsAreSortedHigh)
    
public  voidsetNullsAreSortedLow(boolean nullsAreSortedLow)
    
public  voidsetNumericFunctions(String numericFunctions)
    
public  voidsetOthersDeletesAreVisible(boolean othersDeletesAreVisible)
    
public  voidsetOthersInsertsAreVisible(boolean othersInsertsAreVisible)
    
public  voidsetOthersUpdatesAreVisible(boolean othersUpdatesAreVisible)
    
public  voidsetOwnDeletesAreVisible(boolean ownDeletesAreVisible)
    
public  voidsetOwnInsertsAreVisible(boolean ownInsertsAreVisible)
    
public  voidsetOwnUpdatesAreVisible(boolean ownUpdatesAreVisible)
    
public  voidsetPrimaryKeys(ResultSet primaryKeys)
    
public  voidsetPrimaryKeys(String catalog, String schema, String table, ResultSet primaryKeys)
    
public  voidsetProcedureColumns(ResultSet procedureColumns)
    
public  voidsetProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern, ResultSet procedureColumns)
    
public  voidsetProcedureTerm(String procedureTerm)
    
public  voidsetProcedures(ResultSet procedures)
    
public  voidsetProcedures(String catalog, String schemaPattern, String procedureNamePattern, ResultSet procedures)
    
public  voidsetResultSetHoldability(int resultSetHoldability)
    
public  voidsetSQLKeywords(String sqlKeywords)
    
public  voidsetSQLStateType(int sqlStateType)
    
public  voidsetSchemaTerm(String schemaTerm)
    
public  voidsetSchemas(ResultSet schemas)
    
public  voidsetSchemas(String catalog, String schemaPattern, ResultSet schemas)
    
public  voidsetSearchStringEscape(String searchStringEscape)
    
public  voidsetStoresLowerCaseIdentifiers(boolean storesLowerCaseIdentifiers)
    
public  voidsetStoresLowerCaseQuotedIdentifiers(boolean storesLowerCaseQuotedIdentifiers)
    
public  voidsetStoresMixedCaseIdentifiers(boolean storesMixedCaseIdentifiers)
    
public  voidsetStoresMixedCaseQuotedIdentifiers(boolean storesMixedCaseQuotedIdentifiers)
    
public  voidsetStoresUpperCaseIdentifiers(boolean storesUpperCaseIdentifiers)
    
public  voidsetStoresUpperCaseQuotedIdentifiers(boolean storesUpperCaseQuotedIdentifiers)
    
public  voidsetStringFunctions(String stringFunctions)
    
public  voidsetSuperTables(ResultSet superTables)
    
public  voidsetSuperTables(String catalog, String schemaPattern, String tableName, ResultSet superTables)
    
public  voidsetSuperTypes(ResultSet superTypes)
    
public  voidsetSuperTypes(String catalog, String schemaPattern, String typeNamePattern, ResultSet superTypes)
    
public  voidsetSupportsANSI92EntryLevelSQL(boolean supportsANSI92EntryLevelSQL)
    
public  voidsetSupportsANSI92FullSQL(boolean supportsANSI92FullSQL)
    
public  voidsetSupportsANSI92IntermediateSQL(boolean supportsANSI92IntermediateSQL)
    
public  voidsetSupportsAlterTableWithAddColumn(boolean supportsAlterTableWithAddColumn)
    
public  voidsetSupportsAlterTableWithDropColumn(boolean supportsAlterTableWithDropColumn)
    
public  voidsetSupportsBatchUpdates(boolean supportsBatchUpdates)
    
public  voidsetSupportsCatalogsInDataManipulation(boolean supportsCatalogsInDataManipulation)
    
public  voidsetSupportsCatalogsInIndexDefinitions(boolean supportsCatalogsInIndexDefinitions)
    
public  voidsetSupportsCatalogsInPrivilegeDefinitions(boolean supportsCatalogsInPrivilegeDefinitions)
    
public  voidsetSupportsCatalogsInProcedureCalls(boolean supportsCatalogsInProcedureCalls)
    
public  voidsetSupportsCatalogsInTableDefinitions(boolean supportsCatalogsInTableDefinitions)
    
public  voidsetSupportsColumnAliasing(boolean supportsColumnAliasing)
    
public  voidsetSupportsConvert(boolean supportsConvert)
    
public  voidsetSupportsCoreSQLGrammar(boolean supportsCoreSQLGrammar)
    
public  voidsetSupportsCorrelatedSubqueries(boolean supportsCorrelatedSubqueries)
    
public  voidsetSupportsDataDefinitionAndDataManipulationTransactions(boolean supportsDataDefinitionAndDataManipulationTransactions)
    
public  voidsetSupportsDataManipulationTransactionsOnly(boolean supportsDataManipulationTransactionsOnly)
    
public  voidsetSupportsDifferentTableCorrelationNames(boolean supportsDifferentTableCorrelationNames)
    
public  voidsetSupportsExpressionsInOrderBy(boolean supportsExpressionsInOrderBy)
    
public  voidsetSupportsExtendedSQLGrammar(boolean supportsExtendedSQLGrammar)
    
public  voidsetSupportsFullOuterJoins(boolean supportsFullOuterJoins)
    
public  voidsetSupportsGetGeneratedKeys(boolean supportsGetGeneratedKeys)
    
public  voidsetSupportsGroupBy(boolean supportsGroupBy)
    
public  voidsetSupportsGroupByBeyondSelect(boolean supportsGroupByBeyondSelect)
    
public  voidsetSupportsGroupByUnrelated(boolean supportsGroupByUnrelated)
    
public  voidsetSupportsIntegrityEnhancementFacility(boolean supportsIntegrityEnhancementFacility)
    
public  voidsetSupportsLikeEscapeClause(boolean supportsLikeEscapeClause)
    
public  voidsetSupportsLimitedOuterJoins(boolean supportsLimitedOuterJoins)
    
public  voidsetSupportsMinimumSQLGrammar(boolean supportsMinimumSQLGrammar)
    
public  voidsetSupportsMixedCaseIdentifiers(boolean supportsMixedCaseIdentifiers)
    
public  voidsetSupportsMixedCaseQuotedIdentifiers(boolean supportsMixedCaseQuotedIdentifiers)
    
public  voidsetSupportsMultipleOpenResults(boolean supportsMultipleOpenResults)
    
public  voidsetSupportsMultipleResultSets(boolean supportsMultipleResultSets)
    
public  voidsetSupportsMultipleTransactions(boolean supportsMultipleTransactions)
    
public  voidsetSupportsNamedParameters(boolean supportsNamedParameters)
    
public  voidsetSupportsNonNullableColumns(boolean supportsNonNullableColumns)
    
public  voidsetSupportsOpenCursorsAcrossCommit(boolean supportsOpenCursorsAcrossCommit)
    
public  voidsetSupportsOpenCursorsAcrossRollback(boolean supportsOpenCursorsAcrossRollback)
    
public  voidsetSupportsOpenStatementsAcrossCommit(boolean supportsOpenStatementsAcrossCommit)
    
public  voidsetSupportsOpenStatementsAcrossRollback(boolean supportsOpenStatementsAcrossRollback)
    
public  voidsetSupportsOrderByUnrelated(boolean supportsOrderByUnrelated)
    
public  voidsetSupportsOuterJoins(boolean supportsOuterJoins)
    
public  voidsetSupportsPositionedDelete(boolean supportsPositionedDelete)
    
public  voidsetSupportsPositionedUpdate(boolean supportsPositionedUpdate)
    
public  voidsetSupportsResultSetConcurrency(boolean supportsResultSetConcurrency)
    
public  voidsetSupportsResultSetHoldability(boolean supportsResultSetHoldability)
    
public  voidsetSupportsResultSetType(boolean supportsResultSetType)
    
public  voidsetSupportsSavepoints(boolean supportsSavepoints)
    
public  voidsetSupportsSchemasInDataManipulation(boolean supportsSchemasInDataManipulation)
    
public  voidsetSupportsSchemasInIndexDefinitions(boolean supportsSchemasInIndexDefinitions)
    
public  voidsetSupportsSchemasInPrivilegeDefinitions(boolean supportsSchemasInPrivilegeDefinitions)
    
public  voidsetSupportsSchemasInProcedureCalls(boolean supportsSchemasInProcedureCalls)
    
public  voidsetSupportsSchemasInTableDefinitions(boolean supportsSchemasInTableDefinitions)
    
public  voidsetSupportsSelectForUpdate(boolean supportsSelectForUpdate)
    
public  voidsetSupportsStatementPooling(boolean supportsStatementPooling)
    
public  voidsetSupportsStoredFunctionsUsingCallSyntax(boolean supportsStoredFunctions)
    
public  voidsetSupportsStoredProcedures(boolean supportsStoredProcedures)
    
public  voidsetSupportsSubqueriesInComparisons(boolean supportsSubqueriesInComparisons)
    
public  voidsetSupportsSubqueriesInExists(boolean supportsSubqueriesInExists)
    
public  voidsetSupportsSubqueriesInIns(boolean supportsSubqueriesInIns)
    
public  voidsetSupportsSubqueriesInQuantifieds(boolean supportsSubqueriesInQuantifieds)
    
public  voidsetSupportsTableCorrelationNames(boolean supportsTableCorrelationNames)
    
public  voidsetSupportsTransactionIsolationLevel(boolean supportsTransactionIsolationLevel)
    
public  voidsetSupportsTransactions(boolean supportsTransactions)
    
public  voidsetSupportsUnion(boolean supportsUnion)
    
public  voidsetSupportsUnionAll(boolean supportsUnionAll)
    
public  voidsetSystemFunctions(String systemFunctions)
    
public  voidsetTablePrivileges(ResultSet tablePrivileges)
    
public  voidsetTablePrivileges(String catalog, String schemaPattern, String tableNamePattern, ResultSet tablePrivileges)
    
public  voidsetTableTypes(ResultSet tableTypes)
    
public  voidsetTables(ResultSet tables)
    
public  voidsetTables(String catalog, String schemaPattern, String tableNamePattern, String[] types, ResultSet tables)
    
public  voidsetTimeDateFunctions(String timeDateFunctions)
    
public  voidsetTypeInfo(ResultSet typeInfo)
    
public  voidsetUDTs(ResultSet udts)
    
public  voidsetUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types, ResultSet udts)
    
public  voidsetURL(String url)
    
public  voidsetUpdatesAreDetected(boolean updatesAreDetected)
    
public  voidsetUserName(String userName)
    
public  voidsetUsesLocalFilePerTable(boolean usesLocalFilePerTable)
    
public  voidsetUsesLocalFiles(boolean usesLocalFiles)
    
public  voidsetVersionColumns(ResultSet versionColumns)
    
public  voidsetVersionColumns(String catalog, String schema, String table, ResultSet versionColumns)
    
public  voidsetetMaxCatalogNameLength(int maxCatalogNameLength)
    
public  booleanstoresLowerCaseIdentifiers()
    
public  booleanstoresLowerCaseQuotedIdentifiers()
    
public  booleanstoresMixedCaseIdentifiers()
    
public  booleanstoresMixedCaseQuotedIdentifiers()
    
public  booleanstoresUpperCaseIdentifiers()
    
public  booleanstoresUpperCaseQuotedIdentifiers()
    
public  booleansupportsANSI92EntryLevelSQL()
    
public  booleansupportsANSI92FullSQL()
    
public  booleansupportsANSI92IntermediateSQL()
    
public  booleansupportsAlterTableWithAddColumn()
    
public  booleansupportsAlterTableWithDropColumn()
    
public  booleansupportsBatchUpdates()
    
public  booleansupportsCatalogsInDataManipulation()
    
public  booleansupportsCatalogsInIndexDefinitions()
    
public  booleansupportsCatalogsInPrivilegeDefinitions()
    
public  booleansupportsCatalogsInProcedureCalls()
    
public  booleansupportsCatalogsInTableDefinitions()
    
public  booleansupportsColumnAliasing()
    
public  booleansupportsConvert()
    
public  booleansupportsConvert(int fromType, int toType)
    
public  booleansupportsCoreSQLGrammar()
    
public  booleansupportsCorrelatedSubqueries()
    
public  booleansupportsDataDefinitionAndDataManipulationTransactions()
    
public  booleansupportsDataManipulationTransactionsOnly()
    
public  booleansupportsDifferentTableCorrelationNames()
    
public  booleansupportsExpressionsInOrderBy()
    
public  booleansupportsExtendedSQLGrammar()
    
public  booleansupportsFullOuterJoins()
    
public  booleansupportsGetGeneratedKeys()
    
public  booleansupportsGroupBy()
    
public  booleansupportsGroupByBeyondSelect()
    
public  booleansupportsGroupByUnrelated()
    
public  booleansupportsIntegrityEnhancementFacility()
    
public  booleansupportsLikeEscapeClause()
    
public  booleansupportsLimitedOuterJoins()
    
public  booleansupportsMinimumSQLGrammar()
    
public  booleansupportsMixedCaseIdentifiers()
    
public  booleansupportsMixedCaseQuotedIdentifiers()
    
public  booleansupportsMultipleOpenResults()
    
public  booleansupportsMultipleResultSets()
    
public  booleansupportsMultipleTransactions()
    
public  booleansupportsNamedParameters()
    
public  booleansupportsNonNullableColumns()
    
public  booleansupportsOpenCursorsAcrossCommit()
    
public  booleansupportsOpenCursorsAcrossRollback()
    
public  booleansupportsOpenStatementsAcrossCommit()
    
public  booleansupportsOpenStatementsAcrossRollback()
    
public  booleansupportsOrderByUnrelated()
    
public  booleansupportsOuterJoins()
    
public  booleansupportsPositionedDelete()
    
public  booleansupportsPositionedUpdate()
    
public  booleansupportsResultSetConcurrency(int type, int concurrency)
    
public  booleansupportsResultSetHoldability(int holdability)
    
public  booleansupportsResultSetType(int type)
    
public  booleansupportsSavepoints()
    
public  booleansupportsSchemasInDataManipulation()
    
public  booleansupportsSchemasInIndexDefinitions()
    
public  booleansupportsSchemasInPrivilegeDefinitions()
    
public  booleansupportsSchemasInProcedureCalls()
    
public  booleansupportsSchemasInTableDefinitions()
    
public  booleansupportsSelectForUpdate()
    
public  booleansupportsStatementPooling()
    
public  booleansupportsStoredFunctionsUsingCallSyntax()
    
public  booleansupportsStoredProcedures()
    
public  booleansupportsSubqueriesInComparisons()
    
public  booleansupportsSubqueriesInExists()
    
public  booleansupportsSubqueriesInIns()
    
public  booleansupportsSubqueriesInQuantifieds()
    
public  booleansupportsTableCorrelationNames()
    
public  booleansupportsTransactionIsolationLevel(int level)
    
public  booleansupportsTransactions()
    
public  booleansupportsUnion()
    
public  booleansupportsUnionAll()
    
public  Objectunwrap(Class iface)
    
public  booleanupdatesAreDetected(int type)
    
public  booleanusesLocalFilePerTable()
    
public  booleanusesLocalFiles()
    



Method Detail
allProceduresAreCallable
public boolean allProceduresAreCallable() throws SQLException(Code)



allTablesAreSelectable
public boolean allTablesAreSelectable() throws SQLException(Code)



autoCommitFailureClosesAllResultSets
public boolean autoCommitFailureClosesAllResultSets() throws SQLException(Code)



clearAttributes
public void clearAttributes()(Code)



clearBestRowIdentifier
public void clearBestRowIdentifier()(Code)



clearColumnPrivileges
public void clearColumnPrivileges()(Code)



clearColumns
public void clearColumns()(Code)



clearCrossReference
public void clearCrossReference()(Code)



clearExportedKeys
public void clearExportedKeys()(Code)



clearFunctionColumns
public void clearFunctionColumns()(Code)



clearFunctions
public void clearFunctions()(Code)



clearImportedKeys
public void clearImportedKeys()(Code)



clearIndexInfo
public void clearIndexInfo()(Code)



clearPrimaryKeys
public void clearPrimaryKeys()(Code)



clearProcedureColumns
public void clearProcedureColumns()(Code)



clearProcedures
public void clearProcedures()(Code)



clearSchemas
public void clearSchemas()(Code)



clearSuperTables
public void clearSuperTables()(Code)



clearSuperTypes
public void clearSuperTypes()(Code)



clearTablePrivileges
public void clearTablePrivileges()(Code)



clearTables
public void clearTables()(Code)



clearUDTs
public void clearUDTs()(Code)



clearVersionColumns
public void clearVersionColumns()(Code)



dataDefinitionCausesTransactionCommit
public boolean dataDefinitionCausesTransactionCommit() throws SQLException(Code)



dataDefinitionIgnoredInTransactions
public boolean dataDefinitionIgnoredInTransactions() throws SQLException(Code)



deletesAreDetected
public boolean deletesAreDetected(int type) throws SQLException(Code)



doesMaxRowSizeIncludeBlobs
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException(Code)



getAttributes
public ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException(Code)



getBestRowIdentifier
public ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) throws SQLException(Code)



getCatalogSeparator
public String getCatalogSeparator() throws SQLException(Code)



getCatalogTerm
public String getCatalogTerm() throws SQLException(Code)



getCatalogs
public ResultSet getCatalogs() throws SQLException(Code)



getClientInfoProperties
public ResultSet getClientInfoProperties() throws SQLException(Code)



getColumnPrivileges
public ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException(Code)



getColumns
public ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException(Code)



getConnection
public Connection getConnection() throws SQLException(Code)



getCrossReference
public ResultSet getCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException(Code)



getDatabaseMajorVersion
public int getDatabaseMajorVersion() throws SQLException(Code)



getDatabaseMinorVersion
public int getDatabaseMinorVersion() throws SQLException(Code)



getDatabaseProductName
public String getDatabaseProductName() throws SQLException(Code)



getDatabaseProductVersion
public String getDatabaseProductVersion() throws SQLException(Code)



getDefaultTransactionIsolation
public int getDefaultTransactionIsolation() throws SQLException(Code)



getDriverMajorVersion
public int getDriverMajorVersion()(Code)



getDriverMinorVersion
public int getDriverMinorVersion()(Code)



getDriverName
public String getDriverName() throws SQLException(Code)



getDriverVersion
public String getDriverVersion() throws SQLException(Code)



getExportedKeys
public ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException(Code)



getExtraNameCharacters
public String getExtraNameCharacters() throws SQLException(Code)



getFunctionColumns
public ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException(Code)



getFunctions
public ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException(Code)



getIdentifierQuoteString
public String getIdentifierQuoteString() throws SQLException(Code)



getImportedKeys
public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException(Code)



getIndexInfo
public ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException(Code)



getJDBCMajorVersion
public int getJDBCMajorVersion() throws SQLException(Code)



getJDBCMinorVersion
public int getJDBCMinorVersion() throws SQLException(Code)



getMaxBinaryLiteralLength
public int getMaxBinaryLiteralLength() throws SQLException(Code)



getMaxCatalogNameLength
public int getMaxCatalogNameLength() throws SQLException(Code)



getMaxCharLiteralLength
public int getMaxCharLiteralLength() throws SQLException(Code)



getMaxColumnNameLength
public int getMaxColumnNameLength() throws SQLException(Code)



getMaxColumnsInGroupBy
public int getMaxColumnsInGroupBy() throws SQLException(Code)



getMaxColumnsInIndex
public int getMaxColumnsInIndex() throws SQLException(Code)



getMaxColumnsInOrderBy
public int getMaxColumnsInOrderBy() throws SQLException(Code)



getMaxColumnsInSelect
public int getMaxColumnsInSelect() throws SQLException(Code)



getMaxColumnsInTable
public int getMaxColumnsInTable() throws SQLException(Code)



getMaxConnections
public int getMaxConnections() throws SQLException(Code)



getMaxCursorNameLength
public int getMaxCursorNameLength() throws SQLException(Code)



getMaxIndexLength
public int getMaxIndexLength() throws SQLException(Code)



getMaxProcedureNameLength
public int getMaxProcedureNameLength() throws SQLException(Code)



getMaxRowSize
public int getMaxRowSize() throws SQLException(Code)



getMaxSchemaNameLength
public int getMaxSchemaNameLength() throws SQLException(Code)



getMaxStatementLength
public int getMaxStatementLength() throws SQLException(Code)



getMaxStatements
public int getMaxStatements() throws SQLException(Code)



getMaxTableNameLength
public int getMaxTableNameLength() throws SQLException(Code)



getMaxTablesInSelect
public int getMaxTablesInSelect() throws SQLException(Code)



getMaxUserNameLength
public int getMaxUserNameLength() throws SQLException(Code)



getNumericFunctions
public String getNumericFunctions() throws SQLException(Code)



getPrimaryKeys
public ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException(Code)



getProcedureColumns
public ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException(Code)



getProcedureTerm
public String getProcedureTerm() throws SQLException(Code)



getProcedures
public ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException(Code)



getResultSetHoldability
public int getResultSetHoldability() throws SQLException(Code)



getSQLKeywords
public String getSQLKeywords() throws SQLException(Code)



getSQLStateType
public int getSQLStateType() throws SQLException(Code)



getSchemaTerm
public String getSchemaTerm() throws SQLException(Code)



getSchemas
public ResultSet getSchemas() throws SQLException(Code)



getSchemas
public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException(Code)



getSearchStringEscape
public String getSearchStringEscape() throws SQLException(Code)



getStringFunctions
public String getStringFunctions() throws SQLException(Code)



getSuperTables
public ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern) throws SQLException(Code)



getSuperTypes
public ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException(Code)



getSystemFunctions
public String getSystemFunctions() throws SQLException(Code)



getTablePrivileges
public ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException(Code)



getTableTypes
public ResultSet getTableTypes() throws SQLException(Code)



getTables
public ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types) throws SQLException(Code)



getTimeDateFunctions
public String getTimeDateFunctions() throws SQLException(Code)



getTypeInfo
public ResultSet getTypeInfo() throws SQLException(Code)



getUDTs
public ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException(Code)



getURL
public String getURL() throws SQLException(Code)



getUserName
public String getUserName() throws SQLException(Code)



getVersionColumns
public ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException(Code)



insertsAreDetected
public boolean insertsAreDetected(int type) throws SQLException(Code)



isCatalogAtStart
public boolean isCatalogAtStart() throws SQLException(Code)



isReadOnly
public boolean isReadOnly() throws SQLException(Code)



isWrapperFor
public boolean isWrapperFor(Class iface) throws SQLException(Code)



locatorsUpdateCopy
public boolean locatorsUpdateCopy() throws SQLException(Code)



nullPlusNonNullIsNull
public boolean nullPlusNonNullIsNull() throws SQLException(Code)



nullsAreSortedAtEnd
public boolean nullsAreSortedAtEnd() throws SQLException(Code)



nullsAreSortedAtStart
public boolean nullsAreSortedAtStart() throws SQLException(Code)



nullsAreSortedHigh
public boolean nullsAreSortedHigh() throws SQLException(Code)



nullsAreSortedLow
public boolean nullsAreSortedLow() throws SQLException(Code)



othersDeletesAreVisible
public boolean othersDeletesAreVisible(int type) throws SQLException(Code)



othersInsertsAreVisible
public boolean othersInsertsAreVisible(int type) throws SQLException(Code)



othersUpdatesAreVisible
public boolean othersUpdatesAreVisible(int type) throws SQLException(Code)



ownDeletesAreVisible
public boolean ownDeletesAreVisible(int type) throws SQLException(Code)



ownInsertsAreVisible
public boolean ownInsertsAreVisible(int type) throws SQLException(Code)



ownUpdatesAreVisible
public boolean ownUpdatesAreVisible(int type) throws SQLException(Code)



setAllProceduresAreCallable
public void setAllProceduresAreCallable(boolean callable)(Code)



setAllTablesAreSelectable
public void setAllTablesAreSelectable(boolean selectable)(Code)



setAttributes
public void setAttributes(ResultSet attributes)(Code)



setAttributes
public void setAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern, ResultSet attributes)(Code)



setAutoCommitFailureClosesAllResultSets
public void setAutoCommitFailureClosesAllResultSets(boolean closesAllResultSets)(Code)



setBestRowIdentifier
public void setBestRowIdentifier(ResultSet bestRowIdentifier)(Code)



setBestRowIdentifier
public void setBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable, ResultSet bestRowIdentifier)(Code)



setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)(Code)
Set if matching of catalogs, schemas, tables and columns is case sensitive. Defaults to false.
Parameters:
  caseSensitive - is matching case sensitive



setCatalogSeparator
public void setCatalogSeparator(String catalogSeparator)(Code)



setCatalogTerm
public void setCatalogTerm(String catalogTerm)(Code)



setCatalogs
public void setCatalogs(ResultSet catalogs)(Code)



setClientInfoProperties
public void setClientInfoProperties(ResultSet clientInfoProperties)(Code)



setColumnPrivileges
public void setColumnPrivileges(ResultSet columnPrivileges)(Code)



setColumnPrivileges
public void setColumnPrivileges(String catalog, String schema, String table, String columnNamePattern, ResultSet columnPrivileges)(Code)



setColumns
public void setColumns(ResultSet columns)(Code)



setColumns
public void setColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern, ResultSet columns)(Code)



setConnection
public void setConnection(Connection connection)(Code)



setCrossReference
public void setCrossReference(ResultSet crossReference)(Code)



setCrossReference
public void setCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable, ResultSet crossReference)(Code)



setDataDefinitionCausesTransactionCommit
public void setDataDefinitionCausesTransactionCommit(boolean causesCommit)(Code)



setDataDefinitionIgnoredInTransactions
public void setDataDefinitionIgnoredInTransactions(boolean ignored)(Code)



setDatabaseMajorVersion
public void setDatabaseMajorVersion(int version)(Code)



setDatabaseMinorVersion
public void setDatabaseMinorVersion(int version)(Code)



setDatabaseProductName
public void setDatabaseProductName(String databaseProductName)(Code)



setDatabaseProductVersion
public void setDatabaseProductVersion(String databaseProductVersion)(Code)



setDefaultTransactionIsolation
public void setDefaultTransactionIsolation(int defaultTransactionLevel)(Code)



setDeletesAreDetected
public void setDeletesAreDetected(boolean deletesAreDetected)(Code)



setDoesMaxRowSizeIncludeBlobs
public void setDoesMaxRowSizeIncludeBlobs(boolean includeBlobs)(Code)



setDriverMajorVersion
public void setDriverMajorVersion(int driverMajorVersion)(Code)



setDriverMinorVersion
public void setDriverMinorVersion(int driverMinorVersion)(Code)



setDriverName
public void setDriverName(String driverName)(Code)



setDriverVersion
public void setDriverVersion(String driverVersion)(Code)



setExportedKeys
public void setExportedKeys(ResultSet exportedKeys)(Code)



setExportedKeys
public void setExportedKeys(String catalog, String schema, String table, ResultSet exportedKeys)(Code)



setExtraNameCharacters
public void setExtraNameCharacters(String extraNameCharacters)(Code)



setFunctionColumns
public void setFunctionColumns(ResultSet functionColumns)(Code)



setFunctionColumns
public void setFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern, ResultSet functionColumns)(Code)



setFunctions
public void setFunctions(ResultSet functions)(Code)



setFunctions
public void setFunctions(String catalog, String schemaPattern, String functionNamePattern, ResultSet functions)(Code)



setIdentifierQuoteString
public void setIdentifierQuoteString(String identifierQuoteString)(Code)



setImportedKeys
public void setImportedKeys(ResultSet importedKeys)(Code)



setImportedKeys
public void setImportedKeys(String catalog, String schema, String table, ResultSet importedKeys)(Code)



setIndexInfo
public void setIndexInfo(ResultSet indexInfo)(Code)



setIndexInfo
public void setIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate, ResultSet indexInfo)(Code)



setInsertsAreDetected
public void setInsertsAreDetected(boolean insertsAreDetected)(Code)



setIsCatalogAtStart
public void setIsCatalogAtStart(boolean isCatalogAtStart)(Code)



setIsReadOnly
public void setIsReadOnly(boolean isReadOnly)(Code)



setJDBCMajorVersion
public void setJDBCMajorVersion(int jdbcMajorVersion)(Code)



setJDBCMinorVersion
public void setJDBCMinorVersion(int jdbcMinorVersion)(Code)



setLocatorsUpdateCopy
public void setLocatorsUpdateCopy(boolean locatorsUpdateCopy)(Code)



setMaxBinaryLiteralLength
public void setMaxBinaryLiteralLength(int maxBinaryLiteralLength)(Code)



setMaxCharLiteralLength
public void setMaxCharLiteralLength(int maxCharLiteralLength)(Code)



setMaxColumnNameLength
public void setMaxColumnNameLength(int maxColumnNameLength)(Code)



setMaxColumnsInGroupBy
public void setMaxColumnsInGroupBy(int maxColumnsInGroupBy)(Code)



setMaxColumnsInIndex
public void setMaxColumnsInIndex(int maxColumnsInIndex)(Code)



setMaxColumnsInOrderBy
public void setMaxColumnsInOrderBy(int maxColumnsInOrderBy)(Code)



setMaxColumnsInSelect
public void setMaxColumnsInSelect(int maxColumnsInSelect)(Code)



setMaxColumnsInTable
public void setMaxColumnsInTable(int maxColumnsInTable)(Code)



setMaxConnections
public void setMaxConnections(int maxConnections)(Code)



setMaxCursorNameLength
public void setMaxCursorNameLength(int maxCursorNameLength)(Code)



setMaxIndexLength
public void setMaxIndexLength(int maxIndexLength)(Code)



setMaxProcedureNameLength
public void setMaxProcedureNameLength(int maxProcedureNameLength)(Code)



setMaxRowSize
public void setMaxRowSize(int maxRowSize)(Code)



setMaxSchemaNameLength
public void setMaxSchemaNameLength(int maxSchemaNameLength)(Code)



setMaxStatementLength
public void setMaxStatementLength(int maxStatementLength)(Code)



setMaxStatements
public void setMaxStatements(int maxStatements)(Code)



setMaxTableNameLength
public void setMaxTableNameLength(int maxTableNameLength)(Code)



setMaxTablesInSelect
public void setMaxTablesInSelect(int maxTablesInSelect)(Code)



setMaxUserNameLength
public void setMaxUserNameLength(int maxUserNameLength)(Code)



setNullPlusNonNullIsNull
public void setNullPlusNonNullIsNull(boolean nullPlusNonNullIsNull)(Code)



setNullsAreSortedAtEnd
public void setNullsAreSortedAtEnd(boolean nullsAreSortedAtEnd)(Code)



setNullsAreSortedAtStart
public void setNullsAreSortedAtStart(boolean nullsAreSortedAtStart)(Code)



setNullsAreSortedHigh
public void setNullsAreSortedHigh(boolean nullsAreSortedHigh)(Code)



setNullsAreSortedLow
public void setNullsAreSortedLow(boolean nullsAreSortedLow)(Code)



setNumericFunctions
public void setNumericFunctions(String numericFunctions)(Code)



setOthersDeletesAreVisible
public void setOthersDeletesAreVisible(boolean othersDeletesAreVisible)(Code)



setOthersInsertsAreVisible
public void setOthersInsertsAreVisible(boolean othersInsertsAreVisible)(Code)



setOthersUpdatesAreVisible
public void setOthersUpdatesAreVisible(boolean othersUpdatesAreVisible)(Code)



setOwnDeletesAreVisible
public void setOwnDeletesAreVisible(boolean ownDeletesAreVisible)(Code)



setOwnInsertsAreVisible
public void setOwnInsertsAreVisible(boolean ownInsertsAreVisible)(Code)



setOwnUpdatesAreVisible
public void setOwnUpdatesAreVisible(boolean ownUpdatesAreVisible)(Code)



setPrimaryKeys
public void setPrimaryKeys(ResultSet primaryKeys)(Code)



setPrimaryKeys
public void setPrimaryKeys(String catalog, String schema, String table, ResultSet primaryKeys)(Code)



setProcedureColumns
public void setProcedureColumns(ResultSet procedureColumns)(Code)



setProcedureColumns
public void setProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern, ResultSet procedureColumns)(Code)



setProcedureTerm
public void setProcedureTerm(String procedureTerm)(Code)



setProcedures
public void setProcedures(ResultSet procedures)(Code)



setProcedures
public void setProcedures(String catalog, String schemaPattern, String procedureNamePattern, ResultSet procedures)(Code)



setResultSetHoldability
public void setResultSetHoldability(int resultSetHoldability)(Code)



setSQLKeywords
public void setSQLKeywords(String sqlKeywords)(Code)



setSQLStateType
public void setSQLStateType(int sqlStateType)(Code)



setSchemaTerm
public void setSchemaTerm(String schemaTerm)(Code)



setSchemas
public void setSchemas(ResultSet schemas)(Code)



setSchemas
public void setSchemas(String catalog, String schemaPattern, ResultSet schemas)(Code)



setSearchStringEscape
public void setSearchStringEscape(String searchStringEscape)(Code)



setStoresLowerCaseIdentifiers
public void setStoresLowerCaseIdentifiers(boolean storesLowerCaseIdentifiers)(Code)



setStoresLowerCaseQuotedIdentifiers
public void setStoresLowerCaseQuotedIdentifiers(boolean storesLowerCaseQuotedIdentifiers)(Code)



setStoresMixedCaseIdentifiers
public void setStoresMixedCaseIdentifiers(boolean storesMixedCaseIdentifiers)(Code)



setStoresMixedCaseQuotedIdentifiers
public void setStoresMixedCaseQuotedIdentifiers(boolean storesMixedCaseQuotedIdentifiers)(Code)



setStoresUpperCaseIdentifiers
public void setStoresUpperCaseIdentifiers(boolean storesUpperCaseIdentifiers)(Code)



setStoresUpperCaseQuotedIdentifiers
public void setStoresUpperCaseQuotedIdentifiers(boolean storesUpperCaseQuotedIdentifiers)(Code)



setStringFunctions
public void setStringFunctions(String stringFunctions)(Code)



setSuperTables
public void setSuperTables(ResultSet superTables)(Code)



setSuperTables
public void setSuperTables(String catalog, String schemaPattern, String tableName, ResultSet superTables)(Code)



setSuperTypes
public void setSuperTypes(ResultSet superTypes)(Code)



setSuperTypes
public void setSuperTypes(String catalog, String schemaPattern, String typeNamePattern, ResultSet superTypes)(Code)



setSupportsANSI92EntryLevelSQL
public void setSupportsANSI92EntryLevelSQL(boolean supportsANSI92EntryLevelSQL)(Code)



setSupportsANSI92FullSQL
public void setSupportsANSI92FullSQL(boolean supportsANSI92FullSQL)(Code)



setSupportsANSI92IntermediateSQL
public void setSupportsANSI92IntermediateSQL(boolean supportsANSI92IntermediateSQL)(Code)



setSupportsAlterTableWithAddColumn
public void setSupportsAlterTableWithAddColumn(boolean supportsAlterTableWithAddColumn)(Code)



setSupportsAlterTableWithDropColumn
public void setSupportsAlterTableWithDropColumn(boolean supportsAlterTableWithDropColumn)(Code)



setSupportsBatchUpdates
public void setSupportsBatchUpdates(boolean supportsBatchUpdates)(Code)



setSupportsCatalogsInDataManipulation
public void setSupportsCatalogsInDataManipulation(boolean supportsCatalogsInDataManipulation)(Code)



setSupportsCatalogsInIndexDefinitions
public void setSupportsCatalogsInIndexDefinitions(boolean supportsCatalogsInIndexDefinitions)(Code)



setSupportsCatalogsInPrivilegeDefinitions
public void setSupportsCatalogsInPrivilegeDefinitions(boolean supportsCatalogsInPrivilegeDefinitions)(Code)



setSupportsCatalogsInProcedureCalls
public void setSupportsCatalogsInProcedureCalls(boolean supportsCatalogsInProcedureCalls)(Code)



setSupportsCatalogsInTableDefinitions
public void setSupportsCatalogsInTableDefinitions(boolean supportsCatalogsInTableDefinitions)(Code)



setSupportsColumnAliasing
public void setSupportsColumnAliasing(boolean supportsColumnAliasing)(Code)



setSupportsConvert
public void setSupportsConvert(boolean supportsConvert)(Code)



setSupportsCoreSQLGrammar
public void setSupportsCoreSQLGrammar(boolean supportsCoreSQLGrammar)(Code)



setSupportsCorrelatedSubqueries
public void setSupportsCorrelatedSubqueries(boolean supportsCorrelatedSubqueries)(Code)



setSupportsDataDefinitionAndDataManipulationTransactions
public void setSupportsDataDefinitionAndDataManipulationTransactions(boolean supportsDataDefinitionAndDataManipulationTransactions)(Code)



setSupportsDataManipulationTransactionsOnly
public void setSupportsDataManipulationTransactionsOnly(boolean supportsDataManipulationTransactionsOnly)(Code)



setSupportsDifferentTableCorrelationNames
public void setSupportsDifferentTableCorrelationNames(boolean supportsDifferentTableCorrelationNames)(Code)



setSupportsExpressionsInOrderBy
public void setSupportsExpressionsInOrderBy(boolean supportsExpressionsInOrderBy)(Code)



setSupportsExtendedSQLGrammar
public void setSupportsExtendedSQLGrammar(boolean supportsExtendedSQLGrammar)(Code)



setSupportsFullOuterJoins
public void setSupportsFullOuterJoins(boolean supportsFullOuterJoins)(Code)



setSupportsGetGeneratedKeys
public void setSupportsGetGeneratedKeys(boolean supportsGetGeneratedKeys)(Code)



setSupportsGroupBy
public void setSupportsGroupBy(boolean supportsGroupBy)(Code)



setSupportsGroupByBeyondSelect
public void setSupportsGroupByBeyondSelect(boolean supportsGroupByBeyondSelect)(Code)



setSupportsGroupByUnrelated
public void setSupportsGroupByUnrelated(boolean supportsGroupByUnrelated)(Code)



setSupportsIntegrityEnhancementFacility
public void setSupportsIntegrityEnhancementFacility(boolean supportsIntegrityEnhancementFacility)(Code)



setSupportsLikeEscapeClause
public void setSupportsLikeEscapeClause(boolean supportsLikeEscapeClause)(Code)



setSupportsLimitedOuterJoins
public void setSupportsLimitedOuterJoins(boolean supportsLimitedOuterJoins)(Code)



setSupportsMinimumSQLGrammar
public void setSupportsMinimumSQLGrammar(boolean supportsMinimumSQLGrammar)(Code)



setSupportsMixedCaseIdentifiers
public void setSupportsMixedCaseIdentifiers(boolean supportsMixedCaseIdentifiers)(Code)



setSupportsMixedCaseQuotedIdentifiers
public void setSupportsMixedCaseQuotedIdentifiers(boolean supportsMixedCaseQuotedIdentifiers)(Code)



setSupportsMultipleOpenResults
public void setSupportsMultipleOpenResults(boolean supportsMultipleOpenResults)(Code)



setSupportsMultipleResultSets
public void setSupportsMultipleResultSets(boolean supportsMultipleResultSets)(Code)



setSupportsMultipleTransactions
public void setSupportsMultipleTransactions(boolean supportsMultipleTransactions)(Code)



setSupportsNamedParameters
public void setSupportsNamedParameters(boolean supportsNamedParameters)(Code)



setSupportsNonNullableColumns
public void setSupportsNonNullableColumns(boolean supportsNonNullableColumns)(Code)



setSupportsOpenCursorsAcrossCommit
public void setSupportsOpenCursorsAcrossCommit(boolean supportsOpenCursorsAcrossCommit)(Code)



setSupportsOpenCursorsAcrossRollback
public void setSupportsOpenCursorsAcrossRollback(boolean supportsOpenCursorsAcrossRollback)(Code)



setSupportsOpenStatementsAcrossCommit
public void setSupportsOpenStatementsAcrossCommit(boolean supportsOpenStatementsAcrossCommit)(Code)



setSupportsOpenStatementsAcrossRollback
public void setSupportsOpenStatementsAcrossRollback(boolean supportsOpenStatementsAcrossRollback)(Code)



setSupportsOrderByUnrelated
public void setSupportsOrderByUnrelated(boolean supportsOrderByUnrelated)(Code)



setSupportsOuterJoins
public void setSupportsOuterJoins(boolean supportsOuterJoins)(Code)



setSupportsPositionedDelete
public void setSupportsPositionedDelete(boolean supportsPositionedDelete)(Code)



setSupportsPositionedUpdate
public void setSupportsPositionedUpdate(boolean supportsPositionedUpdate)(Code)



setSupportsResultSetConcurrency
public void setSupportsResultSetConcurrency(boolean supportsResultSetConcurrency)(Code)



setSupportsResultSetHoldability
public void setSupportsResultSetHoldability(boolean supportsResultSetHoldability)(Code)



setSupportsResultSetType
public void setSupportsResultSetType(boolean supportsResultSetType)(Code)



setSupportsSavepoints
public void setSupportsSavepoints(boolean supportsSavepoints)(Code)



setSupportsSchemasInDataManipulation
public void setSupportsSchemasInDataManipulation(boolean supportsSchemasInDataManipulation)(Code)



setSupportsSchemasInIndexDefinitions
public void setSupportsSchemasInIndexDefinitions(boolean supportsSchemasInIndexDefinitions)(Code)



setSupportsSchemasInPrivilegeDefinitions
public void setSupportsSchemasInPrivilegeDefinitions(boolean supportsSchemasInPrivilegeDefinitions)(Code)



setSupportsSchemasInProcedureCalls
public void setSupportsSchemasInProcedureCalls(boolean supportsSchemasInProcedureCalls)(Code)



setSupportsSchemasInTableDefinitions
public void setSupportsSchemasInTableDefinitions(boolean supportsSchemasInTableDefinitions)(Code)



setSupportsSelectForUpdate
public void setSupportsSelectForUpdate(boolean supportsSelectForUpdate)(Code)



setSupportsStatementPooling
public void setSupportsStatementPooling(boolean supportsStatementPooling)(Code)



setSupportsStoredFunctionsUsingCallSyntax
public void setSupportsStoredFunctionsUsingCallSyntax(boolean supportsStoredFunctions)(Code)



setSupportsStoredProcedures
public void setSupportsStoredProcedures(boolean supportsStoredProcedures)(Code)



setSupportsSubqueriesInComparisons
public void setSupportsSubqueriesInComparisons(boolean supportsSubqueriesInComparisons)(Code)



setSupportsSubqueriesInExists
public void setSupportsSubqueriesInExists(boolean supportsSubqueriesInExists)(Code)



setSupportsSubqueriesInIns
public void setSupportsSubqueriesInIns(boolean supportsSubqueriesInIns)(Code)



setSupportsSubqueriesInQuantifieds
public void setSupportsSubqueriesInQuantifieds(boolean supportsSubqueriesInQuantifieds)(Code)



setSupportsTableCorrelationNames
public void setSupportsTableCorrelationNames(boolean supportsTableCorrelationNames)(Code)



setSupportsTransactionIsolationLevel
public void setSupportsTransactionIsolationLevel(boolean supportsTransactionIsolationLevel)(Code)



setSupportsTransactions
public void setSupportsTransactions(boolean supportsTransactions)(Code)



setSupportsUnion
public void setSupportsUnion(boolean supportsUnion)(Code)



setSupportsUnionAll
public void setSupportsUnionAll(boolean supportsUnionAll)(Code)



setSystemFunctions
public void setSystemFunctions(String systemFunctions)(Code)



setTablePrivileges
public void setTablePrivileges(ResultSet tablePrivileges)(Code)



setTablePrivileges
public void setTablePrivileges(String catalog, String schemaPattern, String tableNamePattern, ResultSet tablePrivileges)(Code)



setTableTypes
public void setTableTypes(ResultSet tableTypes)(Code)



setTables
public void setTables(ResultSet tables)(Code)



setTables
public void setTables(String catalog, String schemaPattern, String tableNamePattern, String[] types, ResultSet tables)(Code)



setTimeDateFunctions
public void setTimeDateFunctions(String timeDateFunctions)(Code)



setTypeInfo
public void setTypeInfo(ResultSet typeInfo)(Code)



setUDTs
public void setUDTs(ResultSet udts)(Code)



setUDTs
public void setUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types, ResultSet udts)(Code)



setURL
public void setURL(String url)(Code)



setUpdatesAreDetected
public void setUpdatesAreDetected(boolean updatesAreDetected)(Code)



setUserName
public void setUserName(String userName)(Code)



setUsesLocalFilePerTable
public void setUsesLocalFilePerTable(boolean usesLocalFilePerTable)(Code)



setUsesLocalFiles
public void setUsesLocalFiles(boolean usesLocalFiles)(Code)



setVersionColumns
public void setVersionColumns(ResultSet versionColumns)(Code)



setVersionColumns
public void setVersionColumns(String catalog, String schema, String table, ResultSet versionColumns)(Code)



setetMaxCatalogNameLength
public void setetMaxCatalogNameLength(int maxCatalogNameLength)(Code)



storesLowerCaseIdentifiers
public boolean storesLowerCaseIdentifiers() throws SQLException(Code)



storesLowerCaseQuotedIdentifiers
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException(Code)



storesMixedCaseIdentifiers
public boolean storesMixedCaseIdentifiers() throws SQLException(Code)



storesMixedCaseQuotedIdentifiers
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException(Code)



storesUpperCaseIdentifiers
public boolean storesUpperCaseIdentifiers() throws SQLException(Code)



storesUpperCaseQuotedIdentifiers
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException(Code)



supportsANSI92EntryLevelSQL
public boolean supportsANSI92EntryLevelSQL() throws SQLException(Code)



supportsANSI92FullSQL
public boolean supportsANSI92FullSQL() throws SQLException(Code)



supportsANSI92IntermediateSQL
public boolean supportsANSI92IntermediateSQL() throws SQLException(Code)



supportsAlterTableWithAddColumn
public boolean supportsAlterTableWithAddColumn() throws SQLException(Code)



supportsAlterTableWithDropColumn
public boolean supportsAlterTableWithDropColumn() throws SQLException(Code)



supportsBatchUpdates
public boolean supportsBatchUpdates() throws SQLException(Code)



supportsCatalogsInDataManipulation
public boolean supportsCatalogsInDataManipulation() throws SQLException(Code)



supportsCatalogsInIndexDefinitions
public boolean supportsCatalogsInIndexDefinitions() throws SQLException(Code)



supportsCatalogsInPrivilegeDefinitions
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException(Code)



supportsCatalogsInProcedureCalls
public boolean supportsCatalogsInProcedureCalls() throws SQLException(Code)



supportsCatalogsInTableDefinitions
public boolean supportsCatalogsInTableDefinitions() throws SQLException(Code)



supportsColumnAliasing
public boolean supportsColumnAliasing() throws SQLException(Code)



supportsConvert
public boolean supportsConvert() throws SQLException(Code)



supportsConvert
public boolean supportsConvert(int fromType, int toType) throws SQLException(Code)



supportsCoreSQLGrammar
public boolean supportsCoreSQLGrammar() throws SQLException(Code)



supportsCorrelatedSubqueries
public boolean supportsCorrelatedSubqueries() throws SQLException(Code)



supportsDataDefinitionAndDataManipulationTransactions
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException(Code)



supportsDataManipulationTransactionsOnly
public boolean supportsDataManipulationTransactionsOnly() throws SQLException(Code)



supportsDifferentTableCorrelationNames
public boolean supportsDifferentTableCorrelationNames() throws SQLException(Code)



supportsExpressionsInOrderBy
public boolean supportsExpressionsInOrderBy() throws SQLException(Code)



supportsExtendedSQLGrammar
public boolean supportsExtendedSQLGrammar() throws SQLException(Code)



supportsFullOuterJoins
public boolean supportsFullOuterJoins() throws SQLException(Code)



supportsGetGeneratedKeys
public boolean supportsGetGeneratedKeys() throws SQLException(Code)



supportsGroupBy
public boolean supportsGroupBy() throws SQLException(Code)



supportsGroupByBeyondSelect
public boolean supportsGroupByBeyondSelect() throws SQLException(Code)



supportsGroupByUnrelated
public boolean supportsGroupByUnrelated() throws SQLException(Code)



supportsIntegrityEnhancementFacility
public boolean supportsIntegrityEnhancementFacility() throws SQLException(Code)



supportsLikeEscapeClause
public boolean supportsLikeEscapeClause() throws SQLException(Code)



supportsLimitedOuterJoins
public boolean supportsLimitedOuterJoins() throws SQLException(Code)



supportsMinimumSQLGrammar
public boolean supportsMinimumSQLGrammar() throws SQLException(Code)



supportsMixedCaseIdentifiers
public boolean supportsMixedCaseIdentifiers() throws SQLException(Code)



supportsMixedCaseQuotedIdentifiers
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException(Code)



supportsMultipleOpenResults
public boolean supportsMultipleOpenResults() throws SQLException(Code)



supportsMultipleResultSets
public boolean supportsMultipleResultSets() throws SQLException(Code)



supportsMultipleTransactions
public boolean supportsMultipleTransactions() throws SQLException(Code)



supportsNamedParameters
public boolean supportsNamedParameters() throws SQLException(Code)



supportsNonNullableColumns
public boolean supportsNonNullableColumns() throws SQLException(Code)



supportsOpenCursorsAcrossCommit
public boolean supportsOpenCursorsAcrossCommit() throws SQLException(Code)



supportsOpenCursorsAcrossRollback
public boolean supportsOpenCursorsAcrossRollback() throws SQLException(Code)



supportsOpenStatementsAcrossCommit
public boolean supportsOpenStatementsAcrossCommit() throws SQLException(Code)



supportsOpenStatementsAcrossRollback
public boolean supportsOpenStatementsAcrossRollback() throws SQLException(Code)



supportsOrderByUnrelated
public boolean supportsOrderByUnrelated() throws SQLException(Code)



supportsOuterJoins
public boolean supportsOuterJoins() throws SQLException(Code)



supportsPositionedDelete
public boolean supportsPositionedDelete() throws SQLException(Code)



supportsPositionedUpdate
public boolean supportsPositionedUpdate() throws SQLException(Code)



supportsResultSetConcurrency
public boolean supportsResultSetConcurrency(int type, int concurrency) throws SQLException(Code)



supportsResultSetHoldability
public boolean supportsResultSetHoldability(int holdability) throws SQLException(Code)



supportsResultSetType
public boolean supportsResultSetType(int type) throws SQLException(Code)



supportsSavepoints
public boolean supportsSavepoints() throws SQLException(Code)



supportsSchemasInDataManipulation
public boolean supportsSchemasInDataManipulation() throws SQLException(Code)



supportsSchemasInIndexDefinitions
public boolean supportsSchemasInIndexDefinitions() throws SQLException(Code)



supportsSchemasInPrivilegeDefinitions
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException(Code)



supportsSchemasInProcedureCalls
public boolean supportsSchemasInProcedureCalls() throws SQLException(Code)



supportsSchemasInTableDefinitions
public boolean supportsSchemasInTableDefinitions() throws SQLException(Code)



supportsSelectForUpdate
public boolean supportsSelectForUpdate() throws SQLException(Code)



supportsStatementPooling
public boolean supportsStatementPooling() throws SQLException(Code)



supportsStoredFunctionsUsingCallSyntax
public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException(Code)



supportsStoredProcedures
public boolean supportsStoredProcedures() throws SQLException(Code)



supportsSubqueriesInComparisons
public boolean supportsSubqueriesInComparisons() throws SQLException(Code)



supportsSubqueriesInExists
public boolean supportsSubqueriesInExists() throws SQLException(Code)



supportsSubqueriesInIns
public boolean supportsSubqueriesInIns() throws SQLException(Code)



supportsSubqueriesInQuantifieds
public boolean supportsSubqueriesInQuantifieds() throws SQLException(Code)



supportsTableCorrelationNames
public boolean supportsTableCorrelationNames() throws SQLException(Code)



supportsTransactionIsolationLevel
public boolean supportsTransactionIsolationLevel(int level) throws SQLException(Code)



supportsTransactions
public boolean supportsTransactions() throws SQLException(Code)



supportsUnion
public boolean supportsUnion() throws SQLException(Code)



supportsUnionAll
public boolean supportsUnionAll() throws SQLException(Code)



unwrap
public Object unwrap(Class iface) throws SQLException(Code)



updatesAreDetected
public boolean updatesAreDetected(int type) throws SQLException(Code)



usesLocalFilePerTable
public boolean usesLocalFilePerTable() throws SQLException(Code)



usesLocalFiles
public boolean usesLocalFiles() throws SQLException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.