Package groovy.sql
Interface InParameter
- 
- All Known Subinterfaces:
- InOutParameter
 
 public interface InParameterA typed parameter to pass to a query
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetType()The JDBC data type.ObjectgetValue()The object holding the data value.
 
- 
- 
- 
Method Detail- 
getTypeint getType() The JDBC data type.- Returns:
- the type
 
 - 
getValueObject getValue() The object holding the data value.- Returns:
- the value
 
 
- 
 
-