borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.jdbc.BConnection +----com.borland.datastore.jdbc.RConnection
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 void setAutoCommit(boolean autoCommit)
This property is used internally by other com.borland
classes. You should never use this property directly.
public boolean isClosed()
This property is used internally by other com.borland
classes. You should never use this property directly.
public DatabaseMetaData getMetaData()
This property is used internally by other com.borland
classes. You should never use this property directly.
public boolean isReadOnly() public void setReadOnly(boolean readOnly)
This property is used internally by other com.borland
classes. You should never use this property directly.
public com.borland.datastore.jdbc.Stream getStream()
public int getTransactionIsolation() public void setTransactionIsolation(int level)
This property is used internally by other com.borland
classes. You should never use this property directly.