Uses of Interface
org.postgresql.jdbc2.ArrayAssistant
-
Packages that use ArrayAssistant Package Description org.postgresql.jdbc org.postgresql.jdbc2 -
-
Uses of ArrayAssistant in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ArrayAssistant Modifier and Type Class Description class
UUIDArrayAssistant
Fields in org.postgresql.jdbc declared as ArrayAssistant Modifier and Type Field Description private ArrayAssistant
ArrayDecoding.ArrayAssistantObjectArrayDecoder. arrayAssistant
Constructors in org.postgresql.jdbc with parameters of type ArrayAssistant Constructor Description ArrayAssistantObjectArrayDecoder(ArrayAssistant arrayAssistant)
-
Uses of ArrayAssistant in org.postgresql.jdbc2
Fields in org.postgresql.jdbc2 with type parameters of type ArrayAssistant Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.Integer,ArrayAssistant>
ArrayAssistantRegistry. ARRAY_ASSISTANT_MAP
Methods in org.postgresql.jdbc2 that return ArrayAssistant Modifier and Type Method Description static ArrayAssistant
ArrayAssistantRegistry. getAssistant(int oid)
Methods in org.postgresql.jdbc2 with parameters of type ArrayAssistant Modifier and Type Method Description static void
ArrayAssistantRegistry. register(int oid, ArrayAssistant assistant)
-