TreeFrogFramework
2.8
|
Enumerations | |
enum | ComparisonOperator { Invalid = 0 , Equal , NotEqual , LessThan , GreaterThan , LessEqual , GreaterEqual , IsNull , IsEmpty , IsNotNull , IsNotEmpty , Like , NotLike , LikeEscape , NotLikeEscape , ILike , NotILike , ILikeEscape , NotILikeEscape , In , NotIn , Between , NotBetween , Any , All } |
enum | JoinMode { InnerJoin = 0 , LeftJoin , RightJoin } |
The TSql namespace contains miscellaneous identifiers used throughout the SQL library.
enum TSql::JoinMode |