public static class DBUtil.EmptyClob
extends java.lang.Object
implements java.sql.Clob
| Constructor and Description |
|---|
DBUtil.EmptyClob() |
| Modifier and Type | Method and Description |
|---|---|
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 length,
java.lang.String str) |
int |
setString(long length,
java.lang.String str,
int i1,
int i2) |
int |
setString(java.lang.String str) |
void |
truncate(long pos) |
public java.io.InputStream getAsciiStream()
getAsciiStream in interface java.sql.Clobpublic java.io.OutputStream setAsciiStream(long pos)
setAsciiStream in interface java.sql.Clobpublic java.io.Reader getCharacterStream()
getCharacterStream in interface java.sql.Clobpublic java.io.Writer setCharacterStream(long pos)
setCharacterStream in interface java.sql.Clobpublic java.lang.String getSubString(long pos,
int length)
getSubString in interface java.sql.Clobpublic int setString(java.lang.String str)
public int setString(long length,
java.lang.String str)
setString in interface java.sql.Clobpublic int setString(long length,
java.lang.String str,
int i1,
int i2)
setString in interface java.sql.Clobpublic long length()
length in interface java.sql.Clobpublic void truncate(long pos)
truncate in interface java.sql.Clobpublic long position(java.sql.Clob searchstr,
long start)
position in interface java.sql.Clobpublic long position(java.lang.String searchstr,
long start)
position in interface java.sql.Clobpublic void free()
throws java.sql.SQLException
free in interface java.sql.Clobjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(long pos,
long length)
throws java.sql.SQLException
getCharacterStream in interface java.sql.Clobjava.sql.SQLExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.