|
MDi JLib 1.7.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OracleClobInterface
An Interface for accessing and manipulating Oracle CLOB data elements.
| Method Summary | |
|---|---|
void |
setClob(CLOB c)
Sets the object value to the given CLOB. |
void |
setClob(String s)
Sets the object value to the given String. |
String |
toString()
Convert this CLOB to a String |
void |
truncate()
Truncates (clears) the object value. |
CLOB |
truncate(CLOB c)
Trunate the given CLOB returning an empty CLOB. |
| Method Detail |
|---|
String toString()
toString in class Object
void setClob(CLOB c)
throws SQLException
c - CLOB value
SQLException - thrown if unable to set the CLOB value
void setClob(String s)
throws SQLException
s - String value (will be stored as a CLOB)
SQLException - thrown if unable to set the CLOB value
void truncate()
throws SQLException
SQLException - thrown if unable to clear the CLOB value
CLOB truncate(CLOB c)
throws SQLException
c - CLOB to truncate
SQLException - thrown if unable to clear the given CLOB value
|
MDi JLib 1.7.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||