com.sibvisions.rad.persist.jdbc
Class DerbyDBAccess

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.DBAccess
      extended by com.sibvisions.rad.persist.jdbc.DerbyDBAccess
All Implemented Interfaces:
IDBAccess

public class DerbyDBAccess
extends DBAccess

The DerbyDBAccess is the implementation for Derby databases. Client driver version.

See Also:
DBAccess

Field Summary
 
Fields inherited from class com.sibvisions.rad.persist.jdbc.DBAccess
logger, LONGNVARCHAR, NCHAR, NCLOB, NVARCHAR, SQLXML
 
Constructor Summary
DerbyDBAccess()
          Constructs a new DerbyDBAccess Object.
 
Method Summary
 boolean supportsGetGeneratedKeys()
          Returns if this Database specific supports generated keys.
 
Methods inherited from class com.sibvisions.rad.persist.jdbc.DBAccess
close, commit, delete, executeFunction, executeProcedure, executeUpdate, fetch, getAutomaticLinkColName, getColumnMetaData, getConnection, getDatabaseSpecificLockStatement, getDBAccess, getDBProperties, getDBProperty, getDriver, getFKs, getFromClause, getMaxTime, getPassword, getPK, getPreparedStatement, getQueryColumns, getSelectStatement, getUKs, getUrl, getUsername, getWHEREClause, insert, insertAnsiSQL, insertDatabaseSpecific, isOpen, lockRow, open, quote, registerDBAccessClass, rollback, setColumnsToStore, setDBProperties, setDBProperty, setDriver, setFilterParameter, setMaxTime, setPassword, setQueryTimeOut, setUrl, setUsername, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DerbyDBAccess

public DerbyDBAccess()
Constructs a new DerbyDBAccess Object.

Method Detail

supportsGetGeneratedKeys

public boolean supportsGetGeneratedKeys()
Returns if this Database specific supports generated keys. Because of Derby!

Overrides:
supportsGetGeneratedKeys in class DBAccess
Returns:
if this Database specific supports generated keys.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.