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
-
Uses of ArrayAssistant in org.postgresql.jdbc2
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)
-