Uses of Class
org.postgresql.jdbc.ArrayDecoding.PgArrayList
-
Packages that use ArrayDecoding.PgArrayList Package Description org.postgresql.jdbc -
-
Uses of ArrayDecoding.PgArrayList in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as ArrayDecoding.PgArrayList Modifier and Type Field Description protected ArrayDecoding.PgArrayListPgArray. arrayListValue of field asArrayDecoding.PgArrayList.Methods in org.postgresql.jdbc that return ArrayDecoding.PgArrayList Modifier and Type Method Description (package private) static ArrayDecoding.PgArrayListArrayDecoding. buildArrayList(java.lang.String fieldString, char delim)Parses the string representation of an array into aArrayDecoding.PgArrayList.private ArrayDecoding.PgArrayListPgArray. buildArrayList(java.lang.String fieldString)BuildArrayListfrom field's string input.Methods in org.postgresql.jdbc with parameters of type ArrayDecoding.PgArrayList Modifier and Type Method Description private java.lang.ObjectPgArray. buildArray(ArrayDecoding.PgArrayList input, int index, int count)ConvertArrayListto array.static java.lang.ObjectArrayDecoding. readStringArray(int index, int count, int oid, ArrayDecoding.PgArrayList list, BaseConnection connection)ReadsStringrepresentation of array into object model.private java.lang.StringPgArray. toString(ArrayDecoding.PgArrayList list)Convert array list to PG String representation (e.g.
-