CUBRIDOID 클래스는 OID를 다루기 위해 다음과 같은 메소드를 가지고 있다.
반환 타입 |
메소드 이름 |
---|---|
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() |