|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OracleClob
| Method Summary | |
|---|---|
void |
close()Close a previously opened CLOB. |
boolean |
isEmptyLob()Return true if this is a empty lob. |
boolean |
isOpen()Check whether the CLOB is opened. |
boolean |
isSecureFile()Returns true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1). |
boolean |
isTemporary()Return true if the lob locator points to a temporary clob. |
void |
open(LargeObjectAccessMode mode)Open a CLOB in the indicated mode. |
| Methods inherited from interface java.sql.Clob |
|---|
getAsciiStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate |
| Method Detail |
|---|
void open(LargeObjectAccessMode mode)
throws java.sql.SQLException
java.sql.SQLException
void close()
throws java.sql.SQLException
java.sql.SQLException
boolean isOpen()
throws java.sql.SQLException
java.sql.SQLException
boolean isTemporary()
throws java.sql.SQLException
java.sql.SQLException
boolean isEmptyLob()
throws java.sql.SQLException
java.sql.SQLExceptionempty_lob
boolean isSecureFile()
throws java.sql.SQLException
true if this is a SecureFile (LOBs with the STORE AS SECUREFILE option, which were introduced in Oracle Database 11g Release 1).true if this is a SecureFile and false otherwise.java.sql.SQLException
|
Oracle Database JDBC Java API Reference 11g Release 2 E13995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||