borland Packages  Class Hierarchy  datastore.jdbc Package 

LConnection class

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

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


LConnection 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

LConnection methods

Methods implemented in this class

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

Methods implemented in java.lang.Object


LConnection properties

autoCommit

 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.

closed

 public final synchronized boolean isClosed()

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

metaData

 public final synchronized DatabaseMetaData getMetaData()

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

readOnly

 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.

transactionIsolation

 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.


LConnection methods

xaInit()

  public DataStoreConnection xaInit()