| Constructor and Description |
|---|
StringClob(String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long offset,
long length) |
String |
getSubString(long pos,
int len) |
long |
length() |
long |
position(Clob colb,
long pos) |
long |
position(String string,
long pos) |
OutputStream |
setAsciiStream(long pos) |
Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
String string) |
int |
setString(long pos,
String string,
int i,
int j) |
void |
truncate(long pos) |
public StringClob(String string)
public void free()
throws SQLException
free in interface ClobSQLExceptionpublic InputStream getAsciiStream() throws SQLException
getAsciiStream in interface ClobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface ClobSQLExceptionpublic Reader getCharacterStream(long offset, long length) throws SQLException
getCharacterStream in interface ClobSQLExceptionpublic String getSubString(long pos, int len) throws SQLException
getSubString in interface ClobSQLExceptionpublic long length()
throws SQLException
length in interface ClobSQLExceptionpublic long position(Clob colb, long pos) throws SQLException
position in interface ClobSQLExceptionpublic long position(String string, long pos) throws SQLException
position in interface ClobSQLExceptionpublic OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream in interface ClobSQLExceptionpublic Writer setCharacterStream(long pos) throws SQLException
setCharacterStream in interface ClobSQLExceptionpublic int setString(long pos,
String string)
throws SQLException
setString in interface ClobSQLExceptionpublic int setString(long pos,
String string,
int i,
int j)
throws SQLException
setString in interface ClobSQLExceptionpublic void truncate(long pos)
throws SQLException
truncate in interface ClobSQLExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.