Interface OutParameter<BASIC>

Type Parameters:
BASIC - the basic type
All Superinterfaces:
JdbcMappable<BASIC>, JdbcMappingHint, SqlParameter
All Known Implementing Classes:
BasicInOutParameter, BasicOutParameter, DomainInOutParameter, DomainOutParameter, OptionalBasicInOutParameter, OptionalBasicOutParameter, OptionalDomainInOutParameter, OptionalDomainOutParameter, OptionalDoubleInOutParameter, OptionalDoubleOutParameter, OptionalIntInOutParameter, OptionalIntOutParameter, OptionalLongInOutParameter, OptionalLongOutParameter, ScalarInOutParameter, ScalarOutParameter

public interface OutParameter<BASIC> extends SqlParameter, JdbcMappable<BASIC>
An output parameter.
  • Method Details

    • updateReference

      void updateReference()
      Updates the reference value.