borland Packages Class Hierarchy javax.sql Package
java.lang.Object +----com.borland.javax.sql.StatementPool +----com.borland.javax.sql.DelegateConnection
Properties Methods
Implements Connection
This class is used internally by other com.borland
classes. You should never use this class directly.
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.
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.
public synchronized boolean isClosed()
This is used internally by other com.borland
classes. You should never use this directly.
public synchronized void setGlobalTx(boolean isGlobalTx)
This is used internally by other com.borland
classes. You should never use this directly.
public synchronized DatabaseMetaData getMetaData()
This is used internally by other com.borland
classes. You should never use this directly.
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.
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.
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.
public synchronized SQLWarning getWarnings()
This is used internally by other com.borland
classes. You should never use this directly.
public synchronized boolean join(DelegateConnection joinCon)
This is used internally by other com.borland
classes. You should never use this directly.
public final void split()
This is used internally by other com.borland
classes. You should never use this directly.