[Java] Interface OutParameter

A parameter to be returned from a CallableStatement.

Authors:
rfuller

Methods Summary

Methods
Type Params Return Type Name and description
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/2.4.21/html/gapi/groovy/sql/OutParameter.html