Uses of Class
com.mckoi.database.interpret.SearchExpression
-
Packages that use SearchExpression Package Description com.mckoi.database.interpret com.mckoi.database.sql These classes parse SQL statements in Mckoi. -
-
Uses of SearchExpression in com.mckoi.database.interpret
Fields in com.mckoi.database.interpret declared as SearchExpression Modifier and Type Field Description SearchExpressionTableSelectExpression. having_clauseThe having clause.(package private) SearchExpressionShow. where_clauseThe search expression for the show statement (where clause).SearchExpressionTableSelectExpression. where_clauseThe where clause.(package private) SearchExpressionDelete. where_conditionIf the delete statement has a 'where' clause, then this is set here.(package private) SearchExpressionUpdateTable. where_conditionIf the update statement has a 'where' clause, then this is set here.Methods in com.mckoi.database.interpret with parameters of type SearchExpression Modifier and Type Method Description (package private) QueryPlanNodePlanner.QueryTableSetPlanner. planSearchExpression(SearchExpression search_expression)Evalutes the WHERE clause of the table expression.private static voidPlanner. prepareSearchExpression(DatabaseConnection db, TableExpressionFromSet from_set, SearchExpression expression)Prepares the given SearchExpression object. -
Uses of SearchExpression in com.mckoi.database.sql
Methods in com.mckoi.database.sql with parameters of type SearchExpression Modifier and Type Method Description voidSQL. ConditionsExpression(SearchExpression se)
-