Skip to content

toObject and execute on Statement

Compare
Choose a tag to compare
@CraZySacX CraZySacX released this 31 Aug 19:58
· 250 commits to master since this release
v0.1.1
  1. The toObject function was added to resultset. This allows gives you column metadata along with 0 or more rows.
  2. The execute function was added to statement. This wraps the underlying execute Java API method.