Class GridSqlArray
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlElement
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlArray
-
- All Implemented Interfaces:
GridSqlAst
public class GridSqlArray extends GridSqlElement
SQL Array: (1, 2, ?, 'abc')
-
-
Constructor Summary
Constructors Constructor Description GridSqlArray(int size)
-
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
-
-
-
-
Method Detail
-
getSQL
public String getSQL()
- Returns:
- Generate sql from this AST.
-
-