public class ClobProxyImpl extends Object implements ClobProxy
| 构造器和说明 |
|---|
ClobProxyImpl(DataSourceProxy dataSource,
ConnectionProxy connection,
Clob clob) |
| 限定符和类型 | 方法和说明 |
|---|---|
FilterChain |
createChain() |
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long pos,
long length) |
ConnectionProxy |
getConnectionWrapper() |
Clob |
getRawClob() |
String |
getSubString(long pos,
int length) |
long |
length() |
long |
position(Clob searchstr,
long start) |
long |
position(String searchstr,
long start) |
OutputStream |
setAsciiStream(long pos) |
Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
String str) |
int |
setString(long pos,
String str,
int offset,
int len) |
String |
toString() |
void |
truncate(long len) |
public ClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, Clob clob)
public FilterChain createChain()
public ConnectionProxy getConnectionWrapper()
getConnectionWrapper 在接口中 ClobProxypublic Clob getRawClob()
getRawClob 在接口中 ClobProxypublic void free()
throws SQLException
free 在接口中 ClobSQLExceptionpublic InputStream getAsciiStream() throws SQLException
getAsciiStream 在接口中 ClobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream 在接口中 ClobSQLExceptionpublic Reader getCharacterStream(long pos, long length) throws SQLException
getCharacterStream 在接口中 ClobSQLExceptionpublic String getSubString(long pos, int length) throws SQLException
getSubString 在接口中 ClobSQLExceptionpublic long length()
throws SQLException
length 在接口中 ClobSQLExceptionpublic long position(String searchstr, long start) throws SQLException
position 在接口中 ClobSQLExceptionpublic long position(Clob searchstr, long start) throws SQLException
position 在接口中 ClobSQLExceptionpublic OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream 在接口中 ClobSQLExceptionpublic Writer setCharacterStream(long pos) throws SQLException
setCharacterStream 在接口中 ClobSQLExceptionpublic int setString(long pos,
String str)
throws SQLException
setString 在接口中 ClobSQLExceptionpublic int setString(long pos,
String str,
int offset,
int len)
throws SQLException
setString 在接口中 ClobSQLExceptionpublic void truncate(long len)
throws SQLException
truncate 在接口中 ClobSQLExceptionCopyright © 2012 Alibaba Group. All Rights Reserved.