borland Packages  Class Hierarchy  datastore.jdbc Package 

RConnection class

java.lang.Object
   +----com.borland.datastore.jdbc.BConnection
           +----com.borland.datastore.jdbc.RConnection

About the RConnection 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.


RConnection properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.datastore.jdbc.BConnection

Properties implemented in java.lang.Object

RConnection methods

Methods implemented in this class

Methods implemented in com.borland.datastore.jdbc.BConnection

Methods implemented in java.lang.Object


RConnection properties

autoCommit

 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.

closed

 public boolean isClosed()

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

metaData

 public DatabaseMetaData getMetaData()

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

readOnly

 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.

stream

 public com.borland.datastore.jdbc.Stream getStream()

transactionIsolation

 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.