org.hsqldb.types
Interface LobData
-
- All Known Implementing Classes:
- BinaryData, BlobDataID, ClobDataID
public interface LobDataInterface for Large Object implementations.All positions are 0 based
- Since:
- 1.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description longgetId()booleanisBinary()longlength(SessionInterface session)voidsetId(long id)voidsetSession(SessionInterface session)
-
-
-
Method Detail
-
length
long length(SessionInterface session)
-
getId
long getId()
-
setId
void setId(long id)
-
setSession
void setSession(SessionInterface session)
-
isBinary
boolean isBinary()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG