|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.internal.databaseaccess.OraclePlatform
oracle.toplink.platform.database.oracle.OraclePlatform
oracle.toplink.oraclespecific.Oracle8Platform
oracle.toplink.platform.database.oracle.Oracle8Platform
Purpose: Supports certain new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.
Supports Oracle thin JDBC driver LOB >4k binding workaround.
Creates BLOB and CLOB type for byte[] and char[] for table creation.
| Constructor Summary | |
Oracle8Platform() |
|
| Method Summary | |
int |
getLobValueLimits()PUBLIC: Return the BLOB/CLOB value limits on thin driver. |
void |
setLobValueLimits(int lobValueLimits)PUBLIC: Set the BLOB/CLOB value limits on thin driver. |
void |
setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite)PUBLIC: Set if the locator is required for the LOB write. |
boolean |
shouldUseLocatorForLOBWrite()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 |
public Oracle8Platform()
| Method Detail |
public void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite)
setShouldUseLocatorForLOBWrite in class Oracle8Platformpublic boolean shouldUseLocatorForLOBWrite()
shouldUseLocatorForLOBWrite in class Oracle8Platformpublic int getLobValueLimits()
getLobValueLimits in class Oracle8Platformpublic void setLobValueLimits(int lobValueLimits)
setLobValueLimits in class Oracle8Platform
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||