public final class SqlFieldsQuery extends Query<SqlFieldsQuery>
Constructor and Description |
---|
SqlFieldsQuery(String sql)
Constructs sql fields query.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getArgs()
Gets SQL arguments.
|
String |
getSql()
Gets SQL clause.
|
SqlFieldsQuery |
setArgs(Object... args)
Sets SQL arguments.
|
SqlFieldsQuery |
setSql(String sql)
Sets SQL clause.
|
String |
toString() |
continuous, getPageSize, scan, setPageSize, spi, sql, sql, text
public SqlFieldsQuery(String sql)
sql
- SQL Query.public String getSql()
public SqlFieldsQuery setSql(String sql)
sql
- SQL clause.this
For chaining.public Object[] getArgs()
public SqlFieldsQuery setArgs(Object... args)
args
- SQL arguments.this
For chaining.public String toString()
toString
in class Query<SqlFieldsQuery>
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015