Class GridSqlConst
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlElement
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlConst
-
- All Implemented Interfaces:
GridSqlAst
public class GridSqlConst extends GridSqlElement
Constant value.
-
-
Field Summary
Fields Modifier and Type Field Description static GridSqlElementNULLstatic GridSqlConstTRUE
-
Constructor Summary
Constructors Constructor Description GridSqlConst(org.h2.value.Value val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSQL()org.h2.value.Valuevalue()-
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
-
NULL
public static final GridSqlElement NULL
-
TRUE
public static final GridSqlConst TRUE
-
-
Method Detail
-
value
public org.h2.value.Value value()
- Returns:
- Value.
-
getSQL
public String getSQL()
- Returns:
- Generate sql from this AST.
-
-