Uses of Class
org.postgresql.util.internal.IntSet
Packages that use IntSet
-
Uses of IntSet in org.postgresql.core.v3
Fields in org.postgresql.core.v3 declared as IntSetModifier and TypeFieldDescriptionprivate final IntSet
QueryExecutorImpl.useBinaryReceiveForOids
Bit set that has a bit set for each oid which should be received using binary format.private final IntSet
QueryExecutorImpl.useBinarySendForOids
Bit set that has a bit set for each oid which should be sent using binary format.