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