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 classUUIDArrayAssistantFields in org.postgresql.jdbc declared as ArrayAssistant Modifier and Type Field Description private ArrayAssistantArrayDecoding.ArrayAssistantObjectArrayDecoder. arrayAssistantConstructors 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_MAPMethods in org.postgresql.jdbc2 that return ArrayAssistant Modifier and Type Method Description static ArrayAssistantArrayAssistantRegistry. getAssistant(int oid)Methods in org.postgresql.jdbc2 with parameters of type ArrayAssistant Modifier and Type Method Description static voidArrayAssistantRegistry. register(int oid, ArrayAssistant assistant)
-