public class IfxLoStat
extends java.lang.Object
The IfxLoStat class stores some statistical information about a smart large object such as the size, last access time, last modified time, last status change, and so on.
Modifier and Type | Method and Description |
---|---|
int |
getLastAccessTime()
Gets the last access time, in seconds, of the smart large object.
|
int |
getLastModifyTimeM()
Gets the microseconds component of the time when the smart large
object was last modified.
|
int |
getLastModifyTimeS()
Gets the time, rounded to seconds, when the smart large object
was last modified.
|
int |
getLastStatusTime()
Gets the time, in seconds, when the status of the smart large
object was last changed.
|
IfxLobDescriptor |
getLobDescriptor()
Gets the IfxLobDescriptor of the smart large object.
|
int |
getRefCount()
Gets the number of references count of the smart large object.
|
long |
getSize()
Gets the size of the smart large object.
|
public long getSize()
Gets the size of the smart large object.
public int getLastAccessTime()
Gets the last access time, in seconds, of the smart large object. The time of last access is maintained only if the smart large object has IfxlobDescriptor.LO_KEEP_LASTACCESS_TIME flags set.
public int getLastStatusTime()
Gets the time, in seconds, when the status of the smart large object was last changed. The status includes modification, changes in ownership, and changes in the number of references.
public int getLastModifyTimeS()
Gets the time, rounded to seconds, when the smart large object was last modified.
public int getLastModifyTimeM()
Gets the microseconds component of the time when the smart large object was last modified. To get the seconds component, use the getLastModifyTimeS() method.
public int getRefCount()
Gets the number of references count of the smart large object.
public IfxLobDescriptor getLobDescriptor()
Gets the IfxLobDescriptor of the smart large object.
IfxLobDescriptor