borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.jdbc.BConnection +----com.borland.datastore.jdbc.LConnection +----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 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.
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.
public abstract boolean isClosed()
This property is used internally by other com.borland
classes. You should never use this property directly.
public abstract DatabaseMetaData getMetaData()
This property is used internally by other com.borland
classes. You should never use this property directly.
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.
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.
public SQLWarning getWarnings()
This property is used internally by other com.borland
classes. You should never use this property directly.
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()
public static final boolean isLogging()
This method is used internally by other com.borland
classes. You should never use this method directly.