Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
: Class RealSQLClob (RealSQL-JDBC) (realsqlclob.html)
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.northgateis.reality.realsql.RealSQLClob
Implements the JDBC 2.0 Clob interface.
| Constructor Summary | |
RealSQLClob()
Constructs a new Clob from the specified byte array. |
|
| Method Summary | |
java.io.InputStream | getAsciiStream() |
java.io.Reader | getCharacterStream() |
java.lang.String | getSubString(long pos,
int len)Returns a copy of the specified substring in the CLOB value designated by this Clob object. |
long | length() |
long | position(java.sql.Clob pattern,
long start)Determines the character position at which the specified Clob object searchstr appears in this Clob object. |
long | position(java.lang.String pattern,
long start)Determines the character position at which the specified substring searchstr appears in the CLOB. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RealSQLClob()
Clob from the specified byte array.b - the array of bytes this Clob represents| Method Detail |
public java.io.InputStream getAsciiStream() throws java.sql.SQLException
Clob as an InputStreampublic java.io.Reader getCharacterStream() throws java.sql.SQLException
Clob as an Readerpublic java.lang.String getSubString(long pos, int len) throws java.sql.SQLException
pos - the start positionlen - the length of the desired return arraypublic long length() throws java.sql.SQLException
Clobpublic long position(java.sql.Clob pattern, long start) throws java.sql.SQLException
pattern - a Clob representing the desired patternstart - the index from which to start the search measured
from 1public long position(java.lang.String pattern, long start) throws java.sql.SQLException
pattern - a byte array representing the desired patternstart - the index from which to start the search measured
from 1| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||