Class GridSqlParameter
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlElement
-
- org.apache.ignite.internal.processors.query.h2.sql.GridSqlParameter
-
- All Implemented Interfaces:
GridSqlAst
public class GridSqlParameter extends GridSqlElement
Query parameter.
-
-
Constructor Summary
Constructors Constructor Description GridSqlParameter(int idx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSQL()intindex()voidindex(int idx)-
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.
-
index
public int index()
- Returns:
- Index.
-
index
public void index(int idx)
- Parameters:
idx- New index.
-
-