Uses of Class
oracle.pg.rdbms.Job.Status
-
Packages that use Job.Status Package Description oracle.pg.rdbms -
-
Uses of Job.Status in oracle.pg.rdbms
Methods in oracle.pg.rdbms that return Job.Status Modifier and Type Method 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.Constructors in oracle.pg.rdbms with parameters of type Job.Status Constructor 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)
-