public interface DBPreparable
| Modifier and Type | Method and Description |
|---|---|
void |
prepareParams(DBCommand cmd,
DBExpr parent)
Prepares an expression for a query
This function is called by DBCommand in order to add values as query parameters
instead of being literally included in the sql statement
Please Note: This function is internally called.
|
void prepareParams(DBCommand cmd, DBExpr parent)
cmd - the command to which to add the parametersparent - the parent expression holding the valueCopyright © 2008–2023 Apache Software Foundation. All rights reserved.