Enum ESqlClause
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
Enum for various SQL clause such as where clause, having clause and etc.
public enum ESqlClause
Fields
columnAlias = 38compute = 9constraintRef = 35containsTable = 42createTable = 34cte = 23datachangeTable = 47distributeBy = 30elTable = 33expandOn = 18teradata expand on clause
forUpdate = 24groupby = 4having = 3hierarchical = 8index = 31insertColumn = 36insertValues = 13values clause of insert
join = 7joinCondition = 6jsontable = 55limit = 19lockingClause = 28postgresql for update of,
mergeInsert = 52opendatasource = 45openquery = 46openrowset = 43openxml = 44orderby = 5outerTable = 51output = 25output clause in update statement
parameters = 54pivoted_table = 49qualify = 15teradata qualify clause
resultColumn = 1can be select list, insert into columns
returning = 26returning clause in update statement
rowList = 48sample = 16SQL Server sample clause
selectInto = 14into clause in select
selectList = 53selectValue = 21value clause in select
set = 12set clause in update
setValue = 37setVariable = 27set variable
sortby = 20hive sort by clause
tableExpr = 41tableFunction = 40tableHint = 32teradataWith = 17top = 11sql server top clause
transformClause = 29unSet = 39unknown = 0viewAlias = 22view alias in create view statement
where = 2windowClause = 10xmltable = 50