| java.lang.Object org.h2.message.TraceObject org.h2.jdbc.JdbcClob
getCharacterStream | public Reader getCharacterStream(long pos, long length) throws SQLException(Code) | | [Not supported] Returns the reader, starting from an offset.
|
getSubString | public String getSubString(long pos, int length) throws SQLException(Code) | | Returns a substring.
Parameters: pos - the position (the first character is at position 1) Parameters: length - the number of characters the string |
position | public long position(String pattern, long start) throws SQLException(Code) | | [Not supported] Searches a pattern and return the position.
|
position | public long position(Clob clobPattern, long start) throws SQLException(Code) | | [Not supported] Searches a pattern and return the position.
|
setCharacterStream | public Writer setCharacterStream(long pos) throws SQLException(Code) | | [Not supported] Returns a writer starting from a given position.
|
setString | public int setString(long pos, String str, int offset, int len) throws SQLException(Code) | | [Not supported] Sets a substring.
|
truncate | public void truncate(long len) throws SQLException(Code) | | [Not supported] Truncates the object.
|
Fields inherited from org.h2.message.TraceObject | final public static int CALLABLE_STATEMENTCONNECTIONDATABASE_META_DATAPREPARED_STATEMENTRESULT_SETRESULT_SET_META_DATASAVEPOINTSQL_EXCEPTIONSTATEMENTBLOBCLOBPARAMETER_META_DATA(Code)(Java Doc) final public static int DATA_SOURCEXA_DATA_SOURCEXIDARRAY(Code)(Java Doc)
|
|
|