public class SqlArgument
extends java.lang.Object
| Constructor and Description |
|---|
SqlArgument(java.lang.Class<?> type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType()
Returns the value type.
|
java.lang.Object |
getValue()
Returns the value.
|