Add support for stored procedures; add class to encapsulate sproc parameters
sbabcoc
released this
20 Apr 08:09
·
105 commits
to master
since this release
This release adds support for stored procedure collections. Each method argument can be defined as IN, OUT, or INOUT, and support is also provided for variable arguments (varargs).
This release includes a class that implements encapsulation of stored procedure parameters: - Param
. This class handles the complexities of representing and translating data types and assigning parameters to CallableStatement
objects.