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


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

All known Subclasses:   org.apache.derby.client.net.NetConnection40,
NetConnection
public class NetConnection extends org.apache.derby.client.am.Connection (Code)


Field Summary
protected  byte[]cachedConnectBytes_
    
protected  byte[]cnntkn_
    
public  byte[]crrtkn_
    
protected  intcurrXACallInfoOffset_
    
 Stringextnam_
    
protected  java.util.HashtableindoubtTransactions_
    
protected static  MessageUtilmsgutil
    
protected  NetAgentnetAgent_
    
protected  intpendingEndXACallinfoOffset_
    
protected  ClientPooledConnectionpooledConnection_
    
 byte[]prddta_
    
transient  byte[]publicKey_
    
protected  booleanreadOnlyTransaction_
    
protected  intsecurityMechanism_
    
transient  byte[]sourceSeed_
    
protected  inttargetAgent_
    
protected  inttargetCmnappc_
    
protected  inttargetCmntcpip_
    
 StringtargetExtnam_
    
transient  byte[]targetPublicKey_
    
protected  inttargetRdb_
    
protected  inttargetRsyncmgr_
    
 inttargetSecmec_
    
public  inttargetSecmgr_
    
transient  byte[]targetSeed_
    
public  StringtargetSrvclsnm_
    
protected  StringtargetSrvnam_
    
public  StringtargetSrvrlslv_
    
protected  inttargetSyncptmgr_
    
protected  inttargetXamgr_
    
protected  booleanwroteConnectFromCache_
    
protected  NetXAResourcexares_
    

Constructor Summary
public  NetConnection(NetLogWriter netLogWriter, String databaseName, java.util.Properties properties)
    
public  NetConnection(NetLogWriter netLogWriter, org.apache.derby.jdbc.ClientBaseDataSource dataSource, String user, String password)
    
public  NetConnection(NetLogWriter netLogWriter, int driverManagerLoginTimeout, String serverName, int portNumber, String databaseName, java.util.Properties properties)
    
public  NetConnection(NetLogWriter netLogWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource, int rmId, boolean isXAConn)
    
public  NetConnection(NetLogWriter netLogWriter, String ipaddr, int portNumber, org.apache.derby.jdbc.ClientBaseDataSource dataSource, boolean isXAConn)
    
public  NetConnection(NetLogWriter netLogWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource, int rmId, boolean isXAConn, ClientPooledConnection cpc)
     This constructor is called from the ClientPooledConnection object to enable the NetConnection to pass this on to the associated prepared statement object thus enabling the prepared statement object to inturn raise the statement events to the ClientPooledConnection object
Parameters:
  netLogWriter - NetLogWriter object associated with this connection
Parameters:
  user - user id for this connection
Parameters:
  password - password for this connection
Parameters:
  dataSource - The DataSource object passed from the PooledConnection object from which this constructor was called
Parameters:
  rmId - The Resource manager ID for XA Connections
Parameters:
  isXAConn - true if this is a XA connection
Parameters:
  cpc - The ClientPooledConnection object from which this NetConnection constructor was called.

Method Summary
public  voidaddSpecialRegisters(String s)
    
protected  booleanallowCloseInUOW_()
    
protected  booleanallowLocalCommitRollback_()
    
protected  intcheckAlternateServerHasEqualOrHigherProductLevel(ProductLevel orgLvl, int orgServerType)
    
protected  voidcheckResetPreconditions(org.apache.derby.client.am.LogWriter logWriter, String user, String password, ClientBaseDataSource ds)
    
public synchronized  voidclose()
     closes underlying connection and associated resource.
public synchronized  voidcloseForReuse()
     Invalidates connection but keeps socket open.
public synchronized  voidcloseResources()
     closes resources connection will be not available for reuse.
public synchronized  voidcloseX()
     closes underlying connection and associated resource.
public  voidcompleteConnect()
    
protected  voidcompleteReset(boolean isDeferredReset, boolean recomputeFromDataSource)
    
