Class GridSqlKeyword
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlElement
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlKeyword
-
- All Implemented Interfaces:
GridSqlAst
public final class GridSqlKeyword extends GridSqlElement
Keyword (like DEFAULT).
-
-
Field Summary
Fields Modifier and Type Field Description static GridSqlKeywordDEFAULTDefault update value - analogous to H2.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSQL()-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.sql.GridSqlElement
addChild, child, child, child, equals, hashCode, resultType, resultType, size, toString
-
-
-
-
Field Detail
-
DEFAULT
public static final GridSqlKeyword DEFAULT
Default update value - analogous to H2.- See Also:
ValueExpression.getDefault()
-
-
Method Detail
-
getSQL
public String getSQL()
- Returns:
- Generate sql from this AST.
-
-