org.makumba.db.makumba.sql
Class OracleDatabase

java.lang.Object
  extended by org.makumba.db.makumba.Database
      extended by org.makumba.db.makumba.sql.Database
          extended by org.makumba.db.makumba.sql.OracleDatabase

public class OracleDatabase
extends Database

the database adapter for PostgreSQL


Field Summary
 
Fields inherited from class org.makumba.db.makumba.sql.Database
addUnderscore, catalog, connectionConfig, DESIRED_TRANSACTION_LEVEL, eng, pooledDataSource, sqlDrivers, url
 
Fields inherited from class org.makumba.db.makumba.Database
nr, requestForeignKeys, requestUTF8, tp
 
Constructor Summary
OracleDatabase(Properties p)
          simply calls super
 
Method Summary
protected  String getJdbcUrl(Properties p)
          builds a JDBC Connection URL given the host, sqlEngine and database properties
protected  int getMaxFieldNameLength()
           
protected  int getMaxTableNameLength()
           
 
Methods inherited from class org.makumba.db.makumba.sql.Database
checkState, checkState, closeResourcePool, exec, getDuplicateFields, getEngine, getEngineProperty, getIdleConnections, getLimitSyntax, getMaxPointerValue, getMinPointerValue, getNameResolverHook, getOpenedConnections, getPointer, getPooledDBConnection, getResourcePoolSize, getTableClass, getTableClassConfigured, getWrappedStatementToString, isDuplicateException, isForeignKeyViolationException, isLimitOffsetFirst, logException, logException, logException, makeDBConnection, OQLDate, parseReadableForeignKeyErrorMessage, prepareQueryImpl, prepareUpdateImpl, readCatalog, SQLEscape, supportsForeignKeys, supportsLimitInQuery, supportsUTF8
 
Methods inherited from class org.makumba.db.makumba.Database
checkForeignKeys, close, copyFrom, copyFrom, copyFrom, copyFrom, copyFrom, deleteFrom, deleteFrom, deleteFrom, deleteFrom, finalize, findConfig, getConfiguration, getConfigurationProperties, getDBConnection, getDBConnection, getDbsv, getFieldNameInSource, getName, getNameResolver, getTable, getTable, getTypeNameInSource, initialiseTables, isAutoIncrement, makePseudoTable, openTable, openTables, usesHibernateIndexes
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleDatabase

public OracleDatabase(Properties p)
simply calls super

Method Detail

getMaxTableNameLength

protected int getMaxTableNameLength()

getMaxFieldNameLength

protected int getMaxFieldNameLength()

getJdbcUrl

protected String getJdbcUrl(Properties p)
Description copied from class: Database
builds a JDBC Connection URL given the host, sqlEngine and database properties

Overrides:
getJdbcUrl in class Database