TreeFrogFramework  2.8
Enumerations
TSql Namespace Reference

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 }
 

Detailed Description

The TSql namespace contains miscellaneous identifiers used throughout the SQL library.

Enumeration Type Documentation

◆ ComparisonOperator

Enumerator
Invalid 
Equal 
NotEqual 
LessThan 
GreaterThan 
LessEqual 
GreaterEqual 
IsNull 
IsEmpty 
IsNotNull 
IsNotEmpty 
Like 
NotLike 
LikeEscape 
NotLikeEscape 
ILike 
NotILike 
ILikeEscape 
NotILikeEscape 
In 
NotIn 
Between 
NotBetween 
Any 
All 

◆ JoinMode

Enumerator
InnerJoin 
LeftJoin 
RightJoin