Uses of Interface
org.postgresql.jdbc2.ArrayAssistant
Packages that use ArrayAssistant
-
Uses of ArrayAssistant in org.postgresql.jdbc
Classes in org.postgresql.jdbc that implement ArrayAssistantFields in org.postgresql.jdbc declared as ArrayAssistantModifier and TypeFieldDescriptionprivate final ArrayAssistant
ArrayDecoding.ArrayAssistantObjectArrayDecoder.arrayAssistant
Constructors in org.postgresql.jdbc with parameters of type ArrayAssistantModifierConstructorDescription(package private)
ArrayAssistantObjectArrayDecoder
(ArrayAssistant arrayAssistant) -
Uses of ArrayAssistant in org.postgresql.jdbc2
Fields in org.postgresql.jdbc2 with type parameters of type ArrayAssistantModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Integer,
ArrayAssistant> ArrayAssistantRegistry.ARRAY_ASSISTANT_MAP
Methods in org.postgresql.jdbc2 that return ArrayAssistantModifier and TypeMethodDescriptionstatic ArrayAssistant
ArrayAssistantRegistry.getAssistant
(int oid) Methods in org.postgresql.jdbc2 with parameters of type ArrayAssistantModifier and TypeMethodDescriptionstatic void
ArrayAssistantRegistry.register
(int oid, ArrayAssistant assistant)