org.hsqldb.types
Class ClobDataID
- java.lang.Object
-
- org.hsqldb.types.ClobDataID
-
-
Constructor Summary
Constructors Constructor and Description ClobDataID(long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ClobDataduplicate(SessionInterface session)booleanequals(java.lang.Object other)java.io.ReadergetCharacterStream(SessionInterface session)java.io.ReadergetCharacterStream(SessionInterface session, long pos, long length)char[]getChars(SessionInterface session, long position, int length)ClobDatagetClob(SessionInterface session, long position, long length)longgetId()java.lang.StringgetSubString(SessionInterface session, long pos, int length)inthashCode()booleanisBinary()longlength(SessionInterface session)longnonSpaceLength(SessionInterface session)longposition(SessionInterface session, ClobData searchstr, long start)longposition(SessionInterface session, java.lang.String searchstr, long start)voidsetCharacterStream(SessionInterface session, long pos, java.io.Reader in)voidsetChars(SessionInterface session, long pos, char[] chars, int offset, int len)voidsetClob(SessionInterface session, long pos, ClobData clob, long offset, long len)voidsetId(long id)voidsetSession(SessionInterface session)voidsetString(SessionInterface session, long pos, java.lang.String str)voidtruncate(SessionInterface session, long len)
-
-
-
Method Detail
-
getChars
public char[] getChars(SessionInterface session, long position, int length)
-
length
public long length(SessionInterface session)
-
getSubString
public java.lang.String getSubString(SessionInterface session, long pos, int length)
- Specified by:
getSubStringin interfaceClobData
-
duplicate
public ClobData duplicate(SessionInterface session)
-
getClob
public ClobData getClob(SessionInterface session, long position, long length)
-
truncate
public void truncate(SessionInterface session, long len)
-
getCharacterStream
public java.io.Reader getCharacterStream(SessionInterface session)
- Specified by:
getCharacterStreamin interfaceClobData
-
setCharacterStream
public void setCharacterStream(SessionInterface session, long pos, java.io.Reader in)
- Specified by:
setCharacterStreamin interfaceClobData
-
setString
public void setString(SessionInterface session, long pos, java.lang.String str)
-
setClob
public void setClob(SessionInterface session, long pos, ClobData clob, long offset, long len)
-
setChars
public void setChars(SessionInterface session, long pos, char[] chars, int offset, int len)
-
position
public long position(SessionInterface session, java.lang.String searchstr, long start)
-
position
public long position(SessionInterface session, ClobData searchstr, long start)
-
nonSpaceLength
public long nonSpaceLength(SessionInterface session)
- Specified by:
nonSpaceLengthin interfaceClobData
-
getCharacterStream
public java.io.Reader getCharacterStream(SessionInterface session, long pos, long length)
- Specified by:
getCharacterStreamin interfaceClobData
-
getId
public long getId()
-
setId
public void setId(long id)
-
setSession
public void setSession(SessionInterface session)
- Specified by:
setSessionin interfaceLobData
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG