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


java.lang.Object
   org.apache.derby.client.am.Connection

All known Subclasses:   org.apache.derby.client.net.NetConnection,
Connection
abstract public class Connection implements java.sql.Connection,ConnectionCallbackInterface(Code)


Field Summary
final  java.util.WeakHashMapCommitAndRollbackListeners_
    
final public static  intXA_T0_NOT_ASSOCIATED
     XA_T0_NOT_ASSOCIATED This connection is not currently associated with an XA transaction In this state commits will flow in autocommit mode.
final public static  intXA_T1_ASSOCIATED
     XA_T1_ASSOCIATED In this state commits will not flow in autocommit mode.
public  Agentagent_
    
public  booleanautoCommit_
    
protected  booleanavailableForReuse_
    
public  booleancanUseCachedConnectBytes_
    
public  java.util.HashtableclientCursorNameCache_
    
public  intcommBufferSize_
    
public  org.apache.derby.jdbc.ClientBaseDataSourcedataSource_
    
public  DatabaseMetaDatadatabaseMetaData_
    
public  StringdatabaseName_
    
public  intdncGeneratedSavepointId_
    
final public static  StringdncGeneratedSavepointNamePrefix__
    
protected  EncryptionManagerencryptionManager_
    
protected  booleaninUnitOfWork_
    
protected  booleanisXAConnection_
    
public  intisolation_
    
protected  booleanjdbcReadOnly_
    
public  intloginTimeout_
    
final  java.util.WeakHashMapopenStatements_
    
protected  booleanopen_
    
public  intportNumber_
    
public  StringproductID_
    
public  booleanresetConnectionAtFirstSql_
    
public  booleanretrieveMessageText_
    
public  StringserverNameIP_
    
public transient  Stringuser_
    
public  intxaHostVersion_
    

Constructor Summary
protected  Connection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource)
    
protected  Connection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, boolean isXAConn, org.apache.derby.jdbc.ClientBaseDataSource dataSource)
    
protected  Connection(org.apache.derby.client.am.LogWriter logWriter, boolean isXAConn, org.apache.derby.jdbc.ClientBaseDataSource dataSource)
    
protected  Connection(LogWriter logWriter, int driverManagerLoginTimeout, String serverName, int portNumber, String databaseName, java.util.Properties properties)
    

Method Summary
public  voidaccumulate440WarningForMessageProcFailure(SqlWarning e)
    
public  voidaccumulate444WarningForMessageProcFailure(SqlWarning e)
    
public  voidaccumulateWarning(SqlWarning e)
    
abstract public  voidaddSpecialRegisters(String s)
    
abstract protected  booleanallowCloseInUOW_()
    
abstract protected  booleanallowLocalCommitRollback_()
    
 voidcheckAutoGeneratedKeysParameters(int autoGeneratedKeys, String[] columnNames)
    
protected  voidcheckForClosedConnection()
    
 voidcheckForTransactionInProgress()
    
public synchronized  voidclearWarnings()
    
public  voidclearWarningsX()
    
public synchronized  voidclose()
    
public synchronized  voidcloseForReuse()
    
public synchronized  voidcloseResources()
    
public synchronized  voidcloseX()
    
public synchronized  voidcommit()
    
public  voidcompleteAbnormalUnitOfWork()
    
public  voidcompleteAbnormalUnitOfWork(UnitOfWorkListener uwl)
     Rollback the UnitOfWorkListener specifically.
public  voidcompleteChainBreakingDisconnect()
    
public  voidcompleteConnect()
    
public  voidcompleteLocalCommit()
    
public  voidcompleteLocalRollback()
    
protected  voidcompleteReset(boolean isDeferredReset, boolean recomputeFromDataSource)
    
public  voidcompleteSpecificRollback(UnitOfWorkListener uwl)
     Rollback the specific UnitOfWorkListener.
public  voidcompleteSqlca(Sqlca sqlca)
    
 voidcompleteTransactionStart()
    
public synchronized  java.sql.StatementcreateStatement()
    
public synchronized  java.sql.StatementcreateStatement(int resultSetType, int resultSetConcurrency)
    
