borland Packages  Class Hierarchy  datastore.jdbc Package 

BConnection class (abstract)

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

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


BConnection properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

BConnection methods

Methods implemented in this class

Methods implemented in java.lang.Object


BConnection properties

autoCommit

 public abstract boolean getAutoCommit()
 public abstract void setAutoCommit(boolean autoCommit)

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

catalog

 public String getCatalog()
 public void setCatalog(String catalog)

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

closed

 public abstract boolean isClosed()

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

metaData

 public abstract DatabaseMetaData getMetaData()

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

readOnly

 public abstract boolean isReadOnly()
 public abstract void setReadOnly(boolean readOnly)

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

typeMap

 public java.util.Map getTypeMap()
 public void setTypeMap(java.util.Map map)

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

warnings

 public SQLWarning getWarnings()

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


BConnection methods

finalize()

  public void finalize()

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

Overrides: java.lang.Object.finalize()

isLogging()

  public static final boolean isLogging()

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