Ableverse™
TOB 6.0

av.tob.rdb
Interface TheObjectQ


public interface TheObjectQ


Field Summary
static QueryField OBJ_ID
          The RDB column that all persistent classes have, which stores the object id.
static QueryField TIME_CREATED
          The RDB column that all persistent classes have, which stores the number of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that persistent object was created.
static QueryField TIME_MODIFIED
          The RDB column that all persistent classes have, which stores the number of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that persistent object was modified the last time.
 

Field Detail

OBJ_ID

static final QueryField OBJ_ID
The RDB column that all persistent classes have, which stores the object id.


TIME_CREATED

static final QueryField TIME_CREATED
The RDB column that all persistent classes have, which stores the number of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that persistent object was created.


TIME_MODIFIED

static final QueryField TIME_MODIFIED
The RDB column that all persistent classes have, which stores the number of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that persistent object was modified the last time.


Ableverse™
TOB 6.0

Copyright© 2006 Ableverse Platform. All rights reserved.