public synchronized  java.sql.StatementcreateStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    
abstract protected  booleandoCloseStatementsOnClose_()
    
protected  voidfinalize()
    
public  booleanflowAutoCommit()
    
public  voidflowCommit()
    
protected  voidflowRollback()
    
public  booleangetAutoCommit()
    
public  StringgetCatalog()
    
public  intgetHoldability()
    
public  java.sql.DatabaseMetaDatagetMetaData()
    
public  intgetServerVersion()
    
public  intgetTransactionIsolation()
    
public  java.util.MapgetTypeMap()
    
public  java.sql.SQLWarninggetWarnings()
    
public  intgetXAState()
    
final  intholdability()
     Return the holdabilty for the Connection.
protected  voidinitConnection(org.apache.derby.client.am.LogWriter logWriter, String user, org.apache.derby.jdbc.ClientBaseDataSource dataSource)
    
public  booleanisClosed()
    
public  booleanisClosedX()
    
abstract protected  booleanisGlobalPending_()
    
public  booleanisPhysicalConnClosed()
     Return true if the physical connection is still open.
public  booleanisReadOnly()
    
public  booleanisXAConnection()
    
public synchronized  voidlightReset()
    
public  voidmarkClosed()
    
abstract protected  voidmarkClosed_()
    
public  StringnativeSQL(String sql)
    
public synchronized  StringnativeSQLX(String sql)
    
abstract protected  AgentnewAgent_(LogWriter logWriter, int loginTimeout, String serverName, int portNumber)
    
abstract protected  CallableStatementnewCallableStatement_(String sql, int type, int concurrency, int holdability)
    
abstract protected  DatabaseMetaDatanewDatabaseMetaData_()
    
abstract protected  PreparedStatementnewPositionedUpdatePreparedStatement_(String sql, Section section)
    
abstract protected  PreparedStatementnewPreparedStatement_(String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames)
    
abstract public  SectionManagernewSectionManager(String collection, Agent agent, String databaseName)
    
abstract protected  StatementnewStatement_(int type, int concurrency, int holdability)
    
public synchronized  java.sql.CallableStatementprepareCall(String sql)
    
public synchronized  java.sql.CallableStatementprepareCall(String sql, int resultSetType, int resultSetConcurrency)
    
public synchronized  java.sql.CallableStatementprepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    
synchronized  PreparedStatementprepareDynamicCatalogQuery(String sql)
    
public synchronized  CallableStatementprepareMessageProc(String sql)
    
public synchronized  PreparedStatementpreparePositionedUpdateStatement(String sql, Section querySection)
    
public synchronized  java.sql.PreparedStatementprepareStatement(String sql)
    
public synchronized  java.sql.PreparedStatementprepareStatement(String sql, int resultSetType, int resultSetConcurrency)
    
public synchronized  java.sql.PreparedStatementprepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    
public  java.sql.PreparedStatementprepareStatement(String sql, int autoGeneratedKeys)
    
public  java.sql.PreparedStatementprepareStatement(String sql, int columnIndexes)
    
public  java.sql.PreparedStatementprepareStatement(String sql, String columnNames)
    
 PreparedStatementprepareStatementX(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames)
    
 voidreadAutoCommit()
    
public  voidreadCommit()
    
abstract public  voidreadCommitSubstitute_()
    
abstract public  voidreadLocalCommit_()
    
abstract public  voidreadLocalRollback_()
    
abstract public  voidreadLocalXACommit_()
    
abstract public  voidreadLocalXARollback_()
    
abstract public  voidreadLocalXAStart_()
    
public  voidreadRollback()
    
public  voidreadTransactionStart()
    
abstract protected  voidreadXACommit_()
    
abstract protected  voidreadXARollback_()
    
public synchronized  voidreleaseSavepoint(java.sql.Savepoint savepoint)
    
