Package com.impossibl.postgres.api.data
Class Range.Flags
- java.lang.Object
-
- com.impossibl.postgres.api.data.Range.Flags
-
-
Constructor Summary
Constructors Constructor Description Flags(byte value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
byte
getValue()
int
hashCode()
boolean
hasLowerBound()
boolean
hasUpperBound()
boolean
isEmpty()
boolean
isLowerBoundInclusive()
boolean
isLowerBoundInfinity()
boolean
isUpperBoundInclusive()
boolean
isUpperBoundInfinity()
-
-
-
Method Detail
-
getValue
public byte getValue()
-
isEmpty
public boolean isEmpty()
-
hasLowerBound
public boolean hasLowerBound()
-
isLowerBoundInclusive
public boolean isLowerBoundInclusive()
-
isLowerBoundInfinity
public boolean isLowerBoundInfinity()
-
hasUpperBound
public boolean hasUpperBound()
-
isUpperBoundInclusive
public boolean isUpperBoundInclusive()
-
isUpperBoundInfinity
public boolean isUpperBoundInfinity()
-
-