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.PgArrayListPgArray.arrayListValue of field asArrayDecoding.PgArrayList.Methods in org.postgresql.jdbc that return ArrayDecoding.PgArrayListModifier and TypeMethodDescription(package private) static ArrayDecoding.PgArrayListArrayDecoding.buildArrayList(String fieldString, char delim) Parses the string representation of an array into aArrayDecoding.PgArrayList.private ArrayDecoding.PgArrayListPgArray.buildArrayList(String fieldString) BuildArrayListfrom field's string input.Methods in org.postgresql.jdbc with parameters of type ArrayDecoding.PgArrayListModifier and TypeMethodDescriptionprivate ObjectPgArray.buildArray(ArrayDecoding.PgArrayList input, int index, int count) ConvertArrayListto array.static ObjectArrayDecoding.readStringArray(int index, int count, int oid, ArrayDecoding.PgArrayList list, BaseConnection connection) ReadsStringrepresentation of array into object model.private StringPgArray.toString(ArrayDecoding.PgArrayList list) Convert array list to PG String representation (e.g.