public synchronized  voidreset(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
public synchronized  voidreset(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
abstract protected  voidresetCallableStatement_(CallableStatement cs, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    
protected  voidresetConnection(LogWriter logWriter, String user, ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
protected  voidresetConnection(LogWriter logWriter, String databaseName, java.util.Properties properties)
    
protected  voidresetPrepareCall(CallableStatement cs)
    
protected  voidresetPrepareStatement(PreparedStatement ps)
    
abstract protected  voidresetPreparedStatement_(PreparedStatement ps, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames)
    
protected  voidresetStatement(Statement s)
    
abstract protected  voidresetStatement_(Statement statement, int type, int concurrency, int holdability)
    
abstract protected  voidreset_(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputerFromDataSource)
    
abstract protected  voidreset_(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputerFromDataSource)
    
public synchronized  voidrollback()
    
public synchronized  voidrollback(java.sql.Savepoint savepoint)
    
public synchronized  voidsetAutoCommit(boolean autoCommit)
    
public synchronized  voidsetCatalog(String catalog)
    
public synchronized  voidsetHoldability(int holdability)
    
public  voidsetInUnitOfWork(boolean inUnitOfWork)
    
public synchronized  voidsetReadOnly(boolean readOnly)
    
public synchronized  java.sql.SavepointsetSavepoint()
    
public synchronized  java.sql.SavepointsetSavepoint(String name)
    
public synchronized  voidsetTransactionIsolation(int level)
    
public synchronized  voidsetTypeMap(java.util.Map map)
    
public  voidsetXAState(int state)
    
public  booleantransactionInProgress()
    
public  booleanwillAutoCommitGenerateFlow()
    
 voidwriteAutoCommit()
    
public  voidwriteCommit()
    
abstract public  voidwriteCommitSubstitute_()
    
abstract public  voidwriteLocalCommit_()
    
abstract public  voidwriteLocalRollback_()
    
abstract public  voidwriteLocalXACommit_()
    
abstract public  voidwriteLocalXARollback_()
    
abstract public  voidwriteLocalXAStart_()
    
public  voidwriteRollback()
    
public  voidwriteTransactionStart(Statement statement)
    
abstract protected  voidwriteXACommit_()
    
abstract protected  voidwriteXARollback_()
    
abstract protected  voidwriteXATransactionStart(Statement statement)
    

Field Detail
CommitAndRollbackListeners_
final java.util.WeakHashMap CommitAndRollbackListeners_(Code)



XA_T0_NOT_ASSOCIATED
final public static int XA_T0_NOT_ASSOCIATED(Code)
XA_T0_NOT_ASSOCIATED This connection is not currently associated with an XA transaction In this state commits will flow in autocommit mode.



XA_T1_ASSOCIATED
final public static int XA_T1_ASSOCIATED(Code)
XA_T1_ASSOCIATED In this state commits will not flow in autocommit mode.



agent_
public Agent agent_(Code)



autoCommit_
public boolean autoCommit_(Code)



availableForReuse_
protected boolean availableForReuse_(Code)



canUseCachedConnectBytes_
public boolean canUseCachedConnectBytes_(Code)



clientCursorNameCache_
public java.util.Hashtable clientCursorNameCache_(Code)



commBufferSize_
public int commBufferSize_(Code)



dataSource_
public org.apache.derby.jdbc.ClientBaseDataSource dataSource_(Code)



databaseMetaData_
public DatabaseMetaData databaseMetaData_(Code)



databaseName_
public String databaseName_(Code)



dncGeneratedSavepointId_
public int dncGeneratedSavepointId_(Code)



dncGeneratedSavepointNamePrefix__
final public static String dncGeneratedSavepointNamePrefix__(Code)



encryptionManager_
protected EncryptionManager encryptionManager_(Code)



inUnitOfWork_
protected boolean inUnitOfWork_(Code)



isXAConnection_
protected boolean isXAConnection_(Code)



isolation_
public int isolation_(Code)



jdbcReadOnly_
protected boolean jdbcReadOnly_(Code)



loginTimeout_
public int loginTimeout_(Code)



openStatements_
final java.util.WeakHashMap openStatements_(Code)



open_
protected boolean open_(Code)



portNumber_
public int portNumber_(Code)



productID_
public String productID_(Code)



resetConnectionAtFirstSql_
public boolean resetConnectionAtFirstSql_(Code)



retrieveMessageText_
public boolean retrieveMessageText_(Code)



serverNameIP_
public String serverNameIP_(Code)



user_
public transient String user_(Code)



xaHostVersion_
public int xaHostVersion_(Code)




Constructor Detail
Connection
protected Connection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException(Code)



Connection
protected Connection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, boolean isXAConn, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException(Code)



Connection
protected Connection(org.apache.derby.client.am.LogWriter logWriter, boolean isXAConn, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException(Code)



Connection
protected Connection(LogWriter logWriter, int driverManagerLoginTimeout, String serverName, int portNumber, String databaseName, java.util.Properties properties) throws SqlException(Code)




Method Detail
accumulate440WarningForMessageProcFailure
public void accumulate440WarningForMessageProcFailure(SqlWarning e)(Code)



accumulate444WarningForMessageProcFailure
public void accumulate444WarningForMessageProcFailure(SqlWarning e)(Code)



accumulateWarning
public void accumulateWarning(SqlWarning e)(Code)



addSpecialRegisters
abstract public void addSpecialRegisters(String s)(Code)



allowCloseInUOW_
abstract protected boolean allowCloseInUOW_()(Code)



allowLocalCommitRollback_
abstract protected boolean allowLocalCommitRollback_() throws org.apache.derby.client.am.SqlException(Code)



checkAutoGeneratedKeysParameters
void checkAutoGeneratedKeysParameters(int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)



checkForClosedConnection
protected void checkForClosedConnection() throws SqlException(Code)



checkForTransactionInProgress
void checkForTransactionInProgress() throws SqlException(Code)



clearWarnings
public synchronized void clearWarnings() throws SQLException(Code)



clearWarningsX
public void clearWarningsX() throws SqlException(Code)



close
public synchronized void close() throws SQLException(Code)



closeForReuse
public synchronized void closeForReuse() throws SqlException(Code)



closeResources
public synchronized void closeResources() throws SQLException(Code)



closeX
public synchronized void closeX() throws SQLException(Code)



commit
public synchronized void commit() throws SQLException(Code)



completeAbnormalUnitOfWork
public void completeAbnormalUnitOfWork()(Code)



completeAbnormalUnitOfWork
public void completeAbnormalUnitOfWork(UnitOfWorkListener uwl)(Code)
Rollback the UnitOfWorkListener specifically.
Parameters:
  uwl - The UnitOfWorkListener to be rolled back.



completeChainBreakingDisconnect
public void completeChainBreakingDisconnect()(Code)



completeConnect
public void completeConnect() throws SqlException(Code)



completeLocalCommit
public void completeLocalCommit()(Code)



completeLocalRollback
public void completeLocalRollback()(Code)



completeReset
protected void completeReset(boolean isDeferredReset, boolean recomputeFromDataSource) throws SqlException(Code)



completeSpecificRollback
public void completeSpecificRollback(UnitOfWorkListener uwl)(Code)
Rollback the specific UnitOfWorkListener.
Parameters:
  uwl - The UnitOfWorkLitener to be rolled back



completeSqlca
public void completeSqlca(Sqlca sqlca)(Code)



completeTransactionStart
void completeTransactionStart()(Code)



createStatement
public synchronized java.sql.Statement createStatement() throws SQLException(Code)



createStatement
public synchronized java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException(Code)



createStatement
public synchronized java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)



doCloseStatementsOnClose_
abstract protected boolean doCloseStatementsOnClose_()(Code)



finalize
protected void finalize() throws java.lang.Throwable(Code)



flowAutoCommit
public boolean flowAutoCommit() throws SqlException(Code)



flowCommit
public void flowCommit() throws SqlException(Code)



flowRollback
protected void flowRollback() throws SqlException(Code)



getAutoCommit
public boolean getAutoCommit() throws SQLException(Code)



getCatalog
public String getCatalog() throws SQLException(Code)



getHoldability
public int getHoldability() throws SQLException(Code)



getMetaData
public java.sql.DatabaseMetaData getMetaData() throws SQLException(Code)



getServerVersion
public int getServerVersion()(Code)



getTransactionIsolation
public int getTransactionIsolation() throws SQLException(Code)



getTypeMap
public java.util.Map getTypeMap() throws SQLException(Code)



getWarnings
public java.sql.SQLWarning getWarnings() throws SQLException(Code)



getXAState
public int getXAState()(Code)



holdability
final int holdability()(Code)
Return the holdabilty for the Connection. Matches the embedded driver in the restriction that while in a global (XA) transaction the holdability is CLOSE_CURSORS_AT_COMMIT. Otherwise return the holdability set by the user.



initConnection
protected void initConnection(org.apache.derby.client.am.LogWriter logWriter, String user, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException(Code)



isClosed
public boolean isClosed()(Code)



isClosedX
public boolean isClosedX()(Code)



isGlobalPending_
abstract protected boolean isGlobalPending_()(Code)



isPhysicalConnClosed
public boolean isPhysicalConnClosed()(Code)
Return true if the physical connection is still open. Might be logically closed but available for reuse. true if physical connection still open



isReadOnly
public boolean isReadOnly() throws SQLException(Code)



isXAConnection
public boolean isXAConnection()(Code)



lightReset
public synchronized void lightReset() throws SqlException(Code)



markClosed
public void markClosed()(Code)



markClosed_
abstract protected void markClosed_()(Code)



nativeSQL
public String nativeSQL(String sql) throws SQLException(Code)



nativeSQLX
public synchronized String nativeSQLX(String sql) throws SqlException(Code)



newAgent_
abstract protected Agent newAgent_(LogWriter logWriter, int loginTimeout, String serverName, int portNumber) throws SqlException(Code)



newCallableStatement_
abstract protected CallableStatement newCallableStatement_(String sql, int type, int concurrency, int holdability) throws SqlException(Code)



newDatabaseMetaData_
abstract protected DatabaseMetaData newDatabaseMetaData_()(Code)



newPositionedUpdatePreparedStatement_
abstract protected PreparedStatement newPositionedUpdatePreparedStatement_(String sql, Section section) throws SqlException(Code)



newPreparedStatement_
abstract protected PreparedStatement newPreparedStatement_(String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)



newSectionManager
abstract public SectionManager newSectionManager(String collection, Agent agent, String databaseName)(Code)



newStatement_
abstract protected Statement newStatement_(int type, int concurrency, int holdability) throws SqlException(Code)



prepareCall
public synchronized java.sql.CallableStatement prepareCall(String sql) throws SQLException(Code)



prepareCall
public synchronized java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)



prepareCall
public synchronized java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)



prepareDynamicCatalogQuery
synchronized PreparedStatement prepareDynamicCatalogQuery(String sql) throws SqlException(Code)



prepareMessageProc
public synchronized CallableStatement prepareMessageProc(String sql) throws SqlException(Code)



preparePositionedUpdateStatement
public synchronized PreparedStatement preparePositionedUpdateStatement(String sql, Section querySection) throws SqlException(Code)



prepareStatement
public synchronized java.sql.PreparedStatement prepareStatement(String sql) throws SQLException(Code)



prepareStatement
public synchronized java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)



prepareStatement
public synchronized java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)



prepareStatement
public java.sql.PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException(Code)



prepareStatement
public java.sql.PreparedStatement prepareStatement(String sql, int columnIndexes) throws SQLException(Code)



prepareStatement
public java.sql.PreparedStatement prepareStatement(String sql, String columnNames) throws SQLException(Code)



prepareStatementX
PreparedStatement prepareStatementX(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)



readAutoCommit
void readAutoCommit() throws SqlException(Code)



readCommit
public void readCommit() throws SqlException(Code)



readCommitSubstitute_
abstract public void readCommitSubstitute_() throws SqlException(Code)



readLocalCommit_
abstract public void readLocalCommit_() throws SqlException(Code)



readLocalRollback_
abstract public void readLocalRollback_() throws SqlException(Code)



readLocalXACommit_
abstract public void readLocalXACommit_() throws SqlException(Code)



readLocalXARollback_
abstract public void readLocalXARollback_() throws SqlException(Code)



readLocalXAStart_
abstract public void readLocalXAStart_() throws SqlException(Code)



readRollback
public void readRollback() throws SqlException(Code)



readTransactionStart
public void readTransactionStart() throws SqlException(Code)



readXACommit_
abstract protected void readXACommit_() throws SqlException(Code)



readXARollback_
abstract protected void readXARollback_() throws SqlException(Code)



releaseSavepoint
public synchronized void releaseSavepoint(java.sql.Savepoint savepoint) throws SQLException(Code)



reset
public synchronized void reset(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



reset
public synchronized void reset(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



resetCallableStatement_
abstract protected void resetCallableStatement_(CallableStatement cs, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SqlException(Code)



resetConnection
protected void resetConnection(LogWriter logWriter, String user, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



resetConnection
protected void resetConnection(LogWriter logWriter, String databaseName, java.util.Properties properties) throws SqlException(Code)



resetPrepareCall
protected void resetPrepareCall(CallableStatement cs) throws SqlException(Code)



resetPrepareStatement
protected void resetPrepareStatement(PreparedStatement ps) throws SqlException(Code)



resetPreparedStatement_
abstract protected void resetPreparedStatement_(PreparedStatement ps, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)



resetStatement
protected void resetStatement(Statement s) throws SqlException(Code)



resetStatement_
abstract protected void resetStatement_(Statement statement, int type, int concurrency, int holdability) throws SqlException(Code)



reset_
abstract protected void reset_(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputerFromDataSource) throws SqlException(Code)



reset_
abstract protected void reset_(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputerFromDataSource) throws SqlException(Code)



rollback
public synchronized void rollback() throws SQLException(Code)



rollback
public synchronized void rollback(java.sql.Savepoint savepoint) throws SQLException(Code)



setAutoCommit
public synchronized void setAutoCommit(boolean autoCommit) throws SQLException(Code)



setCatalog
public synchronized void setCatalog(String catalog) throws SQLException(Code)



setHoldability
public synchronized void setHoldability(int holdability) throws SQLException(Code)



setInUnitOfWork
public void setInUnitOfWork(boolean inUnitOfWork)(Code)



setReadOnly
public synchronized void setReadOnly(boolean readOnly) throws SQLException(Code)



setSavepoint
public synchronized java.sql.Savepoint setSavepoint() throws SQLException(Code)



setSavepoint
public synchronized java.sql.Savepoint setSavepoint(String name) throws SQLException(Code)



setTransactionIsolation
public synchronized void setTransactionIsolation(int level) throws SQLException(Code)



setTypeMap
public synchronized void setTypeMap(java.util.Map map) throws SQLException(Code)



setXAState
public void setXAState(int state)(Code)



transactionInProgress
public boolean transactionInProgress()(Code)



willAutoCommitGenerateFlow
public boolean willAutoCommitGenerateFlow() throws org.apache.derby.client.am.SqlException(Code)



writeAutoCommit
void writeAutoCommit() throws SqlException(Code)



writeCommit
public void writeCommit() throws SqlException(Code)



writeCommitSubstitute_
abstract public void writeCommitSubstitute_() throws SqlException(Code)



writeLocalCommit_
abstract public void writeLocalCommit_() throws SqlException(Code)



writeLocalRollback_
abstract public void writeLocalRollback_() throws SqlException(Code)



writeLocalXACommit_
abstract public void writeLocalXACommit_() throws SqlException(Code)



writeLocalXARollback_
abstract public void writeLocalXARollback_() throws SqlException(Code)



writeLocalXAStart_
abstract public void writeLocalXAStart_() throws SqlException(Code)



writeRollback
public void writeRollback() throws SqlException(Code)



writeTransactionStart
public void writeTransactionStart(Statement statement) throws SqlException(Code)



writeXACommit_
abstract protected void writeXACommit_() throws SqlException(Code)



writeXARollback_
abstract protected void writeXARollback_() throws SqlException(Code)



writeXATransactionStart
abstract protected void writeXATransactionStart(Statement statement) 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.