-
- All Implemented Interfaces:
public final class IgniteQuery extends Query
-
-
Constructor Summary
Constructors Constructor Description IgniteQuery(String espChar, String asChar, Boolean espTableName)
-
Method Summary
Modifier and Type Method Description final StringgetEspChar()final UnitsetEspChar(String espChar)final StringgetAsChar()final UnitsetAsChar(String asChar)final BooleangetEspTableName()final UnitsetEspTableName(Boolean espTableName)-
Methods inherited from class io.zeko.db.sql.IgniteQuery
addExpressionAfter, asTable, compile, compile, compileSelect, crossJoin, crossJoin, fields, from, from, from, fullJoin, fullJoin, groupBy, groupBy, groupBy, groupByMain, having, having, having, having, having, havingAnd, havingAnd, havingAnd, havingAnd, havingMix, havingOr, havingOr, havingOr, havingOr, innerJoin, innerJoin, join, join, leftJoin, leftJoin, leftOuterJoin, leftOuterJoin, limit, on, on, on, on, onAnd, onOr, order, order, order, order, order, orderAsc, orderDesc, precompile, rightJoin, rightJoin, rightOuterJoin, rightOuterJoin, table, toParts, toSql, toString, where, where, where, where, where, where, where, whereAnd, whereAnd, whereAnd, whereMix, whereOr, whereOr, whereOr -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEspChar
final String getEspChar()
-
setEspChar
final Unit setEspChar(String espChar)
-
getEspTableName
final Boolean getEspTableName()
-
setEspTableName
final Unit setEspTableName(Boolean espTableName)
-
-
-
-