EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.platform.database
Class JavaDBPlatform

java.lang.Object
  extended by org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
      extended by org.eclipse.persistence.platform.database.DatabasePlatform
          extended by org.eclipse.persistence.platform.database.DB2Platform
              extended by org.eclipse.persistence.platform.database.DerbyPlatform
                  extended by org.eclipse.persistence.platform.database.JavaDBPlatform

public class JavaDBPlatform
extends DerbyPlatform

Purpose: Allows to use JavaDBPlatform as a synonym for DerbyPlatform


Constructor Summary
JavaDBPlatform()
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.platform.database.DerbyPlatform
appendByteArray, buildFieldTypes, buildSelectQueryForIdentity, getCreateTempTableSqlBodyForTable, getCreateTempTableSqlSuffix, getInOutputProcedureToken, getNativeTableInfo, getProcedureBeginString, getProcedureEndString, getTimestampQuery, isDB2, isDerby, printFieldIdentityClause, shouldIgnoreException, shouldPrintOutputTokenAtStart, shouldTempTableSpecifyPrimaryKeys, writeUpdateOriginalFromTempTableSql
 
Methods inherited from class org.eclipse.persistence.platform.database.DB2Platform
appendCalendar, appendDate, appendDB2Calendar, appendDB2Date, appendDB2Timestamp, appendTime, appendTimestamp, dontBindUpdateAllQueryUsingTempTables, getCreateTempTableSqlPrefix, getMaxFieldNameSize, getMaxForeignKeyNameSize, getProcedureAsString, getProcedureCallHeader, getSelectForUpdateString, getTempTableForTable, initializePlatformOperators, isNullAllowedInSelectClause, maximumNumericValues, minimumNumericValues, shouldBindLiterals, shouldUseJDBCOuterJoinSyntax, supportsGlobalTempTables, supportsIdentity, writeParameterMarker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaDBPlatform

public JavaDBPlatform()

EclipseLink 1.0_1.0M2 API Reference - Incubation