EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.platform.database
Class DB2MainframePlatform

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.DB2MainframePlatform

public class DB2MainframePlatform
extends DB2Platform

Purpose: Provides DB2 Mainframe specific behaviour.

Responsibilities:

Since:
TopLink 3.0.3

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

Constructor Detail

DB2MainframePlatform

public DB2MainframePlatform()
Method Detail

initializePlatformOperators

protected void initializePlatformOperators()
Initialize any platform-specific operators

Overrides:
initializePlatformOperators in class DB2Platform

EclipseLink 1.0_1.0M2 API Reference - Incubation