borland Packages  Class Hierarchy  javax.sql Package 

DelegateConnection class

java.lang.Object
   +----com.borland.javax.sql.StatementPool
           +----com.borland.javax.sql.DelegateConnection

About the DelegateConnection class

Properties  Methods  

Implements Connection

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


DelegateConnection properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

DelegateConnection methods

Methods implemented in this class

Methods implemented in java.lang.Object


DelegateConnection properties

autoCommit

 public synchronized boolean getAutoCommit()
 public synchronized void setAutoCommit(boolean autoCommit)

This is used internally by other com.borland classes. You should never use this directly.

catalog

 public synchronized String getCatalog()
 public synchronized void setCatalog(String catalog)

This is used internally by other com.borland classes. You should never use this directly.

closed

 public synchronized boolean isClosed()

This is used internally by other com.borland classes. You should never use this directly.

globalTx

 public synchronized void setGlobalTx(boolean isGlobalTx)

This is used internally by other com.borland classes. You should never use this directly.

metaData

 public synchronized DatabaseMetaData getMetaData()

This is used internally by other com.borland classes. You should never use this directly.

readOnly

 public synchronized boolean isReadOnly()
 public synchronized void setReadOnly(boolean readOnly)

This is used internally by other com.borland classes. You should never use this directly.

transactionIsolation

 public synchronized int getTransactionIsolation()
 public synchronized void setTransactionIsolation(int level)

This is used internally by other com.borland classes. You should never use this directly.

typeMap

 public synchronized java.util.Map getTypeMap()
 public synchronized void setTypeMap(java.util.Map map)

This is used internally by other com.borland classes. You should never use this directly.

warnings

 public synchronized SQLWarning getWarnings()

This is used internally by other com.borland classes. You should never use this directly.


DelegateConnection methods

join(com.borland.javax.sql.DelegateConnection)

  public synchronized boolean join(DelegateConnection joinCon)

This is used internally by other com.borland classes. You should never use this directly.

split()

  public final void split()

This is used internally by other com.borland classes. You should never use this directly.