PostgreSQL Source Code git master
|
Go to the source code of this file.
Typedefs | |
typedef enum CompareType | CompareType |
Enumerations | |
enum | CompareType { COMPARE_INVALID = 0 , COMPARE_LT = 1 , COMPARE_LE = 2 , COMPARE_EQ = 3 , COMPARE_GE = 4 , COMPARE_GT = 5 , COMPARE_NE = 6 , COMPARE_OVERLAP , COMPARE_CONTAINED_BY } |
typedef enum CompareType CompareType |
enum CompareType |
Enumerator | |
---|---|
COMPARE_INVALID | |
COMPARE_LT | |
COMPARE_LE | |
COMPARE_EQ | |
COMPARE_GE | |
COMPARE_GT | |
COMPARE_NE | |
COMPARE_OVERLAP | |
COMPARE_CONTAINED_BY |