Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
Enumerations | |
enum class | Aggregate { Sum , Avg , Min , Max , Count } |
Aggregation types More... | |
enum class | CompareOperator { Equals , NotEquals , GreaterThan , LessThan , GreaterThanOrEqual , LessThanOrEqual , Contains , NotContains , BeginsWith , EndsWith , In , DateOffset , DateRange } |
For a condition, how the left side compares to the right side More... | |
enum class | ConditionJoin { And , Or } |
How will multiple conditions be joined together More... | |
enum class | JoinType { Inner , Left , Right , Full } |
Type of table join condition More... | |
enum class | OrderDirection { None , Asc , Desc } |
Ordering direction for a column More... | |
enum class | SqlType { SqlServer , MySql } |
What type of SQL should be built More... | |
|
strong |
For a condition, how the left side compares to the right side
|
strong |
|
strong |
|
strong |