public interface ExpressionWithVariableParameters
| 限定符和类型 | 方法和说明 |
|---|---|
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.Copyright © 2022. All rights reserved.