Java Doc for EmbedDatabaseMetaData40.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » impl » 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 » Database DBMS » db derby 10.2 » org.apache.derby.impl.jdbc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.impl.jdbc.ConnectionChild
      org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
         org.apache.derby.impl.jdbc.EmbedDatabaseMetaData40

EmbedDatabaseMetaData40
public class EmbedDatabaseMetaData40 extends EmbedDatabaseMetaData (Code)



Constructor Summary
public  EmbedDatabaseMetaData40(EmbedConnection connection, String url)
    

Method Summary
public  booleanautoCommitFailureClosesAllResultSets()
    
public  intgetJDBCMajorVersion()
     Retrieves the major JDBC version number for this driver.
public  intgetJDBCMinorVersion()
     Retrieves the minor JDBC version number for this driver.
public  RowIdLifetimegetRowIdLifetime()
    
public  booleanisWrapperFor(Class interfaces)
     Returns false unless interfaces is implemented
Parameters:
  interfaces - a Class defining an interface.
public  booleanprovidesQueryObjectGenerator()
    
public  booleansupportsStoredFunctionsUsingCallSyntax()
    
public  Tunwrap(java.lang.Class<T> interfaces)
    


Constructor Detail
EmbedDatabaseMetaData40
public EmbedDatabaseMetaData40(EmbedConnection connection, String url) throws SQLException(Code)




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



getJDBCMajorVersion
public int getJDBCMajorVersion()(Code)
Retrieves the major JDBC version number for this driver. JDBC version major number



getJDBCMinorVersion
public int getJDBCMinorVersion()(Code)
Retrieves the minor JDBC version number for this driver. JDBC version minor number



getRowIdLifetime
public RowIdLifetime getRowIdLifetime() throws SQLException(Code)



isWrapperFor
public boolean isWrapperFor(Class interfaces) throws SQLException(Code)
Returns false unless interfaces is implemented
Parameters:
  interfaces - a Class defining an interface. true if this implements the interface or directly or indirectly wraps an object that does.
throws:
  java.sql.SQLException - if an error occurs while determining whether this is a wrapper for an object with the given interface.



providesQueryObjectGenerator
public boolean providesQueryObjectGenerator() throws SQLException(Code)



supportsStoredFunctionsUsingCallSyntax
public boolean supportsStoredFunctionsUsingCallSyntax() throws SQLException(Code)



unwrap
public T unwrap(java.lang.Class<T> interfaces) throws SQLException(Code)
Returns this if this class implements the interface
Parameters:
  interfaces - a Class defining an interface an object that implements the interface
throws:
  java.sql.SQLExption - if no object if found that implements the interface



