Class OraclePlatform
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.OraclePlatform
- All Implemented Interfaces:
DatabasePlatform
Use
OracleDatabasePlatform instead.- 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
-
OraclePlatform
public OraclePlatform()
-