public static final class BindParams.OrderedList extends Object
This is the result of converting sql with named parameters into sql with ? and ordered parameters.
| Constructor and Description |
|---|
BindParams.OrderedList() |
BindParams.OrderedList(List<BindParams.Param> paramList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BindParams.Param param)
Add a parameter in the correct binding order.
|
void |
appendSql(String parsedSql)
Append parsedSql that has named parameters converted into ?.
|
String |
getPreparedSql() |
List<BindParams.Param> |
list()
Returns the ordered list of bind parameters.
|
int |
size()
Return the number of bind parameters in this list.
|
public BindParams.OrderedList()
public BindParams.OrderedList(List<BindParams.Param> paramList)
public void add(BindParams.Param param)
public int size()
public List<BindParams.Param> list()
public void appendSql(String parsedSql)
public String getPreparedSql()
Copyright © 2014. All Rights Reserved.