Package groovy.sql
Interface OutParameter
- All Known Subinterfaces:
- InOutParameter,- ResultSetOutParameter
public interface OutParameter
A parameter to be returned from a CallableStatement.
- 
Method SummaryModifier and Type Method Description intgetType()Get the JDBC datatype for this parameter.
- 
Method Details- 
getTypeint getType()Get the JDBC datatype for this parameter.- Returns:
- the type
 
 
-