[Java] Interface InParameter
A typed parameter to pass to a query
- Authors:
- rfuller
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
int |
getType()The JDBC data type. | |
Object |
getValue()The object holding the data value. |
Method Detail
public int getType()
The JDBC data type.
- Returns:
- the type
public Object getValue()
The object holding the data value.
- Returns:
- the value
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/sql/InParameter.html