Uses of Class
com.impossibl.postgres.api.data.Range
-
Packages that use Range Package Description com.impossibl.postgres.api.data -
-
Uses of Range in com.impossibl.postgres.api.data
Methods in com.impossibl.postgres.api.data that return Range Modifier and Type Method Description static <U> Range<U>
Range. create(U lower, boolean lowerInc, U upper, boolean upperInc)
static Range<?>
Range. createEmpty()
-