public abstract class AltibaseLob
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CmChannel |
mChannel |
protected CmProtocolContextLob |
mContext |
protected boolean |
mIsClosed |
protected long |
mLobLength |
protected boolean |
mLobUpdated |
protected long |
mLocatorId |
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
boolean |
isSameConnectionWith(CmChannel aChannel) |
void |
open(CmChannel aChannel) |
void |
truncate(long aLength) |
protected long mLocatorId
protected long mLobLength
protected CmChannel mChannel
protected CmProtocolContextLob mContext
protected boolean mLobUpdated
protected boolean mIsClosed
public void open(CmChannel aChannel)
public void truncate(long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isSameConnectionWith(CmChannel aChannel)
public void free()
throws java.sql.SQLException
java.sql.SQLException