A CUBRIDOID class contains the following methods to process OIDs.
Return Type |
Method Name |
---|---|
void |
addToSequence(String attrName, int index, Object value) |
void |
addToSet(String attrName, Object value) |
static CUBRIDOID |
getNewInstance(CUBRIDConnection con, String oidStr) |
String |
getOidString() |
String |
getTableName() |
ResultSet |
getValues(String[] attrNames) |
Boolean |
isInstance() |
void |
putIntoSequence(String attrName, int index, Object value) |
void |
remove() |
void |
removeFromSequence(String attrName, int index) |
void |
removeFromSet(String attrName, Object value) |
void |
setReadLock() |
void |
setValues(String[] attrNames, Object[] values) |
void |
setWriteLock() |