Uses of Class
org.postgresql.jdbc.ArrayDecoding.PgArrayList
Packages that use ArrayDecoding.PgArrayList
-
Uses of ArrayDecoding.PgArrayList in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ArrayDecoding.PgArrayListModifier and TypeFieldDescriptionprotected ArrayDecoding.PgArrayList
PgArray.arrayList
Value of field asArrayDecoding.PgArrayList
.Methods in org.postgresql.jdbc that return ArrayDecoding.PgArrayListModifier and TypeMethodDescription(package private) static ArrayDecoding.PgArrayList
ArrayDecoding.buildArrayList
(String fieldString, char delim) Parses the string representation of an array into aArrayDecoding.PgArrayList
.private ArrayDecoding.PgArrayList
PgArray.buildArrayList
(String fieldString) BuildArrayList
from field's string input.Methods in org.postgresql.jdbc with parameters of type ArrayDecoding.PgArrayListModifier and TypeMethodDescriptionprivate Object
PgArray.buildArray
(ArrayDecoding.PgArrayList input, int index, int count) ConvertArrayList
to array.static Object
ArrayDecoding.readStringArray
(int index, int count, int oid, ArrayDecoding.PgArrayList list, BaseConnection connection) ReadsString
representation of array into object model.private String
PgArray.toString
(ArrayDecoding.PgArrayList list) Convert array list to PG String representation (e.g.