Uses of Class
com.impossibl.postgres.jdbc.Query.Status
-
Packages that use Query.Status Package Description com.impossibl.postgres.jdbc -
-
Uses of Query.Status in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc that return Query.Status Modifier and Type Method Description Query.StatusDirectQuery. getStatus()Query.StatusPreparedQuery. getStatus()Query.StatusQuery. getStatus()static Query.StatusQuery.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.Status[]Query.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-