Package groovy.sql

Interface InOutParameter

All Superinterfaces:
InParameter, OutParameter

public interface InOutParameter extends InParameter, OutParameter
Author:
rfuller A typed parameter passed to, and returned from a CallableStatement.