Methods inherited from org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
public boolean allProceduresAreCallable()(Code)(Java Doc)
public boolean allTablesAreSelectable()(Code)(Java Doc)
public boolean dataDefinitionCausesTransactionCommit()(Code)(Java Doc)
public boolean dataDefinitionIgnoredInTransactions()(Code)(Java Doc)
public boolean deletesAreDetected(int type)(Code)(Java Doc)
public boolean doesMaxRowSizeIncludeBlobs()(Code)(Java Doc)
public ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getBestRowIdentifier(String catalogPattern, String schemaPattern, String tablePattern, int scope, boolean nullable) throws SQLException(Code)(Java Doc)
public ResultSet getBestRowIdentifierForODBC(String catalogPattern, String schemaPattern, String tablePattern, int scope, boolean nullable) throws SQLException(Code)(Java Doc)
public String getCatalogSeparator()(Code)(Java Doc)
public String getCatalogTerm()(Code)(Java Doc)
public ResultSet getCatalogs() throws SQLException(Code)(Java Doc)
public ResultSet getClientCachedMetaData() throws SQLException(Code)(Java Doc)
public ResultSet getClientInfoProperties() throws SQLException(Code)(Java Doc)
public ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getColumnsForODBC(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc)
public Connection getConnection()(Code)(Java Doc)
public ResultSet getCrossReference(String primaryCatalog, String primarySchema, String primaryTable, String foreignCatalog, String foreignSchema, String foreignTable) throws SQLException(Code)(Java Doc)
public int getDatabaseMajorVersion()(Code)(Java Doc)
public int getDatabaseMinorVersion()(Code)(Java Doc)
public String getDatabaseProductName()(Code)(Java Doc)
public String getDatabaseProductVersion()(Code)(Java Doc)
public int getDefaultTransactionIsolation()(Code)(Java Doc)
public int getDriverMajorVersion()(Code)(Java Doc)
public int getDriverMinorVersion()(Code)(Java Doc)
public String getDriverName()(Code)(Java Doc)
public String getDriverVersion()(Code)(Java Doc)
public ResultSet getExportedKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc)
public String getExtraNameCharacters()(Code)(Java Doc)
public ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String parameterNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getFunctions(java.lang.String catalog, java.lang.String schemaPattern, java.lang.String functionNamePattern) throws SQLException(Code)(Java Doc)
public String getIdentifierQuoteString()(Code)(Java Doc)
public ResultSet getImportedKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc)
public ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException(Code)(Java Doc)
public ResultSet getIndexInfoForODBC(String catalog, String schema, String table, boolean unique, boolean approximate) throws SQLException(Code)(Java Doc)
public int getJDBCMajorVersion()(Code)(Java Doc)
public int getJDBCMinorVersion()(Code)(Java Doc)
public int getMaxBinaryLiteralLength()(Code)(Java Doc)
public int getMaxCatalogNameLength()(Code)(Java Doc)
public int getMaxCharLiteralLength()(Code)(Java Doc)
public int getMaxColumnNameLength()(Code)(Java Doc)
public int getMaxColumnsInGroupBy()(Code)(Java Doc)
public int getMaxColumnsInIndex()(Code)(Java Doc)
public int getMaxColumnsInOrderBy()(Code)(Java Doc)
public int getMaxColumnsInSelect()(Code)(Java Doc)
public int getMaxColumnsInTable()(Code)(Java Doc)
public int getMaxConnections()(Code)(Java Doc)
public int getMaxCursorNameLength()(Code)(Java Doc)
public int getMaxIndexLength()(Code)(Java Doc)
public int getMaxProcedureNameLength()(Code)(Java Doc)
public int getMaxRowSize()(Code)(Java Doc)
public int getMaxSchemaNameLength()(Code)(Java Doc)
public int getMaxStatementLength()(Code)(Java Doc)
public int getMaxStatements()(Code)(Java Doc)
public int getMaxTableNameLength()(Code)(Java Doc)
public int getMaxTablesInSelect()(Code)(Java Doc)
public int getMaxUserNameLength()(Code)(Java Doc)
public String getNumericFunctions()(Code)(Java Doc)
protected PreparedStatement getPreparedQuery(String queryName) throws SQLException(Code)(Java Doc)
public ResultSet getPrimaryKeys(String catalog, String schema, String table) throws SQLException(Code)(Java Doc)
public ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getProcedureColumnsForODBC(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern) throws SQLException(Code)(Java Doc)
public String getProcedureTerm()(Code)(Java Doc)
public ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getProceduresForODBC(String catalog, String schemaPattern, String procedureNamePattern) throws SQLException(Code)(Java Doc)
public int getResultSetHoldability()(Code)(Java Doc)
public String getSQLKeywords()(Code)(Java Doc)
public int getSQLStateType()(Code)(Java Doc)
public String getSchemaTerm()(Code)(Java Doc)
public ResultSet getSchemas() throws SQLException(Code)(Java Doc)
public ResultSet getSchemas(String catalog, String schemaPattern) throws SQLException(Code)(Java Doc)
public String getSearchStringEscape()(Code)(Java Doc)
protected ResultSet getSimpleQuery(String nameKey) throws SQLException(Code)(Java Doc)
public String getStringFunctions()(Code)(Java Doc)
public ResultSet getSuperTables(String catalog, String schemaPattern, String typeNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) throws SQLException(Code)(Java Doc)
public String getSystemFunctions()(Code)(Java Doc)
public ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern) throws SQLException(Code)(Java Doc)
public ResultSet getTableTypes() throws SQLException(Code)(Java Doc)
public ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String types) throws SQLException(Code)(Java Doc)
public String getTimeDateFunctions()(Code)(Java Doc)
public ResultSet getTypeInfo() throws SQLException(Code)(Java Doc)
public ResultSet getTypeInfoForODBC() throws SQLException(Code)(Java Doc)
public ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) throws SQLException(Code)(Java Doc)
final public String getURL()(Code)(Java Doc)
public String getUserName()(Code)(Java Doc)
public ResultSet getVersionColumns(String catalog, String schema, String table) throws SQLException(Code)(Java Doc)
public ResultSet getVersionColumnsForODBC(String catalog, String schema, String table) throws SQLException(Code)(Java Doc)
public boolean insertsAreDetected(int type)(Code)(Java Doc)
public boolean isCatalogAtStart()(Code)(Java Doc)
public boolean isReadOnly()(Code)(Java Doc)
public boolean locatorsUpdateCopy() throws SQLException(Code)(Java Doc)
public boolean nullPlusNonNullIsNull()(Code)(Java Doc)
public boolean nullsAreSortedAtEnd()(Code)(Java Doc)
public boolean nullsAreSortedAtStart()(Code)(Java Doc)
public boolean nullsAreSortedHigh()(Code)(Java Doc)
public boolean nullsAreSortedLow()(Code)(Java Doc)
public boolean othersDeletesAreVisible(int type)(Code)(Java Doc)
public boolean othersInsertsAreVisible(int type)(Code)(Java Doc)
public boolean othersUpdatesAreVisible(int type)(Code)(Java Doc)
public boolean ownDeletesAreVisible(int type)(Code)(Java Doc)
public boolean ownInsertsAreVisible(int type)(Code)(Java Doc)
public boolean ownUpdatesAreVisible(int type)(Code)(Java Doc)
final public Object run()(Code)(Java Doc)
public boolean storesLowerCaseIdentifiers()(Code)(Java Doc)
public boolean storesLowerCaseQuotedIdentifiers()(Code)(Java Doc)
public boolean storesMixedCaseIdentifiers()(Code)(Java Doc)
public boolean storesMixedCaseQuotedIdentifiers()(Code)(Java Doc)
public boolean storesUpperCaseIdentifiers()(Code)(Java Doc)
public boolean storesUpperCaseQuotedIdentifiers()(Code)(Java Doc)
public boolean supportsANSI92EntryLevelSQL()(Code)(Java Doc)
public boolean supportsANSI92FullSQL()(Code)(Java Doc)
public boolean supportsANSI92IntermediateSQL()(Code)(Java Doc)
public boolean supportsAlterTableWithAddColumn()(Code)(Java Doc)
public boolean supportsAlterTableWithDropColumn()(Code)(Java Doc)
public boolean supportsBatchUpdates()(Code)(Java Doc)
public boolean supportsCatalogsInDataManipulation()(Code)(Java Doc)
public boolean supportsCatalogsInIndexDefinitions()(Code)(Java Doc)
public boolean supportsCatalogsInPrivilegeDefinitions()(Code)(Java Doc)
public boolean supportsCatalogsInProcedureCalls()(Code)(Java Doc)
public boolean supportsCatalogsInTableDefinitions()(Code)(Java Doc)
public boolean supportsColumnAliasing()(Code)(Java Doc)
public boolean supportsConvert()(Code)(Java Doc)
public boolean supportsConvert(int fromType, int toType)(Code)(Java Doc)
public boolean supportsCoreSQLGrammar()(Code)(Java Doc)
public boolean supportsCorrelatedSubqueries()(Code)(Java Doc)
public boolean supportsDataDefinitionAndDataManipulationTransactions()(Code)(Java Doc)
public boolean supportsDataManipulationTransactionsOnly()(Code)(Java Doc)
public boolean supportsDifferentTableCorrelationNames()(Code)(Java Doc)
public boolean supportsExpressionsInOrderBy()(Code)(Java Doc)
public boolean supportsExtendedSQLGrammar()(Code)(Java Doc)
public boolean supportsFullOuterJoins()(Code)(Java Doc)
public boolean supportsGetGeneratedKeys()(Code)(Java Doc)
public boolean supportsGroupBy()(Code)(Java Doc)
public boolean supportsGroupByBeyondSelect()(Code)(Java Doc)
public boolean supportsGroupByUnrelated()(Code)(Java Doc)
public boolean supportsIntegrityEnhancementFacility()(Code)(Java Doc)
public boolean supportsLikeEscapeClause()(Code)(Java Doc)
public boolean supportsLimitedOuterJoins()(Code)(Java Doc)
public boolean supportsMinimumSQLGrammar()(Code)(Java Doc)
public boolean supportsMixedCaseIdentifiers()(Code)(Java Doc)
public boolean supportsMixedCaseQuotedIdentifiers()(Code)(Java Doc)
public boolean supportsMultipleOpenResults()(Code)(Java Doc)
public boolean supportsMultipleResultSets()(Code)(Java Doc)
public boolean supportsMultipleTransactions()(Code)(Java Doc)
public boolean supportsNamedParameters()(Code)(Java Doc)
public boolean supportsNonNullableColumns()(Code)(Java Doc)
public boolean supportsOpenCursorsAcrossCommit()(Code)(Java Doc)
public boolean supportsOpenCursorsAcrossRollback()(Code)(Java Doc)
public boolean supportsOpenStatementsAcrossCommit()(Code)(Java Doc)
public boolean supportsOpenStatementsAcrossRollback()(Code)(Java Doc)
public boolean supportsOrderByUnrelated()(Code)(Java Doc)
public boolean supportsOuterJoins()(Code)(Java Doc)
public boolean supportsPositionedDelete()(Code)(Java Doc)
public boolean supportsPositionedUpdate()(Code)(Java Doc)
public boolean supportsResultSetConcurrency(int type, int concurrency)(Code)(Java Doc)
public boolean supportsResultSetHoldability(int holdability)(Code)(Java Doc)
public boolean supportsResultSetType(int type)(Code)(Java Doc)
public boolean supportsSavepoints()(Code)(Java Doc)
public boolean supportsSchemasInDataManipulation()(Code)(Java Doc)
public boolean supportsSchemasInIndexDefinitions()(Code)(Java Doc)
public boolean supportsSchemasInPrivilegeDefinitions()(Code)(Java Doc)
public boolean supportsSchemasInProcedureCalls()(Code)(Java Doc)
public boolean supportsSchemasInTableDefinitions()(Code)(Java Doc)
public boolean supportsSelectForUpdate()(Code)(Java Doc)
public boolean supportsStatementPooling()(Code)(Java Doc)
public boolean supportsStoredProcedures()(Code)(Java Doc)
public boolean supportsSubqueriesInComparisons()(Code)(Java Doc)
public boolean supportsSubqueriesInExists()(Code)(Java Doc)
public boolean supportsSubqueriesInIns()(Code)(Java Doc)
public boolean supportsSubqueriesInQuantifieds()(Code)(Java Doc)
public boolean supportsTableCorrelationNames()(Code)(Java Doc)
public boolean supportsTransactionIsolationLevel(int level)(Code)(Java Doc)
public boolean supportsTransactions()(Code)(Java Doc)
public boolean supportsUnion()(Code)(Java Doc)
public boolean supportsUnionAll()(Code)(Java Doc)
final protected static String swapNull(String s)(Code)(Java Doc)
public boolean updatesAreDetected(int type)(Code)(Java Doc)
public boolean usesLocalFilePerTable()(Code)(Java Doc)
public boolean usesLocalFiles()(Code)(Java Doc)

Fields inherited from org.apache.derby.impl.jdbc.ConnectionChild
final InternalDriver factory(Code)(Java Doc)
EmbedConnection localConn(Code)(Java Doc)

Methods inherited from org.apache.derby.impl.jdbc.ConnectionChild
final void commitIfAutoCommit() throws SQLException(Code)(Java Doc)
final void commitIfNeeded() throws SQLException(Code)(Java Doc)
java.util.Calendar getCal()(Code)(Java Doc)
final Object getConnectionSynchronization()(Code)(Java Doc)
final EmbedConnection getEmbedConnection()(Code)(Java Doc)
final SQLException handleException(Throwable t) throws SQLException(Code)(Java Doc)
final void needCommit()(Code)(Java Doc)
SQLException newSQLException(String messageId)(Code)(Java Doc)
SQLException newSQLException(String messageId, Object arg1)(Code)(Java Doc)
SQLException newSQLException(String messageId, Object arg1, Object arg2)(Code)(Java Doc)
final void restoreContextStack() throws SQLException(Code)(Java Doc)
final void setupContextStack() 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.