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


java.lang.Object
   com.mchange.v2.sql.filter.FilterDatabaseMetaData
      com.mchange.v2.c3p0.impl.SetManagedDatabaseMetaData

SetManagedDatabaseMetaData
final class SetManagedDatabaseMetaData extends FilterDatabaseMetaData (Code)


Field Summary
 SetactiveResultSets
    
 ConnectionreturnableProxy
    

Constructor Summary
 SetManagedDatabaseMetaData(DatabaseMetaData inner, Set activeResultSets, Connection returnableProxy)
    

Method Summary
public  ResultSetgetBestRowIdentifier(String a, String b, String c, int d, boolean e)
    
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  ResultSetgetExportedKeys(String a, String b, String c)
    
public  ResultSetgetImportedKeys(String a, String b, String c)
    
public  ResultSetgetIndexInfo(String a, String b, String c, boolean d, boolean e)
    
public  ResultSetgetPrimaryKeys(String a, String b, String c)
    
public  ResultSetgetProcedureColumns(String a, String b, String c, String d)
    
public  ResultSetgetProcedures(String a, String b, String c)
    
public  ResultSetgetSchemas()
    
public  ResultSetgetTablePrivileges(String a, String b, String c)
    
public  ResultSetgetTableTypes()
    
public  ResultSetgetTables(String a, String b, String c, String[] d)
    
public  ResultSetgetTypeInfo()
    
public  ResultSetgetUDTs(String a, String b, String c, int[] d)
    
public  ResultSetgetVersionColumns(String a, String b, String c)
    

Field Detail
activeResultSets
Set activeResultSets(Code)



returnableProxy
Connection returnableProxy(Code)




Constructor Detail
SetManagedDatabaseMetaData
SetManagedDatabaseMetaData(DatabaseMetaData inner, Set activeResultSets, Connection returnableProxy)(Code)




Method Detail
getBestRowIdentifier
public ResultSet getBestRowIdentifier(String a, String b, String c, int d, boolean e) 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)



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



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)



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



getSchemas
public ResultSet getSchemas() 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)



getTypeInfo
public ResultSet getTypeInfo() throws SQLException(Code)



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



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



Fields inherited from com.mchange.v2.sql.filter.FilterDatabaseMetaData
protected DatabaseMetaData inner(Code)(Java Doc)

