Uses of Class
org.apache.ignite.internal.processors.query.h2.sys.view.SqlSystemViewColumnCondition
-
Packages that use SqlSystemViewColumnCondition Package Description org.apache.ignite.internal.processors.query.h2.sys.view -
-
Uses of SqlSystemViewColumnCondition in org.apache.ignite.internal.processors.query.h2.sys.view
Methods in org.apache.ignite.internal.processors.query.h2.sys.view that return SqlSystemViewColumnCondition Modifier and Type Method Description protected SqlSystemViewColumnConditionSqlAbstractLocalSystemView. conditionForColumn(String colName, org.h2.result.SearchRow first, org.h2.result.SearchRow last)Parse condition for column.static SqlSystemViewColumnConditionSqlSystemViewColumnCondition. forColumn(int colIdx, org.h2.result.SearchRow start, org.h2.result.SearchRow end)Parse condition for column.
-