public class SimpleClob extends Object implements Clob, Serializable
构造器和说明 |
---|
SimpleClob() |
SimpleClob(File f) |
限定符和类型 | 方法和说明 |
---|---|
void |
free() |
InputStream |
getAsciiStream() |
Reader |
getCharacterStream() |
Reader |
getCharacterStream(long pos,
long length) |
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) |
void |
truncate(long len) |
public SimpleClob()
public SimpleClob(File f)
public long length() throws SQLException
length
在接口中 Clob
SQLException
public String getSubString(long pos, int length) throws SQLException
getSubString
在接口中 Clob
SQLException
public Reader getCharacterStream() throws SQLException
getCharacterStream
在接口中 Clob
SQLException
public InputStream getAsciiStream() throws SQLException
getAsciiStream
在接口中 Clob
SQLException
public long position(String searchstr, long start) throws SQLException
position
在接口中 Clob
SQLException
public long position(Clob searchstr, long start) throws SQLException
position
在接口中 Clob
SQLException
public int setString(long pos, String str) throws SQLException
setString
在接口中 Clob
SQLException
public int setString(long pos, String str, int offset, int len) throws SQLException
setString
在接口中 Clob
SQLException
public OutputStream setAsciiStream(long pos) throws SQLException
setAsciiStream
在接口中 Clob
SQLException
public Writer setCharacterStream(long pos) throws SQLException
setCharacterStream
在接口中 Clob
SQLException
public void truncate(long len) throws SQLException
truncate
在接口中 Clob
SQLException
public void free() throws SQLException
free
在接口中 Clob
SQLException
public Reader getCharacterStream(long pos, long length) throws SQLException
getCharacterStream
在接口中 Clob
SQLException
Copyright © 2017. All rights reserved.