Package groovy.sql
Interface OutParameter
- 
- All Known Subinterfaces:
- InOutParameter,- ResultSetOutParameter
 
 public interface OutParameterA parameter to be returned from a CallableStatement.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetType()Get the JDBC datatype for this parameter.
 
-