Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.xml
Class XMLPlatform

java.lang.Object
  extended byDatasourcePlatform
      extended byoracle.toplink.sdk.SDKPlatform
          extended byoracle.toplink.xml.XMLPlatform


Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public class XMLPlatform
extends SDKPlatform

XMLPlatform implements various database platform behaviors in a way that is useful for an XML data store:

Since:
TOPLink/Java 3.0
See Also:
XMLDataReadCall, XMLDataUpdateCall, Serialized Form

Constructor Summary
XMLPlatform()
          Deprecated. Default constructor.

 

Methods inherited from class oracle.toplink.sdk.SDKPlatform
getSequenceCounterFieldName, getSequenceNameFieldName, setSequenceCounterFieldName, setSequenceNameFieldName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XMLPlatform

public XMLPlatform()
Deprecated. 
Default constructor.

Skip navigation links

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