Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.ox.platform
Class SAXPlatform

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

public class SAXPlatform
extends XMLPlatform

Since:
10.1.3 This class is used to indicate that SAX parsing should be used to create an XML Record when appropriate.
See Also:
Serialized Form

Constructor Summary
SAXPlatform()
           
 
Method Summary
 
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, getOperator, getPlatformOperators, getSelectSequenceQuery, getSequence, getSequencePreallocationSize, getTableQualifier, getTimestampFromServer, getTimestampQuery, getUpdateSequenceQuery, hasDefaultSequence, isAccess, isAttunity, isCloudscape, isDB2, isDBase, isDerby, isHSQL, isInformix, isMySQL, isODBC, isOracle, isPointBase, isPostgreSQL, isSQLAnywhere, isSQLServer, isSybase, isTimesTen, isTimesTen7, removeAllSequences, removeSequence, setConversionManager, setDefaultSequence, setSelectSequenceNumberQuery, setSequencePreallocationSize, setTableQualifier, setTimestampQuery, setUpdateSequenceQuery, shouldUseCustomModifyForCall, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXPlatform

public SAXPlatform()

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