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 SearchExpression
TableSelectExpression. having_clause
The having clause.(package private) SearchExpression
Show. where_clause
The search expression for the show statement (where clause).SearchExpression
TableSelectExpression. where_clause
The where clause.(package private) SearchExpression
Delete. where_condition
If the delete statement has a 'where' clause, then this is set here.(package private) SearchExpression
UpdateTable. where_condition
If 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) QueryPlanNode
Planner.QueryTableSetPlanner. planSearchExpression(SearchExpression search_expression)
Evalutes the WHERE clause of the table expression.private static void
Planner. 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 void
SQL. ConditionsExpression(SearchExpression se)
-