Uses of Interface
com.mckoi.database.ExpressionPreparer
-
Packages that use ExpressionPreparer Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret -
-
Uses of ExpressionPreparer in com.mckoi.database
Methods in com.mckoi.database with parameters of type ExpressionPreparer Modifier and Type Method Description voidExpression. prepare(ExpressionPreparer preparer)A general prepare that cascades through the expression and its parents and substitutes an elements that the preparer wants to substitute.voidStatementTree. prepareAllExpressions(ExpressionPreparer preparer)For each expression in this StatementTree this method will call the 'prepare' method in each expression.voidAssignment. prepareExpressions(ExpressionPreparer preparer)voidStatementTreeObject. prepareExpressions(ExpressionPreparer preparer)Prepares all expressions in this statement tree object by passing the ExpressionPreparer object to the 'prepare' method of the expression.voidAbstractFunction. prepareParameters(ExpressionPreparer preparer)Prepares the parameters of the function.voidFunction. prepareParameters(ExpressionPreparer preparer)Prepares the exressions that are the parameters of this function. -
Uses of ExpressionPreparer in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret with parameters of type ExpressionPreparer Modifier and Type Method Description voidSearchExpression. prepare(ExpressionPreparer preparer)Prepares the expression.voidAlterTableAction. prepareExpressions(ExpressionPreparer preparer)voidByColumn. prepareExpressions(ExpressionPreparer preparer)voidColumnDef. prepareExpressions(ExpressionPreparer preparer)voidConstraintDef. prepareExpressions(ExpressionPreparer preparer)voidFromClause. prepareExpressions(ExpressionPreparer preparer)voidFromTableDef. prepareExpressions(ExpressionPreparer preparer)Prepares the expressions in this table def.voidSearchExpression. prepareExpressions(ExpressionPreparer preparer)voidSelectColumn. prepareExpressions(ExpressionPreparer preparer)voidTableSelectExpression. prepareExpressions(ExpressionPreparer preparer)
-