Java Doc for FilterDatabaseMetaData.java in  » Database-JDBC-Connection-Pool » c3p0 » com » mchange » v2 » sql » filter » 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 » Database JDBC Connection Pool » c3p0 » com.mchange.v2.sql.filter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.mchange.v2.sql.filter.FilterDatabaseMetaData

All known Subclasses:   com.mchange.v2.c3p0.impl.SetManagedDatabaseMetaData,
FilterDatabaseMetaData
abstract public class FilterDatabaseMetaData implements DatabaseMetaData(Code)


Field Summary
protected  DatabaseMetaDatainner
    

Constructor Summary
public  FilterDatabaseMetaData(DatabaseMetaData inner)
    
public  FilterDatabaseMetaData()
    

Method Summary
public  booleanallProceduresAreCallable()
    
public  booleanallTablesAreSelectable()
    
public  booleandataDefinitionCausesTransactionCommit()
    
public  booleandataDefinitionIgnoredInTransactions()
    
public  booleandeletesAreDetected(int a)
    
public  booleandoesMaxRowSizeIncludeBlobs()
    
public  ResultSetgetAttributes(String a, String b, String c, String d)
    
public  ResultSetgetBestRowIdentifier(String a, String b, String c, int d, boolean e)
    
public  StringgetCatalogSeparator()
    
public  StringgetCatalogTerm()
    
public  ResultSetgetCatalogs()
    
public  ResultSetgetColumnPrivileges(String a, String b, String c, String d)
    
public  ResultSetgetColumns(String a, String b, String c, String d)
    
public  ConnectiongetConnection()
    
public  ResultSetgetCrossReference(String a, String b, String c, String d, String e, String f)
    
public  intgetDatabaseMajorVersion()
    
public  intgetDatabaseMinorVersion()
    
public  StringgetDatabaseProductName()
    
public  StringgetDatabaseProductVersion()
    
public  intgetDefaultTransactionIsolation()
    
public  intgetDriverMajorVersion()
    
public  intgetDriverMinorVersion()
    
public  StringgetDriverName()
    
public  StringgetDriverVersion()
    
public  ResultSetgetExportedKeys(String a, String b, String c)
    
public  StringgetExtraNameCharacters()
    
public  StringgetIdentifierQuoteString()
    
public  ResultSetgetImportedKeys(String a, String b, String c)
    
public  ResultSetgetIndexInfo(String a, String b, String c, boolean d, boolean e)
    
public  DatabaseMetaDatagetInner()
    
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 a, String b, String c)
    
public  ResultSetgetProcedureColumns(String a, String b, String c, String d)
    
public  StringgetProcedureTerm()
    
public  ResultSetgetProcedures(String a, String b, String c)
    
public  intgetResultSetHoldability()
    
public  StringgetSQLKeywords()
    
public  intgetSQLStateType()
    
public  StringgetSchemaTerm()
    
public  ResultSetgetSchemas()
    
public  StringgetSearchStringEscape()
    
public  StringgetStringFunctions()
    
public  ResultSetgetSuperTables(String a, String b, String c)
    
public  ResultSetgetSuperTypes(String a, String b, String c)
    
public  StringgetSystemFunctions()
    
public  ResultSetgetTablePrivileges(String a, String b, String c)
    
public  ResultSetgetTableTypes()
    
public  ResultSetgetTables(String a, String b, String c, String[] d)
    
public  StringgetTimeDateFunctions()
    
public  ResultSetgetTypeInfo()
    
public  ResultSetgetUDTs(String a, String b, String c, int[] d)
    
public  StringgetURL()
    
public  StringgetUserName()
    
public  ResultSetgetVersionColumns(String a, String b, String c)
    
public  booleaninsertsAreDetected(int a)
    
public  booleanisCatalogAtStart()
    
public  booleanisReadOnly()
    
public  booleanlocatorsUpdateCopy()
    
public  booleannullPlusNonNullIsNull()
    
public  booleannullsAreSortedAtEnd()
    
public  booleannullsAreSortedAtStart()
    
public  booleannullsAreSortedHigh()
    
public  booleannullsAreSortedLow()
    
public  booleanothersDeletesAreVisible(int a)
    
public  booleanothersInsertsAreVisible(int a)
    
public  booleanothersUpdatesAreVisible(int a)
    
public  booleanownDeletesAreVisible(int a)
    
public  booleanownInsertsAreVisible(int a)
    
public  booleanownUpdatesAreVisible(int a)
    
public  voidsetInner(DatabaseMetaData inner)
    
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 a, int b)
    
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 a, int b)
    
public  booleansupportsResultSetHoldability(int a)
    
public  booleansupportsResultSetType(int a)
    
public  booleansupportsSavepoints()
    
public  booleansupportsSchemasInDataManipulation()
    
public  booleansupportsSchemasInIndexDefinitions()
    
public  booleansupportsSchemasInPrivilegeDefinitions()
    
public  booleansupportsSchemasInProcedureCalls()
    
public  booleansupportsSchemasInTableDefinitions()
    
public  booleansupportsSelectForUpdate()
    
