Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

None of us has experience with Scala, but feel free to contribute. This blog post might also help as it points to a project that integrates Scala and empire-db: http://www.acooke.org/cute/UsingScala0.html

...

How do I set the maximum number of rows returned

Code Block
java
java
cmd.limitRows(…)
cmd.skipRows(…) //to set the offset.