public class BindValues extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BindValues.Value
A Value has additionally the JDBC data type.
|
| Constructor and Description |
|---|
BindValues()
Create with a Binder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object value,
int dbType,
String name)
Add a bind value with its JDBC datatype.
|
void |
addComment(String comment) |
int |
size()
Return the number of bind values.
|
ArrayList<BindValues.Value> |
values()
List of bind values.
|
public int size()
public void add(Object value, int dbType, String name)
value - the bind valuedbType - the type as per java.sql.Typespublic void addComment(String comment)
public ArrayList<BindValues.Value> values()
Copyright © 2014. All Rights Reserved.