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