Class Oracle9iDatabasePlatform
java.lang.Object
org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
org.kuali.rice.core.framework.persistence.platform.Oracle9iDatabasePlatform
- All Implemented Interfaces:
DatabasePlatform
This allows us to use Oracle9i as an alias for the Oracle platform. Oracle9i is one
of the platforms supported by OJB so we want to keep our platform identifiers
consistent with OJB.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields inherited from class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
WAIT_FOREVER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform
applyLimitSql, escapeString, getCurTimeFunction, getDateFormatString, getDateSQL, getLockRouteHeaderQuerySQL, getNextValSqlJdbc, getNextValSqlOjb, getSelectForUpdateSuffix, getStrToDateFunction, getTimeoutSeconds, toStringMethods inherited from class org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform
getCreateTableFromTableSql, getDropTableSql, getInsertDataFromTableSql, getIsNullFunction, getNextValSQL, getTruncateTableSql, getUpperCaseFunction
-
Constructor Details
-
Oracle9iDatabasePlatform
public Oracle9iDatabasePlatform()
-