Skip navigation links

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

B28219-01


oracle.toplink.oraclespecific
Class Oracle8Platform

java.lang.Object
  extended byoracle.toplink.internal.databaseaccess.OraclePlatform
      extended byoracle.toplink.platform.database.oracle.OraclePlatform
          extended byoracle.toplink.oraclespecific.Oracle8Platform

Direct Known Subclasses:
Oracle8Platform, Oracle8Platform

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by Oracle8Platform

public class Oracle8Platform
extends OraclePlatform

Purpose: Supports printing of new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.

See Also:
Serialized Form

Constructor Summary
Oracle8Platform()
          Deprecated.  

 

Method Summary
 int getLobValueLimits()
          Deprecated. PUBLIC: Return the BLOB/CLOB value limits on thin driver.
 void setLobValueLimits(int lobValueLimits)
          Deprecated. PUBLIC: Set the BLOB/CLOB value limits on thin driver.
 void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite)
          Deprecated. PUBLIC: Set if the locator is required for the LOB write.
 boolean shouldUseLocatorForLOBWrite()
          Deprecated. PUBLIC: Return if the locator is required for the LOB write.

 

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

 

Constructor Detail

Oracle8Platform

public Oracle8Platform()
Deprecated. 

Method Detail

setShouldUseLocatorForLOBWrite

public void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite)
Deprecated. 
PUBLIC: Set if the locator is required for the LOB write. The default is true. For Oracle thin driver, the locator is recommended for large size ( >4k for Oracle8, >5.9K for Oracle9) BLOB/CLOB value write.

shouldUseLocatorForLOBWrite

public boolean shouldUseLocatorForLOBWrite()
Deprecated. 
PUBLIC: Return if the locator is required for the LOB write. The default is true. For Oracle thin driver, the locator is recommended for large size ( >4k for Oracle8, >5.9K for Oracle9) BLOB/CLOB value write.

getLobValueLimits

public int getLobValueLimits()
Deprecated. 
PUBLIC: Return the BLOB/CLOB value limits on thin driver. The default value is 0. If usesLocatorForLOBWrite is true, locator will be used in case the lob's size is larger than lobValueLimit.

setLobValueLimits

public void setLobValueLimits(int lobValueLimits)
Deprecated. 
PUBLIC: Set the BLOB/CLOB value limits on thin driver. The default value is 0. If usesLocatorForLOBWrite is true, locator will be used in case the lob's size is larger than lobValueLimit.

Skip navigation links

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