|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OID | |
|---|---|
| com.triactive.jdo.store | |
| com.triactive.jdo.store.sql | |
| com.triactive.jdo.store.sql.expr | |
| Uses of OID in com.triactive.jdo.store |
|---|
| Methods in com.triactive.jdo.store that return OID | |
|---|---|
OID |
OIDGenerator.maximum()
Returns the highest possible OID value for the class of OIDs returned by this generator. |
OID |
OIDGenerator.minimum()
Returns the lowest possible OID value for the class of OIDs returned by this generator. |
OID |
DatastoreOIDGenerator.next(StoreManager storeMgr)
|
OID |
NondurableOIDGenerator.next(StoreManager storeMgr)
|
abstract OID |
OIDGenerator.next(StoreManager storeMgr)
Generates the next unique OID value. |
| Uses of OID in com.triactive.jdo.store.sql |
|---|
| Constructors in com.triactive.jdo.store.sql with parameters of type OID | |
|---|---|
InvalidOidInTableException(OID id,
java.lang.Class type,
ClassBaseTable table)
Constructs an invalid OID in table exception. |
|
| Uses of OID in com.triactive.jdo.store.sql.expr |
|---|
| Constructors in com.triactive.jdo.store.sql.expr with parameters of type OID | |
|---|---|
OIDLiteral(QueryStatement qs,
OID value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||