public interface ExpressionWithVariableParameters
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Expression param)
Adds the parameter expression.
|
void |
doneWithParameters()
This method must be called after all the parameters have been set.
|
void addParameter(Expression param)
param - the expressionvoid doneWithParameters()
throws DbException
DbException - if the parameter count is incorrect.