public class SimpleClob
extends java.lang.Object
implements java.sql.Clob, java.io.Serializable
| 构造器和说明 |
|---|
SimpleClob() |
SimpleClob(java.io.File f) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
java.io.InputStream |
getAsciiStream() |
java.io.Reader |
getCharacterStream() |
java.io.Reader |
getCharacterStream(long pos,
long length) |
java.lang.String |
getSubString(long pos,
int length) |
long |
length() |
long |
position(java.sql.Clob searchstr,
long start) |
long |
position(java.lang.String searchstr,
long start) |
java.io.OutputStream |
setAsciiStream(long pos) |
java.io.Writer |
setCharacterStream(long pos) |
int |
setString(long pos,
java.lang.String str) |
int |
setString(long pos,
java.lang.String str,
int offset,
int len) |
void |
truncate(long len) |
public long length()
throws java.sql.SQLException
length 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.lang.String getSubString(long pos,
int length)
throws java.sql.SQLException
getSubString 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream()
throws java.sql.SQLException
getCharacterStream 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.io.InputStream getAsciiStream()
throws java.sql.SQLException
getAsciiStream 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic long position(java.lang.String searchstr,
long start)
throws java.sql.SQLException
position 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic long position(java.sql.Clob searchstr,
long start)
throws java.sql.SQLException
position 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic int setString(long pos,
java.lang.String str)
throws java.sql.SQLException
setString 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic int setString(long pos,
java.lang.String str,
int offset,
int len)
throws java.sql.SQLException
setString 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.io.OutputStream setAsciiStream(long pos)
throws java.sql.SQLException
setAsciiStream 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.io.Writer setCharacterStream(long pos)
throws java.sql.SQLException
setCharacterStream 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic void truncate(long len)
throws java.sql.SQLException
truncate 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic void free()
throws java.sql.SQLException
free 在接口中 java.sql.Clobjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(long pos,
long length)
throws java.sql.SQLException
getCharacterStream 在接口中 java.sql.Clobjava.sql.SQLException