public  booleansupportsStatementPooling()
    
public  booleansupportsStoredProcedures()
    
public  booleansupportsSubqueriesInComparisons()
    
public  booleansupportsSubqueriesInExists()
    
public  booleansupportsSubqueriesInIns()
    
public  booleansupportsSubqueriesInQuantifieds()
    
public  booleansupportsTableCorrelationNames()
    
public  booleansupportsTransactionIsolationLevel(int a)
    
public  booleansupportsTransactions()
    
public  booleansupportsUnion()
    
public  booleansupportsUnionAll()
    
public  booleanupdatesAreDetected(int a)
    
public  booleanusesLocalFilePerTable()
    
public  booleanusesLocalFiles()
    

Field Detail
inner
protected DatabaseMetaData inner(Code)




Constructor Detail
FilterDatabaseMetaData
public FilterDatabaseMetaData(DatabaseMetaData inner)(Code)



FilterDatabaseMetaData
public FilterDatabaseMetaData()(Code)




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



allTablesAreSelectable
public boolean allTablesAreSelectable() throws SQLException(Code)



dataDefinitionCausesTransactionCommit
public boolean dataDefinitionCausesTransactionCommit() throws SQLException(Code)



dataDefinitionIgnoredInTransactions
public boolean dataDefinitionIgnoredInTransactions() throws SQLException(Code)



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



doesMaxRowSizeIncludeBlobs
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException(Code)



getAttributes
public ResultSet getAttributes(String a, String b, String c, String d) throws SQLException(Code)



getBestRowIdentifier
public ResultSet getBestRowIdentifier(String a, String b, String c, int d, boolean e) throws SQLException(Code)



getCatalogSeparator
public String getCatalogSeparator() throws SQLException(Code)



getCatalogTerm
public String getCatalogTerm() throws SQLException(Code)



getCatalogs
public ResultSet getCatalogs() throws SQLException(Code)



getColumnPrivileges
public ResultSet getColumnPrivileges(String a, String b, String c, String d) throws SQLException(Code)



getColumns
public ResultSet getColumns(String a, String b, String c, String d) throws SQLException(Code)



getConnection
public Connection getConnection() throws SQLException(Code)



getCrossReference
public ResultSet getCrossReference(String a, String b, String c, String d, String e, String f) 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 a, String b, String c) throws SQLException(Code)



getExtraNameCharacters
public String getExtraNameCharacters() throws SQLException(Code)



getIdentifierQuoteString
public String getIdentifierQuoteString() throws SQLException(Code)



getImportedKeys
public ResultSet getImportedKeys(String a, String b, String c) throws SQLException(Code)



getIndexInfo
public ResultSet getIndexInfo(String a, String b, String c, boolean d, boolean e) throws SQLException(Code)



getInner
public DatabaseMetaData getInner()(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 a, String b, String c) throws SQLException(Code)



getProcedureColumns
public ResultSet getProcedureColumns(String a, String b, String c, String d) throws SQLException(Code)



getProcedureTerm
public String getProcedureTerm() throws SQLException(Code)



getProcedures
public ResultSet getProcedures(String a, String b, String c) 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)



getSearchStringEscape
public String getSearchStringEscape() throws SQLException(Code)



getStringFunctions
public String getStringFunctions() throws SQLException(Code)



getSuperTables
public ResultSet getSuperTables(String a, String b, String c) throws SQLException(Code)



getSuperTypes
public ResultSet getSuperTypes(String a, String b, String c) throws SQLException(Code)



getSystemFunctions
public String getSystemFunctions() throws SQLException(Code)



getTablePrivileges
public ResultSet getTablePrivileges(String a, String b, String c) throws SQLException(Code)



getTableTypes
public ResultSet getTableTypes() throws SQLException(Code)



getTables
public ResultSet getTables(String a, String b, String c, String[] d) throws SQLException(Code)



getTimeDateFunctions
public String getTimeDateFunctions() throws SQLException(Code)



getTypeInfo
public ResultSet getTypeInfo() throws SQLException(Code)



getUDTs
public ResultSet getUDTs(String a, String b, String c, int[] d) throws SQLException(Code)



getURL
public String getURL() throws SQLException(Code)



getUserName
public String getUserName() throws SQLException(Code)



getVersionColumns
public ResultSet getVersionColumns(String a, String b, String c) throws SQLException(Code)



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



isCatalogAtStart
public boolean isCatalogAtStart() throws SQLException(Code)



isReadOnly
public boolean isReadOnly() 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 a) throws SQLException(Code)



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



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



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



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



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



setInner
public void setInner(DatabaseMetaData inner)(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 a, int b) 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 a, int b) throws SQLException(Code)



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



supportsResultSetType
public boolean supportsResultSetType(int a) 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)



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 a) throws SQLException(Code)



supportsTransactions
public boolean supportsTransactions() throws SQLException(Code)



supportsUnion
public boolean supportsUnion() throws SQLException(Code)



supportsUnionAll
public boolean supportsUnionAll() throws SQLException(Code)



updatesAreDetected
public boolean updatesAreDetected(int a) 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.