java.lang.Object
io.ebeaninternal.api.BindParams.OrderedList
- Enclosing class:
BindParams
The bind parameters in the correct binding order.
This is the result of converting sql with named parameters into sql with ? and ordered parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BindParams.Param param) Add a parameter in the correct binding order.voidAppend parsedSql that has named parameters converted into ?.list()Returns the ordered list of bind parameters.intsize()Return the number of bind parameters in this list.
-
Constructor Details
-
OrderedList
-
-
Method Details
-
add
Add a parameter in the correct binding order. -
size
public int size()Return the number of bind parameters in this list. -
list
Returns the ordered list of bind parameters. -
appendSql
Append parsedSql that has named parameters converted into ?. -
getPreparedSql
-