| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long pos,
long length) |
String |
getSubString(long pos,
int length) |
long |
length() |
long |
position(Clob parm1,
long parm2) |
long |
position(String parm1,
long parm2) |
OutputStream |
setAsciiStream(long pos) |
Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
String str) |
int |
setString(long pos,
String str,
int offset,
int len) |
void |
truncate(long len) |
public ClobImpl(char[] chars)
public ClobImpl(String str)
public ClobImpl(Reader reader) throws IOException
IOExceptionpublic long length()
throws SQLException
length 在接口中 ClobSQLExceptionpublic String getSubString(long pos, int length) throws SQLException
getSubString 在接口中 ClobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream 在接口中 ClobSQLExceptionpublic InputStream getAsciiStream() throws SQLException
getAsciiStream 在接口中 ClobSQLExceptionpublic long position(String parm1, long parm2) throws SQLException
position 在接口中 ClobSQLExceptionpublic long position(Clob parm1, long parm2) throws SQLException
position 在接口中 ClobSQLExceptionpublic Writer setCharacterStream(long pos) throws SQLException
setCharacterStream 在接口中 ClobSQLExceptionpublic int setString(long pos,
String str,
int offset,
int len)
throws SQLException
setString 在接口中 ClobSQLExceptionpublic int setString(long pos,
String str)
throws SQLException
setString 在接口中 ClobSQLExceptionpublic void truncate(long len)
throws SQLException
truncate 在接口中 ClobSQLExceptionpublic OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream 在接口中 ClobSQLExceptionpublic void free()
throws SQLException
free 在接口中 ClobSQLExceptionpublic Reader getCharacterStream(long pos, long length) throws SQLException
getCharacterStream 在接口中 ClobSQLExceptionCopyright © 2023 onecode. All rights reserved.