protected  voidconstructCrrtkn()
    
protected  booleandoCloseStatementsOnClose_()
    
public  voiddoResetNow()
    
protected  voidfinalize()
    
public  voidflowConnect(String password, int securityMechanism)
    
protected  booleanflowReconnect(String password, int securityMechanism)
    
protected  voidflowSimpleConnect()
    
public  intgetAGENT()
    
public  intgetCMNTCPIP()
    
protected  byte[]getCnnToken()
    
public  EncryptionManagergetEncryptionManager()
    
public  java.io.InputStreamgetInputStream()
    
public  java.io.OutputStreamgetOutputStream()
    
public  StringgetProductID()
    
public  intgetRDB()
    
public  intgetRSYNCMGR()
    
public  intgetSECMGR()
    
public  intgetSQLAM()
    
public  intgetSYNCPTMGR()
    
public  intgetSecurityMechanism()
    
protected  shortgetSequenceNumber()
    
protected  intgetSocketAndInputOutputStreams(String server, int port)
    
 java.util.ListgetSpecialRegisters()
    
public  byte[]getTargetPublicKey()
    
public  intgetXAMGR()
    
public  booleanisConnectionNull()
    
protected  booleanisGlobalPending_()
    
public  booleanisOpen()
    
protected  voidmarkClosed_()
    
protected  org.apache.derby.client.am.AgentnewAgent_(org.apache.derby.client.am.LogWriter logWriter, int loginTimeout, String serverName, int portNumber)
    
protected  CallableStatementnewCallableStatement_(String sql, int type, int concurrency, int holdability)
    
protected  DatabaseMetaDatanewDatabaseMetaData_()
    
protected  PreparedStatementnewPositionedUpdatePreparedStatement_(String sql, org.apache.derby.client.am.Section section)
    
protected  PreparedStatementnewPreparedStatement_(String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames)
    
public  org.apache.derby.client.am.SectionManagernewSectionManager(String collection, org.apache.derby.client.am.Agent agent, String databaseName)
    
protected  StatementnewStatement_(int type, int concurrency, int holdability)
    
 voidrdbAccessed(int svrcod, String prdid, boolean crrtknReceived, byte[] crrtkn)
    
public  voidreadCommitSubstitute_()
    
 voidreadDeferredReset()
    
public  voidreadLocalCommit_()
    
public  voidreadLocalRollback_()
    
public  voidreadLocalXACommit_()
    
public  voidreadLocalXARollback_()
    
public  voidreadLocalXAStart_()
    
public  voidreadTransactionStart()
    
protected  voidreadXACommit_()
    
protected  voidreadXARollback_()
    
