Package gudusoft.gsqlparser
Enum ESqlClause
- All Implemented Interfaces:
Serializable,Comparable<ESqlClause>,java.lang.constant.Constable
Enum for various SQL clause such as where clause, having clause and etc.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionteradata expand on clausevalues clause of insertpostgresql for update of,output clause in update statementteradata qualify clauseDeprecated.returning clause in update statementSQL Server sample clauseinto clause in selectvalue clause in selectset clause in updateset variablehive sort by clausesql server top clauseview alias in create view statement -
Method Summary
Modifier and TypeMethodDescriptionstatic ESqlClauseReturns the enum constant of this type with the specified name.static ESqlClause[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
unknown
-
resultColumn
Deprecated. -
where
-
having
-
groupby
-
orderby
-
joinCondition
-
join
-
hierarchical
-
compute
-
windowClause
-
top
sql server top clause -
set
set clause in update -
insertValues
values clause of insert -
selectInto
into clause in select -
qualify
teradata qualify clause -
sample
SQL Server sample clause -
teradataWith
-
expandOn
teradata expand on clause -
limit
-
sortby
hive sort by clause -
selectValue
value clause in select -
viewAlias
view alias in create view statement -
cte
-
forUpdate
-
output
output clause in update statement -
returning
returning clause in update statement -
setVariable
set variable -
lockingClause
postgresql for update of, -
transformClause
-
distributeBy
-
index
-
tableHint
-
elTable
-
createTable
-
constraintRef
-
insertColumn
-
setValue
-
columnAlias
-
unSet
-
tableFunction
-
tableExpr
-
containsTable
-
openrowset
-
openxml
-
opendatasource
-
openquery
-
datachangeTable
-
rowList
-
pivoted_table
-
xmltable
-
outerTable
-
mergeInsert
-
selectList
-
spAssignValue
-
tdUnPivot
-
xmlElementName
-
tableIndexOption
-
jsonTable
-
pivot_in
-
cluster
-
valueClause
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
insertColumn,mergeInsert,selectListinstead