Package | Description |
---|---|
oracle.jbo.pcoll |
Contains a facility to store collections of temporary data.
|
Modifier and Type | Method and Description |
---|---|
PCollManager |
PCollection.getManager() |
Modifier and Type | Method and Description |
---|---|
void |
PersistManager.setPCollManager(PCollManager mgr) |
void |
OraclePersistManager.setPCollManager(PCollManager mgr) |
void |
JTAPersistManager.setPCollManager(PCollManager mgr) |
void |
JDBCPersistManager.setPCollManager(PCollManager mgr) |
Constructor and Description |
---|
PCollection(PCollManager mgr, java.lang.String name, int nodeCapacity) |
PCollection(PCollManager mgr, java.lang.String name, int nodeCapacity, int maxActiveLeafNodes) |
PCollection(PCollManager mgr, java.lang.String name, int nodeCapacity, int maxActiveLeafNodes, int collId) |