| java.lang.Object org.isqlviewer.sql.ByteArrayClob
ByteArrayClob | public class ByteArrayClob implements Clob(Code) | | Utility Implementation for dealing with CLOB objects in memory.
This is very easy implementation of a CLOB using the StringBuffer. This class is designed for easily creating CLOB
objects at runtime using Strings.
See Also: java.lang.StringBuffer author: Markus A. Kobold <mkobold at sprintpcs dot com> |
getSubString | public String getSubString(long pos, int length)(Code) | | |
length | public long length()(Code) | | |
position | public long position(String searchstr, long start)(Code) | | |
position | public long position(Clob searchstr, long start)(Code) | | |
setCharacterStream | public Writer setCharacterStream(long pos)(Code) | | |
|
|