| Package | Description |
|---|---|
| oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Type |
Job.getType()
The job type.
|
static Job.Type |
Job.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.Type[] |
Job.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Job(oracle.pg.rdbms.internal.adb.GraphStudioClient client,
long id,
java.lang.String name,
java.lang.String description,
Job.Type type,
Job.Status status,
java.lang.String createdBy,
java.lang.String error,
java.util.List<Job.LogEntry> logEntries) |