borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.jdbc.BConnection +----com.borland.datastore.jdbc.LConnection
Properties Methods
Implements Connection
This class is used internally by other com.borland
classes. You should never use this class directly.
public boolean getAutoCommit() public synchronized void setAutoCommit(boolean autoCommit)
This property is used internally by other com.borland
classes. You should never use this property directly.
public final synchronized boolean isClosed()
This property is used internally by other com.borland
classes. You should never use this property directly.
public final synchronized DatabaseMetaData getMetaData()
This property is used internally by other com.borland
classes. You should never use this property directly.
public synchronized boolean isReadOnly() public synchronized void setReadOnly(boolean readOnly)
This property is used internally by other com.borland
classes. You should never use this property directly.
public synchronized int getTransactionIsolation() public synchronized void setTransactionIsolation(int level)
This property is used internally by other com.borland
classes. You should never use this property directly.
public DataStoreConnection xaInit()