protected  voidresetCallableStatement_(CallableStatement cs, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
    
public  voidresetNetConnection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
protected  voidresetPreparedStatement_(PreparedStatement ps, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames)
    
protected  voidresetStatement_(Statement statement, int type, int concurrency, int holdability)
    
protected  voidreset_(org.apache.derby.client.am.LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
protected  voidreset_(org.apache.derby.client.am.LogWriter logWriter, ClientBaseDataSource ds, boolean recomputeFromDataSource)
    
 voidsecurityCheckComplete(int svrcod, int secchkcd)
    
final public  booleanserverSupportsQryclsimp()
     Check whether the server has full support for the QRYCLSIMP parameter in OPNQRY.
 voidsetAccessSecurityData(int secchkcd, int desiredSecmec, int[] secmecList, boolean sectknReceived, byte[] sectkn)
    
public  voidsetConnectionNull(boolean connectionNull)
    
public  voidsetIndoubtTransactions(java.util.Hashtable indoubtTransactions)
    
public  voidsetInputStream(java.io.InputStream inputStream)
    
public  voidsetOutputStream(java.io.OutputStream outputStream)
    
protected  voidsetReadOnlyTransactionFlag(boolean flag)
    
 voidsetServerAttributeData(String extnam, String srvclsnm, String srvnam, String srvrlslv)
    
public  booleanwillAutoCommitGenerateFlow()
    
public  voidwriteCommitSubstitute_()
    
 voidwriteDeferredReset()
    
public  voidwriteLocalCommit_()
    
public  voidwriteLocalRollback_()
    
public  voidwriteLocalXACommit_()
    
public  voidwriteLocalXARollback_()
    
public  voidwriteLocalXAStart_()
    
public  voidwriteTransactionStart(Statement statement)
    
protected  voidwriteXACommit_()
    
protected  voidwriteXARollback_()
    
protected  voidwriteXATransactionStart(Statement statement)
    

Field Detail
cachedConnectBytes_
protected byte[] cachedConnectBytes_(Code)



cnntkn_
protected byte[] cnntkn_(Code)



crrtkn_
public byte[] crrtkn_(Code)



currXACallInfoOffset_
protected int currXACallInfoOffset_(Code)



extnam_
String extnam_(Code)



indoubtTransactions_
protected java.util.Hashtable indoubtTransactions_(Code)



msgutil
protected static MessageUtil msgutil(Code)



netAgent_
protected NetAgent netAgent_(Code)



pendingEndXACallinfoOffset_
protected int pendingEndXACallinfoOffset_(Code)



pooledConnection_
protected ClientPooledConnection pooledConnection_(Code)



prddta_
byte[] prddta_(Code)



publicKey_
transient byte[] publicKey_(Code)



readOnlyTransaction_
protected boolean readOnlyTransaction_(Code)



securityMechanism_
protected int securityMechanism_(Code)



sourceSeed_
transient byte[] sourceSeed_(Code)



targetAgent_
protected int targetAgent_(Code)



targetCmnappc_
protected int targetCmnappc_(Code)



targetCmntcpip_
protected int targetCmntcpip_(Code)



targetExtnam_
String targetExtnam_(Code)



targetPublicKey_
transient byte[] targetPublicKey_(Code)



targetRdb_
protected int targetRdb_(Code)



targetRsyncmgr_
protected int targetRsyncmgr_(Code)



targetSecmec_
int targetSecmec_(Code)



targetSecmgr_
public int targetSecmgr_(Code)



targetSeed_
transient byte[] targetSeed_(Code)



targetSrvclsnm_
public String targetSrvclsnm_(Code)



targetSrvnam_
protected String targetSrvnam_(Code)



targetSrvrlslv_
public String targetSrvrlslv_(Code)



targetSyncptmgr_
protected int targetSyncptmgr_(Code)



targetXamgr_
protected int targetXamgr_(Code)



wroteConnectFromCache_
protected boolean wroteConnectFromCache_(Code)



xares_
protected NetXAResource xares_(Code)




Constructor Detail
NetConnection
public NetConnection(NetLogWriter netLogWriter, String databaseName, java.util.Properties properties) throws SqlException(Code)



NetConnection
public NetConnection(NetLogWriter netLogWriter, org.apache.derby.jdbc.ClientBaseDataSource dataSource, String user, String password) throws SqlException(Code)



NetConnection
public NetConnection(NetLogWriter netLogWriter, int driverManagerLoginTimeout, String serverName, int portNumber, String databaseName, java.util.Properties properties) throws SqlException(Code)



NetConnection
public NetConnection(NetLogWriter netLogWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource, int rmId, boolean isXAConn) throws SqlException(Code)



NetConnection
public NetConnection(NetLogWriter netLogWriter, String ipaddr, int portNumber, org.apache.derby.jdbc.ClientBaseDataSource dataSource, boolean isXAConn) throws SqlException(Code)



NetConnection
public NetConnection(NetLogWriter netLogWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource dataSource, int rmId, boolean isXAConn, ClientPooledConnection cpc) throws SqlException(Code)
This constructor is called from the ClientPooledConnection object to enable the NetConnection to pass this on to the associated prepared statement object thus enabling the prepared statement object to inturn raise the statement events to the ClientPooledConnection object
Parameters:
  netLogWriter - NetLogWriter object associated with this connection
Parameters:
  user - user id for this connection
Parameters:
  password - password for this connection
Parameters:
  dataSource - The DataSource object passed from the PooledConnection object from which this constructor was called
Parameters:
  rmId - The Resource manager ID for XA Connections
Parameters:
  isXAConn - true if this is a XA connection
Parameters:
  cpc - The ClientPooledConnection object from which this NetConnection constructor was called. This is usedto pass StatementEvents back to the pooledConnectionobject
throws:
  SqlException -




Method Detail
addSpecialRegisters
public void addSpecialRegisters(String s)(Code)



allowCloseInUOW_
protected boolean allowCloseInUOW_()(Code)



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



checkAlternateServerHasEqualOrHigherProductLevel
protected int checkAlternateServerHasEqualOrHigherProductLevel(ProductLevel orgLvl, int orgServerType)(Code)



checkResetPreconditions
protected void checkResetPreconditions(org.apache.derby.client.am.LogWriter logWriter, String user, String password, ClientBaseDataSource ds) throws SqlException(Code)



close
public synchronized void close() throws SQLException(Code)
closes underlying connection and associated resource.



closeForReuse
public synchronized void closeForReuse() throws SqlException(Code)
Invalidates connection but keeps socket open.



closeResources
public synchronized void closeResources() throws SQLException(Code)
closes resources connection will be not available for reuse.



closeX
public synchronized void closeX() throws SQLException(Code)
closes underlying connection and associated resource.



completeConnect
public void completeConnect() throws SqlException(Code)



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



constructCrrtkn
protected void constructCrrtkn() throws SqlException(Code)



doCloseStatementsOnClose_
protected boolean doCloseStatementsOnClose_()(Code)



doResetNow
public void doResetNow() throws SqlException(Code)



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



flowConnect
public void flowConnect(String password, int securityMechanism) throws SqlException(Code)



flowReconnect
protected boolean flowReconnect(String password, int securityMechanism) throws SqlException(Code)



flowSimpleConnect
protected void flowSimpleConnect() throws SqlException(Code)



getAGENT
public int getAGENT()(Code)



getCMNTCPIP
public int getCMNTCPIP()(Code)



getCnnToken
protected byte[] getCnnToken()(Code)



getEncryptionManager
public EncryptionManager getEncryptionManager()(Code)



getInputStream
public java.io.InputStream getInputStream()(Code)



getOutputStream
public java.io.OutputStream getOutputStream()(Code)



getProductID
public String getProductID()(Code)



getRDB
public int getRDB()(Code)



getRSYNCMGR
public int getRSYNCMGR()(Code)



getSECMGR
public int getSECMGR()(Code)



getSQLAM
public int getSQLAM()(Code)



getSYNCPTMGR
public int getSYNCPTMGR()(Code)



getSecurityMechanism
public int getSecurityMechanism()(Code)



getSequenceNumber
protected short getSequenceNumber()(Code)



getSocketAndInputOutputStreams
protected int getSocketAndInputOutputStreams(String server, int port)(Code)



getSpecialRegisters
java.util.List getSpecialRegisters()(Code)



getTargetPublicKey
public byte[] getTargetPublicKey()(Code)



getXAMGR
public int getXAMGR()(Code)



isConnectionNull
public boolean isConnectionNull()(Code)
Returns the connectionNull.



isGlobalPending_
protected boolean isGlobalPending_()(Code)



isOpen
public boolean isOpen()(Code)
Returns if a transaction is in process open



markClosed_
protected void markClosed_()(Code)



newAgent_
protected org.apache.derby.client.am.Agent newAgent_(org.apache.derby.client.am.LogWriter logWriter, int loginTimeout, String serverName, int portNumber) throws SqlException(Code)



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



newDatabaseMetaData_
protected DatabaseMetaData newDatabaseMetaData_()(Code)



newPositionedUpdatePreparedStatement_
protected PreparedStatement newPositionedUpdatePreparedStatement_(String sql, org.apache.derby.client.am.Section section) throws SqlException(Code)



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



newSectionManager
public org.apache.derby.client.am.SectionManager newSectionManager(String collection, org.apache.derby.client.am.Agent agent, String databaseName)(Code)



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



rdbAccessed
void rdbAccessed(int svrcod, String prdid, boolean crrtknReceived, byte[] crrtkn)(Code)



readCommitSubstitute_
public void readCommitSubstitute_() throws SqlException(Code)



readDeferredReset
void readDeferredReset() throws SqlException(Code)



readLocalCommit_
public void readLocalCommit_() throws SqlException(Code)



readLocalRollback_
public void readLocalRollback_() throws SqlException(Code)



readLocalXACommit_
public void readLocalXACommit_() throws SqlException(Code)



readLocalXARollback_
public void readLocalXARollback_() throws SqlException(Code)



readLocalXAStart_
public void readLocalXAStart_() throws SqlException(Code)



readTransactionStart
public void readTransactionStart() throws SqlException(Code)



readXACommit_
protected void readXACommit_() throws SqlException(Code)
Invokes readCommit on NetXAConnection



readXARollback_
protected void readXARollback_() throws SqlException(Code)
Invokes writeRollback on NetXAConnection



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



resetNetConnection
public void resetNetConnection(org.apache.derby.client.am.LogWriter logWriter, String user, String password, org.apache.derby.jdbc.ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



resetPreparedStatement_
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 statement, int type, int concurrency, int holdability) throws SqlException(Code)



reset_
protected void reset_(org.apache.derby.client.am.LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



reset_
protected void reset_(org.apache.derby.client.am.LogWriter logWriter, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)



securityCheckComplete
void securityCheckComplete(int svrcod, int secchkcd)(Code)



serverSupportsQryclsimp
final public boolean serverSupportsQryclsimp()(Code)
Check whether the server has full support for the QRYCLSIMP parameter in OPNQRY. true if QRYCLSIMP is fully supported



setAccessSecurityData
void setAccessSecurityData(int secchkcd, int desiredSecmec, int[] secmecList, boolean sectknReceived, byte[] sectkn) throws DisconnectException(Code)



setConnectionNull
public void setConnectionNull(boolean connectionNull)(Code)

Parameters:
  connectionNull - The connectionNull to set.



setIndoubtTransactions
public void setIndoubtTransactions(java.util.Hashtable indoubtTransactions)(Code)



setInputStream
public void setInputStream(java.io.InputStream inputStream)(Code)



setOutputStream
public void setOutputStream(java.io.OutputStream outputStream)(Code)



setReadOnlyTransactionFlag
protected void setReadOnlyTransactionFlag(boolean flag)(Code)



setServerAttributeData
void setServerAttributeData(String extnam, String srvclsnm, String srvnam, String srvrlslv)(Code)



willAutoCommitGenerateFlow
public boolean willAutoCommitGenerateFlow()(Code)



writeCommitSubstitute_
public void writeCommitSubstitute_() throws SqlException(Code)



writeDeferredReset
void writeDeferredReset() throws SqlException(Code)



writeLocalCommit_
public void writeLocalCommit_() throws SqlException(Code)



writeLocalRollback_
public void writeLocalRollback_() throws SqlException(Code)



writeLocalXACommit_
public void writeLocalXACommit_() throws SqlException(Code)



writeLocalXARollback_
public void writeLocalXARollback_() throws SqlException(Code)



writeLocalXAStart_
public void writeLocalXAStart_() throws SqlException(Code)



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



writeXACommit_
protected void writeXACommit_() throws SqlException(Code)
Invokes write commit on NetXAConnection



writeXARollback_
protected void writeXARollback_() throws SqlException(Code)
Invokes writeRollback on NetXAConnection



writeXATransactionStart
protected void writeXATransactionStart(Statement statement) throws SqlException(Code)



Fields inherited from org.apache.derby.client.am.Connection
final public static int XA_T0_NOT_ASSOCIATED(Code)(Java Doc)
final public static int XA_T1_ASSOCIATED(Code)(Java Doc)
public Agent agent_(Code)(Java Doc)
public boolean autoCommit_(Code)(Java Doc)
protected boolean availableForReuse_(Code)(Java Doc)
public boolean canUseCachedConnectBytes_(Code)(Java Doc)
public java.util.Hashtable clientCursorNameCache_(Code)(Java Doc)
public int commBufferSize_(Code)(Java Doc)
public org.apache.derby.jdbc.ClientBaseDataSource dataSource_(Code)(Java Doc)
public DatabaseMetaData databaseMetaData_(Code)(Java Doc)
public String databaseName_(Code)(Java Doc)
public int dncGeneratedSavepointId_(Code)(Java Doc)
final public static String dncGeneratedSavepointNamePrefix__(Code)(Java Doc)
protected EncryptionManager encryptionManager_(Code)(Java Doc)
protected boolean inUnitOfWork_(Code)(Java Doc)
protected boolean isXAConnection_(Code)(Java Doc)
public int isolation_(Code)(Java Doc)
protected boolean jdbcReadOnly_(Code)(Java Doc)
public int loginTimeout_(Code)(Java Doc)
protected boolean open_(Code)(Java Doc)
public int portNumber_(Code)(Java Doc)
public String productID_(Code)(Java Doc)
public boolean resetConnectionAtFirstSql_(Code)(Java Doc)
public boolean retrieveMessageText_(Code)(Java Doc)
public String serverNameIP_(Code)(Java Doc)
public transient String user_(Code)(Java Doc)
public int xaHostVersion_(Code)(Java Doc)

Methods inherited from org.apache.derby.client.am.Connection
public void accumulate440WarningForMessageProcFailure(SqlWarning e)(Code)(Java Doc)
public void accumulate444WarningForMessageProcFailure(SqlWarning e)(Code)(Java Doc)
public void accumulateWarning(SqlWarning e)(Code)(Java Doc)
abstract public void addSpecialRegisters(String s)(Code)(Java Doc)
abstract protected boolean allowCloseInUOW_()(Code)(Java Doc)
abstract protected boolean allowLocalCommitRollback_() throws org.apache.derby.client.am.SqlException(Code)(Java Doc)
protected void checkForClosedConnection() throws SqlException(Code)(Java Doc)
public synchronized void clearWarnings() throws SQLException(Code)(Java Doc)
public void clearWarningsX() throws SqlException(Code)(Java Doc)
public synchronized void close() throws SQLException(Code)(Java Doc)
public synchronized void closeForReuse() throws SqlException(Code)(Java Doc)
public synchronized void closeResources() throws SQLException(Code)(Java Doc)
public synchronized void closeX() throws SQLException(Code)(Java Doc)
public synchronized void commit() throws SQLException(Code)(Java Doc)
public void completeAbnormalUnitOfWork()(Code)(Java Doc)
public void completeAbnormalUnitOfWork(UnitOfWorkListener uwl)(Code)(Java Doc)
public void completeChainBreakingDisconnect()(Code)(Java Doc)
public void completeConnect() throws SqlException(Code)(Java Doc)
public void completeLocalCommit()(Code)(Java Doc)
public void completeLocalRollback()(Code)(Java Doc)
protected void completeReset(boolean isDeferredReset, boolean recomputeFromDataSource) throws SqlException(Code)(Java Doc)
public void completeSpecificRollback(UnitOfWorkListener uwl)(Code)(Java Doc)
public void completeSqlca(Sqlca sqlca)(Code)(Java Doc)
public synchronized java.sql.Statement createStatement() throws SQLException(Code)(Java Doc)
public synchronized java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc)
public synchronized java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc)
abstract protected boolean doCloseStatementsOnClose_()(Code)(Java Doc)
protected void finalize() throws java.lang.Throwable(Code)(Java Doc)
public boolean flowAutoCommit() throws SqlException(Code)(Java Doc)
public void flowCommit() throws SqlException(Code)(Java Doc)
protected void flowRollback() throws SqlException(Code)(Java Doc)
public boolean getAutoCommit() throws SQLException(Code)(Java Doc)
public String getCatalog() throws SQLException(Code)(Java Doc)
public int getHoldability() throws SQLException(Code)(Java Doc)
public java.sql.DatabaseMetaData getMetaData() throws SQLException(Code)(Java Doc)
public int getServerVersion()(Code)(Java Doc)
public int getTransactionIsolation() throws SQLException(Code)(Java Doc)
public java.util.Map getTypeMap() throws SQLException(Code)(Java Doc)
public java.sql.SQLWarning getWarnings() throws SQLException(Code)(Java Doc)
public int getXAState()(Code)(Java Doc)
protected void initConnection(org.apache.derby.client.am.LogWriter logWriter, String user, org.apache.derby.jdbc.ClientBaseDataSource dataSource) throws SqlException(Code)(Java Doc)
public boolean isClosed()(Code)(Java Doc)
public boolean isClosedX()(Code)(Java Doc)
abstract protected boolean isGlobalPending_()(Code)(Java Doc)
public boolean isPhysicalConnClosed()(Code)(Java Doc)
public boolean isReadOnly() throws SQLException(Code)(Java Doc)
public boolean isXAConnection()(Code)(Java Doc)
public synchronized void lightReset() throws SqlException(Code)(Java Doc)
public void markClosed()(Code)(Java Doc)
abstract protected void markClosed_()(Code)(Java Doc)
public String nativeSQL(String sql) throws SQLException(Code)(Java Doc)
public synchronized String nativeSQLX(String sql) throws SqlException(Code)(Java Doc)
abstract protected Agent newAgent_(LogWriter logWriter, int loginTimeout, String serverName, int portNumber) throws SqlException(Code)(Java Doc)
abstract protected CallableStatement newCallableStatement_(String sql, int type, int concurrency, int holdability) throws SqlException(Code)(Java Doc)
abstract protected DatabaseMetaData newDatabaseMetaData_()(Code)(Java Doc)
abstract protected PreparedStatement newPositionedUpdatePreparedStatement_(String sql, Section section) throws SqlException(Code)(Java Doc)
abstract protected PreparedStatement newPreparedStatement_(String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)(Java Doc)
abstract public SectionManager newSectionManager(String collection, Agent agent, String databaseName)(Code)(Java Doc)
abstract protected Statement newStatement_(int type, int concurrency, int holdability) throws SqlException(Code)(Java Doc)
public synchronized java.sql.CallableStatement prepareCall(String sql) throws SQLException(Code)(Java Doc)
public synchronized java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc)
public synchronized java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc)
public synchronized CallableStatement prepareMessageProc(String sql) throws SqlException(Code)(Java Doc)
public synchronized PreparedStatement preparePositionedUpdateStatement(String sql, Section querySection) throws SqlException(Code)(Java Doc)
public synchronized java.sql.PreparedStatement prepareStatement(String sql) throws SQLException(Code)(Java Doc)
public synchronized java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc)
public synchronized java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc)
public java.sql.PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException(Code)(Java Doc)
public java.sql.PreparedStatement prepareStatement(String sql, int columnIndexes) throws SQLException(Code)(Java Doc)
public java.sql.PreparedStatement prepareStatement(String sql, String columnNames) throws SQLException(Code)(Java Doc)
public void readCommit() throws SqlException(Code)(Java Doc)
abstract public void readCommitSubstitute_() throws SqlException(Code)(Java Doc)
abstract public void readLocalCommit_() throws SqlException(Code)(Java Doc)
abstract public void readLocalRollback_() throws SqlException(Code)(Java Doc)
abstract public void readLocalXACommit_() throws SqlException(Code)(Java Doc)
abstract public void readLocalXARollback_() throws SqlException(Code)(Java Doc)
abstract public void readLocalXAStart_() throws SqlException(Code)(Java Doc)
public void readRollback() throws SqlException(Code)(Java Doc)
public void readTransactionStart() throws SqlException(Code)(Java Doc)
abstract protected void readXACommit_() throws SqlException(Code)(Java Doc)
abstract protected void readXARollback_() throws SqlException(Code)(Java Doc)
public synchronized void releaseSavepoint(java.sql.Savepoint savepoint) throws SQLException(Code)(Java Doc)
public synchronized void reset(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)(Java Doc)
public synchronized void reset(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)(Java Doc)
abstract protected void resetCallableStatement_(CallableStatement cs, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SqlException(Code)(Java Doc)
protected void resetConnection(LogWriter logWriter, String user, ClientBaseDataSource ds, boolean recomputeFromDataSource) throws SqlException(Code)(Java Doc)
protected void resetConnection(LogWriter logWriter, String databaseName, java.util.Properties properties) throws SqlException(Code)(Java Doc)
protected void resetPrepareCall(CallableStatement cs) throws SqlException(Code)(Java Doc)
protected void resetPrepareStatement(PreparedStatement ps) throws SqlException(Code)(Java Doc)
abstract protected void resetPreparedStatement_(PreparedStatement ps, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)(Java Doc)
protected void resetStatement(Statement s) throws SqlException(Code)(Java Doc)
abstract protected void resetStatement_(Statement statement, int type, int concurrency, int holdability) throws SqlException(Code)(Java Doc)
abstract protected void reset_(LogWriter logWriter, String user, String password, ClientBaseDataSource ds, boolean recomputerFromDataSource) throws SqlException(Code)(Java Doc)
abstract protected void reset_(LogWriter logWriter, ClientBaseDataSource ds, boolean recomputerFromDataSource) throws SqlException(Code)(Java Doc)
public synchronized void rollback() throws SQLException(Code)(Java Doc)
public synchronized void rollback(java.sql.Savepoint savepoint) throws SQLException(Code)(Java Doc)
public synchronized void setAutoCommit(boolean autoCommit) throws SQLException(Code)(Java Doc)
public synchronized void setCatalog(String catalog) throws SQLException(Code)(Java Doc)
public synchronized void setHoldability(int holdability) throws SQLException(Code)(Java Doc)
public void setInUnitOfWork(boolean inUnitOfWork)(Code)(Java Doc)
public synchronized void setReadOnly(boolean readOnly) throws SQLException(Code)(Java Doc)
public synchronized java.sql.Savepoint setSavepoint() throws SQLException(Code)(Java Doc)
public synchronized java.sql.Savepoint setSavepoint(String name) throws SQLException(Code)(Java Doc)
public synchronized void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc)
public synchronized void setTypeMap(java.util.Map map) throws SQLException(Code)(Java Doc)
public void setXAState(int state)(Code)(Java Doc)
public boolean transactionInProgress()(Code)(Java Doc)
public boolean willAutoCommitGenerateFlow() throws org.apache.derby.client.am.SqlException(Code)(Java Doc)
public void writeCommit() throws SqlException(Code)(Java Doc)
abstract public void writeCommitSubstitute_() throws SqlException(Code)(Java Doc)
abstract public void writeLocalCommit_() throws SqlException(Code)(Java Doc)
abstract public void writeLocalRollback_() throws SqlException(Code)(Java Doc)
abstract public void writeLocalXACommit_() throws SqlException(Code)(Java Doc)
abstract public void writeLocalXARollback_() throws SqlException(Code)(Java Doc)
abstract public void writeLocalXAStart_() throws SqlException(Code)(Java Doc)
public void writeRollback() throws SqlException(Code)(Java Doc)
public void writeTransactionStart(Statement statement) throws SqlException(Code)(Java Doc)
abstract protected void writeXACommit_() throws SqlException(Code)(Java Doc)
abstract protected void writeXARollback_() throws SqlException(Code)(Java Doc)
abstract protected void writeXATransactionStart(Statement statement) 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.