public static class BindValues.Value extends Object
| Constructor and Description |
|---|
BindValues.Value(Object value,
int dbType,
String name)
Create the value.
|
BindValues.Value(String comment)
Create a comment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDbType()
Return the type as per java.sql.Types.
|
String |
getName()
Return the property name.
|
Object |
getValue()
Return the value.
|
boolean |
isComment()
This is a comment for the bind log and NOT an actual bind value.
|
String |
toString() |
public BindValues.Value(String comment)
Copyright © 2014. All Rights Reserved.