Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01

oracle.toplink.ox.platform
Class DOMPlatform

java.lang.Object
  extended byoracle.toplink.internal.databaseaccess.DatasourcePlatform
      extended byoracle.toplink.ox.platform.XMLPlatform
          extended byoracle.toplink.ox.platform.DOMPlatform
All Implemented Interfaces:
java.lang.Cloneable, oracle.toplink.internal.databaseaccess.Platform, java.io.Serializable

public class DOMPlatform
extends XMLPlatform

Since:
10.1.3 This class indicated that DOM parsing should be used when appropriate in an XML project to create XMLRecords.
See Also:
Serialized Form

Constructor Summary
DOMPlatform()
           
 
Methods inherited from class oracle.toplink.ox.platform.XMLPlatform
getConversionManager
 
Methods inherited from class oracle.toplink.internal.databaseaccess.DatasourcePlatform
addSequence, appendParameter, clone, convertObject, copyInto, getCustomModifyValueForCall, getDataTypesConvertedFrom, getDataTypesConvertedTo, getDefaultSequence, getDefaultSequenceToWrite, getOperator, getPlatformOperators, getSelectSequenceQuery, getSequence, getSequencePreallocationSize, getSequences, getSequencesToWrite, getTableQualifier, getTimestampFromServer, getTimestampQuery, getUpdateSequenceQuery, hasDefaultSequence, isAccess, isAttunity, isCloudscape, isDB2, isDBase, isHSQL, isInformix, isMySQL, isODBC, isOracle, isPointBase, isSQLAnywhere, isSQLServer, isSybase, isTimesTen, removeAllSequences, removeSequence, setConversionManager, setDefaultSequence, setSelectSequenceNumberQuery, setSequencePreallocationSize, setSequences, setTableQualifier, setTimestampQuery, setUpdateSequenceQuery, shouldUseCustomModifyForCall, toString, usesPlatformDefaultSequence
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMPlatform

public DOMPlatform()

Copyright © 1998, 2006, Oracle. All Rights Reserved.