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 ArrayAssistant -
Uses of ArrayAssistant in org.postgresql.jdbc2
Fields in org.postgresql.jdbc2 with type parameters of type ArrayAssistantModifier and TypeFieldDescriptionprivate static Map<Integer,
ArrayAssistant> ArrayAssistantRegistry.arrayAssistantMap
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)