Methods inherited from com.mchange.v2.sql.filter.FilterDatabaseMetaData
public boolean allProceduresAreCallable() throws SQLException(Code)(Java Doc)
public boolean allTablesAreSelectable() throws SQLException(Code)(Java Doc)
public boolean dataDefinitionCausesTransactionCommit() throws SQLException(Code)(Java Doc)
public boolean dataDefinitionIgnoredInTransactions() throws SQLException(Code)(Java Doc)
public boolean deletesAreDetected(int a) throws SQLException(Code)(Java Doc)
public boolean doesMaxRowSizeIncludeBlobs() throws SQLException(Code)(Java Doc)
public ResultSet getAttributes(String a, String b, String c, String d) throws SQLException(Code)(Java Doc)
public ResultSet getBestRowIdentifier(String a, String b, String c, int d, boolean e) throws SQLException(Code)(Java Doc)
public String getCatalogSeparator() throws SQLException(Code)(Java Doc)
public String getCatalogTerm() throws SQLException(Code)(Java Doc)
public ResultSet getCatalogs() throws SQLException(Code)(Java Doc)
public ResultSet getColumnPrivileges(String a, String b, String c, String d) throws SQLException(Code)(Java Doc)
public ResultSet getColumns(String a, String b, String c, String d) throws SQLException(Code)(Java Doc)
public Connection getConnection() throws SQLException(Code)(Java Doc)
public ResultSet getCrossReference(String a, String b, String c, String d, String e, String f) throws SQLException(Code)(Java Doc)
public int getDatabaseMajorVersion() throws SQLException(Code)(Java Doc)
public int getDatabaseMinorVersion() throws SQLException(Code)(Java Doc)
public String getDatabaseProductName() throws SQLException(Code)(Java Doc)
public String getDatabaseProductVersion() throws SQLException(Code)(Java Doc)
public int getDefaultTransactionIsolation() throws SQLException(Code)(Java Doc)
public int getDriverMajorVersion()(Code)(Java Doc)
public int getDriverMinorVersion()(Code)(Java Doc)
public String getDriverName() throws SQLException(Code)(Java Doc)
public String getDriverVersion() throws SQLException(Code)(Java Doc)
public ResultSet getExportedKeys(String a, String b, String c) throws SQLException(Code)(Java Doc)
public String getExtraNameCharacters() throws SQLException(Code)(Java Doc)
public String getIdentifierQuoteString() throws SQLException(Code)(Java Doc)
public ResultSet getImportedKeys(String a, String b, String c) throws SQLException(Code)(Java Doc)
public ResultSet getIndexInfo(String a, String b, String c, boolean d, boolean e) throws SQLException(Code)(Java Doc)
public DatabaseMetaData getInner()(Code)(Java Doc)
public int getJDBCMajorVersion() throws SQLException(Code)(Java Doc)
public int getJDBCMinorVersion() throws SQLException(Code)(Java Doc)
public int getMaxBinaryLiteralLength() throws SQLException(Code)(Java Doc)
public int getMaxCatalogNameLength() throws SQLException(Code)(Java Doc)
public int getMaxCharLiteralLength() throws SQLException(Code)(Java Doc)
public int getMaxColumnNameLength() throws SQLException(Code)(Java Doc)
public int getMaxColumnsInGroupBy() throws SQLException(Code)(Java Doc)
public int getMaxColumnsInIndex() throws SQLException(Code)(Java Doc)
public int getMaxColumnsInOrderBy() throws SQLException(Code)(Java Doc)
public int getMaxColumnsInSelect() throws SQLException(Code)(Java Doc)
public int getMaxColumnsInTable() throws SQLException(Code)(Java Doc)
public int getMaxConnections() throws SQLException(Code)(Java Doc)
public int getMaxCursorNameLength() throws SQLException(Code)(Java Doc)
public int getMaxIndexLength() throws SQLException(Code)(Java Doc)
public int getMaxProcedureNameLength() throws SQLException(Code)(Java Doc)
public int getMaxRowSize() throws SQLException(Code)(Java Doc)
public int getMaxSchemaNameLength() throws SQLException(Code)(Java Doc)
public int getMaxStatementLength() throws SQLException(Code)(Java Doc)
public int getMaxStatements() throws SQLException(Code)(Java Doc)
public int getMaxTableNameLength() throws SQLException(Code)(Java Doc)
public int getMaxTablesInSelect() throws SQLException(Code)(Java Doc)
public int getMaxUserNameLength() throws SQLException(Code)(Java Doc)
public String getNumericFunctions() throws SQLException(Code)(Java Doc)
public ResultSet getPrimaryKeys(String a, String b, String c) throws SQLException(Code)(Java Doc)
public ResultSet getProcedureColumns(String a, String b, String c, String d) throws SQLException(Code)(Java Doc)
public String getProcedureTerm() throws SQLException(Code)(Java Doc)
public ResultSet getProcedures(String a, String b, String c) throws SQLException(Code)(Java Doc)
public int getResultSetHoldability() throws SQLException(Code)(Java Doc)
public String getSQLKeywords() throws SQLException(Code)(Java Doc)
public int getSQLStateType() throws SQLException(Code)(Java Doc)
public String getSchemaTerm() throws SQLException(Code)(Java Doc)
public ResultSet getSchemas() throws SQLException(Code)(Java Doc)
public String getSearchStringEscape() throws SQLException(Code)(Java Doc)
public String getStringFunctions() throws SQLException(Code)(Java Doc)
public ResultSet getSuperTables(String a, String b, String c) throws SQLException(Code)(Java Doc)
public ResultSet getSuperTypes(String a, String b, String c) throws SQLException(Code)(Java Doc)
public String getSystemFunctions() throws SQLException(Code)(Java Doc)
public ResultSet getTablePrivileges(String a, String b, String c) throws SQLException(Code)(Java Doc)
public ResultSet getTableTypes() throws SQLException(Code)(Java Doc)
public ResultSet getTables(String a, String b, String c, String[] d) throws SQLException(Code)(Java Doc)
public String getTimeDateFunctions() throws SQLException(Code)(Java Doc)
public ResultSet getTypeInfo() throws SQLException(Code)(Java Doc)
public ResultSet getUDTs(String a, String b, String c, int[] d) throws SQLException(Code)(Java Doc)
public String getURL() throws SQLException(Code)(Java Doc)
public String getUserName() throws SQLException(Code)(Java Doc)
public ResultSet getVersionColumns(String a, String b, String c) throws SQLException(Code)(Java Doc)
public boolean insertsAreDetected(int a) throws SQLException(Code)(Java Doc)
public boolean isCatalogAtStart() throws SQLException(Code)(Java Doc)
public boolean isReadOnly() throws SQLException(Code)(Java Doc)
public boolean locatorsUpdateCopy() throws SQLException(Code)(Java Doc)
public boolean nullPlusNonNullIsNull() throws SQLException(Code)(Java Doc)
public boolean nullsAreSortedAtEnd() throws SQLException(Code)(Java Doc)
public boolean nullsAreSortedAtStart() throws SQLException(Code)(Java Doc)
public boolean nullsAreSortedHigh() throws SQLException(Code)(Java Doc)
public boolean nullsAreSortedLow() throws SQLException(Code)(Java Doc)
public boolean othersDeletesAreVisible(int a) throws SQLException(Code)(Java Doc)
public boolean othersInsertsAreVisible(int a) throws SQLException(Code)(Java Doc)
public boolean othersUpdatesAreVisible(int a) throws SQLException(Code)(Java Doc)
public boolean ownDeletesAreVisible(int a) throws SQLException(Code)(Java Doc)
public boolean ownInsertsAreVisible(int a) throws SQLException(Code)(Java Doc)
public boolean ownUpdatesAreVisible(int a) throws SQLException(Code)(Java Doc)
public void setInner(DatabaseMetaData inner)(Code)(Java Doc)
public boolean storesLowerCaseIdentifiers() throws SQLException(Code)(Java Doc)
public boolean storesLowerCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc)
public boolean storesMixedCaseIdentifiers() throws SQLException(Code)(Java Doc)
public boolean storesMixedCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc)
public boolean storesUpperCaseIdentifiers() throws SQLException(Code)(Java Doc)
public boolean storesUpperCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc)
public boolean supportsANSI92EntryLevelSQL() throws SQLException(Code)(Java Doc)
public boolean supportsANSI92FullSQL() throws SQLException(Code)(Java Doc)
public boolean supportsANSI92IntermediateSQL() throws SQLException(Code)(Java Doc)
public boolean supportsAlterTableWithAddColumn() throws SQLException(Code)(Java Doc)
public boolean supportsAlterTableWithDropColumn() throws SQLException(Code)(Java Doc)
public boolean supportsBatchUpdates() throws SQLException(Code)(Java Doc)
public boolean supportsCatalogsInDataManipulation() throws SQLException(Code)(Java Doc)
public boolean supportsCatalogsInIndexDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsCatalogsInPrivilegeDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsCatalogsInProcedureCalls() throws SQLException(Code)(Java Doc)
public boolean supportsCatalogsInTableDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsColumnAliasing() throws SQLException(Code)(Java Doc)
public boolean supportsConvert() throws SQLException(Code)(Java Doc)
public boolean supportsConvert(int a, int b) throws SQLException(Code)(Java Doc)
public boolean supportsCoreSQLGrammar() throws SQLException(Code)(Java Doc)
public boolean supportsCorrelatedSubqueries() throws SQLException(Code)(Java Doc)
public boolean supportsDataDefinitionAndDataManipulationTransactions() throws SQLException(Code)(Java Doc)
public boolean supportsDataManipulationTransactionsOnly() throws SQLException(Code)(Java Doc)
public boolean supportsDifferentTableCorrelationNames() throws SQLException(Code)(Java Doc)
public boolean supportsExpressionsInOrderBy() throws SQLException(Code)(Java Doc)
public boolean supportsExtendedSQLGrammar() throws SQLException(Code)(Java Doc)
public boolean supportsFullOuterJoins() throws SQLException(Code)(Java Doc)
public boolean supportsGetGeneratedKeys() throws SQLException(Code)(Java Doc)
public boolean supportsGroupBy() throws SQLException(Code)(Java Doc)
public boolean supportsGroupByBeyondSelect() throws SQLException(Code)(Java Doc)
public boolean supportsGroupByUnrelated() throws SQLException(Code)(Java Doc)
public boolean supportsIntegrityEnhancementFacility() throws SQLException(Code)(Java Doc)
public boolean supportsLikeEscapeClause() throws SQLException(Code)(Java Doc)
public boolean supportsLimitedOuterJoins() throws SQLException(Code)(Java Doc)
public boolean supportsMinimumSQLGrammar() throws SQLException(Code)(Java Doc)
public boolean supportsMixedCaseIdentifiers() throws SQLException(Code)(Java Doc)
public boolean supportsMixedCaseQuotedIdentifiers() throws SQLException(Code)(Java Doc)
public boolean supportsMultipleOpenResults() throws SQLException(Code)(Java Doc)
public boolean supportsMultipleResultSets() throws SQLException(Code)(Java Doc)
public boolean supportsMultipleTransactions() throws SQLException(Code)(Java Doc)
public boolean supportsNamedParameters() throws SQLException(Code)(Java Doc)
public boolean supportsNonNullableColumns() throws SQLException(Code)(Java Doc)
public boolean supportsOpenCursorsAcrossCommit() throws SQLException(Code)(Java Doc)
public boolean supportsOpenCursorsAcrossRollback() throws SQLException(Code)(Java Doc)
public boolean supportsOpenStatementsAcrossCommit() throws SQLException(Code)(Java Doc)
public boolean supportsOpenStatementsAcrossRollback() throws SQLException(Code)(Java Doc)
public boolean supportsOrderByUnrelated() throws SQLException(Code)(Java Doc)
public boolean supportsOuterJoins() throws SQLException(Code)(Java Doc)
public boolean supportsPositionedDelete() throws SQLException(Code)(Java Doc)
public boolean supportsPositionedUpdate() throws SQLException(Code)(Java Doc)
public boolean supportsResultSetConcurrency(int a, int b) throws SQLException(Code)(Java Doc)
public boolean supportsResultSetHoldability(int a) throws SQLException(Code)(Java Doc)
public boolean supportsResultSetType(int a) throws SQLException(Code)(Java Doc)
public boolean supportsSavepoints() throws SQLException(Code)(Java Doc)
public boolean supportsSchemasInDataManipulation() throws SQLException(Code)(Java Doc)
public boolean supportsSchemasInIndexDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsSchemasInPrivilegeDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsSchemasInProcedureCalls() throws SQLException(Code)(Java Doc)
public boolean supportsSchemasInTableDefinitions() throws SQLException(Code)(Java Doc)
public boolean supportsSelectForUpdate() throws SQLException(Code)(Java Doc)
public boolean supportsStatementPooling() throws SQLException(Code)(Java Doc)
public boolean supportsStoredProcedures() throws SQLException(Code)(Java Doc)
public boolean supportsSubqueriesInComparisons() throws SQLException(Code)(Java Doc)
public boolean supportsSubqueriesInExists() throws SQLException(Code)(Java Doc)
public boolean supportsSubqueriesInIns() throws SQLException(Code)(Java Doc)
public boolean supportsSubqueriesInQuantifieds() throws SQLException(Code)(Java Doc)
public boolean supportsTableCorrelationNames() throws SQLException(Code)(Java Doc)
public boolean supportsTransactionIsolationLevel(int a) throws SQLException(Code)(Java Doc)
public boolean supportsTransactions() throws SQLException(Code)(Java Doc)
public boolean supportsUnion() throws SQLException(Code)(Java Doc)
public boolean supportsUnionAll() throws SQLException(Code)(Java Doc)
public boolean updatesAreDetected(int a) throws SQLException(Code)(Java Doc)
public boolean usesLocalFilePerTable() throws SQLException(Code)(Java Doc)
public boolean usesLocalFiles() throws SQLException(Code)(Java Doc)

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.