public class AltibaseClob extends AltibaseLob implements java.sql.Clob
mChannel, mContext, mIsClosed, mLobLength, mLobUpdated, mLocatorId| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getAsciiStream() |
java.io.Reader |
getCharacterStream() |
java.io.Reader |
getCharacterStream(long aPos,
long aLength) |
java.lang.String |
getSubString(long aStartPos,
int aLength) |
long |
length() |
long |
position(java.sql.Clob aPattern,
long aStartPos) |
long |
position(java.lang.String aPattern,
long aStartPos) |
java.io.OutputStream |
setAsciiStream(long aStartPos) |
java.io.Writer |
setCharacterStream(long aStartPos) |
int |
setString(long aStartPos,
java.lang.String aSource) |
int |
setString(long aStartPos,
java.lang.String aSource,
int aOffset,
int aLength) |
java.lang.String |
toString() |
free, isSameConnectionWith, open, setNull, truncatepublic java.io.InputStream getAsciiStream()
throws java.sql.SQLException
getAsciiStream in interface java.sql.Clobjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream()
throws java.sql.SQLException
getCharacterStream in interface java.sql.Clobjava.sql.SQLExceptionpublic java.lang.String getSubString(long aStartPos,
int aLength)
throws java.sql.SQLException
getSubString in interface java.sql.Clobjava.sql.SQLExceptionpublic long length()
throws java.sql.SQLException
length in interface java.sql.Clobjava.sql.SQLExceptionpublic long position(java.sql.Clob aPattern,
long aStartPos)
throws java.sql.SQLException
position in interface java.sql.Clobjava.sql.SQLExceptionpublic long position(java.lang.String aPattern,
long aStartPos)
throws java.sql.SQLException
position in interface java.sql.Clobjava.sql.SQLExceptionpublic java.io.OutputStream setAsciiStream(long aStartPos)
throws java.sql.SQLException
setAsciiStream in interface java.sql.Clobjava.sql.SQLExceptionpublic java.io.Writer setCharacterStream(long aStartPos)
throws java.sql.SQLException
setCharacterStream in interface java.sql.Clobjava.sql.SQLExceptionpublic int setString(long aStartPos,
java.lang.String aSource,
int aOffset,
int aLength)
throws java.sql.SQLException
setString in interface java.sql.Clobjava.sql.SQLExceptionpublic int setString(long aStartPos,
java.lang.String aSource)
throws java.sql.SQLException
setString in interface java.sql.Clobjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.io.Reader getCharacterStream(long aPos,
long aLength)
throws java.sql.SQLException
getCharacterStream in interface java.sql.Clobjava.sql.SQLException