[Java] Interface OutParameter
public interface OutParameter
A parameter to be returned from a CallableStatement.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public int |
getType() Get the JDBC datatype for this parameter. |
Method Detail
public int getType()
Get the JDBC datatype for this parameter.
- Returns:
- the type
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/sql/OutParameter.html