Uses of Class
com.impossibl.postgres.system.procs.Procs
-
Packages that use Procs Package Description com.impossibl.postgres.types -
-
Uses of Procs in com.impossibl.postgres.types
Constructors in com.impossibl.postgres.types with parameters of type Procs Constructor Description ArrayType(int id, String name, Short length, Byte alignment, Type.Category category, char delimeter, int arrayTypeId, Procs procs, FieldFormat preferredParameterFormat, FieldFormat preferredResultFormat, Type elementType)
ArrayType(int id, String name, Short length, Byte alignment, Type.Category category, char delimeter, int arrayTypeId, String procName, Procs procs, FieldFormat preferredParameterFormat, FieldFormat preferredResultFormat, Type elementType)
BaseType(int id, String name, Short length, Byte alignment, Type.Category category, char delimeter, int arrayTypeId, Procs procs, FieldFormat preferredParameterFormat, FieldFormat preferredResultFormat)
BaseType(int id, String name, String namespace, Short length, Byte alignment, Type.Category category, char delimeter, int arrayTypeId, String procName, Procs procs, FieldFormat preferredParameterFormat, FieldFormat preferredResultFormat)
-