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.Status |
Job.getStatus()
The job status.
|
static Job.Status |
Job.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.Status[] |
Job.Status.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) |