Interface InParameter<BASIC>

Type Parameters:
BASIC - the basic value
All Superinterfaces:
JdbcMappable<BASIC>, JdbcMappingHint, SqlParameter
All Known Implementing Classes:
BasicInOutParameter, BasicInParameter, DomainInOutParameter, DomainInParameter, OptionalBasicInOutParameter, OptionalBasicInParameter, OptionalDomainInOutParameter, OptionalDomainInParameter, OptionalDoubleInOutParameter, OptionalDoubleInParameter, OptionalIntInOutParameter, OptionalIntInParameter, OptionalLongInOutParameter, OptionalLongInParameter, ScalarInOutParameter, ScalarInParameter

public interface InParameter<BASIC> extends SqlParameter, JdbcMappable<BASIC>
An input parameter.