Skip to content

Add support for stored procedures; add class to encapsulate sproc parameters

Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 20 Apr 08:09
· 102 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.