Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
A ClobLocator is a transaction duration reference to a character large object in the DBMS server.
Method Summary | |
InputStream | getAsciiStream()
|
Reader | getCharacterStream()
|
String | getString(int pos,
int length)
|
long | length()
|
Method Detail |
public long length()
public String getString(int pos, int length)
pos
- is the first character of the substring to be extracted.
length
- is the number of consecutive character to be copied.
public Reader getCharacterStream()
public InputStream getAsciiStream()
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |