org.axiondb.engine.visitors
public class FindBindVariableVisitor extends Object
Note: Almost all Commands could use BindVariables, we need to find out what is the ANSI and/or JDBC standards are for this. This almost allow us to simulate Dynamic SQL, e.g. if we can use prepare statement for things like column name, table properties, default value etc in CreateCommand
Method Summary | |
---|---|
Iterator | getBindVariableIterator() |
List | getBindVariables() |
void | visit(Selectable sel) |
void | visit(Function fn) |
void | visit(SelectCommand select) |
void | visit(InsertIntoClause insertInto) |
void | visit(UpsertCommand upsert) |
void | visit(UpdateCommand update) |