Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:21
Show Gist options
  • Save ezhov-da/ff434fdb8ef794574f2fd9f38c3358bd to your computer and use it in GitHub Desktop.
Save ezhov-da/ff434fdb8ef794574f2fd9f38c3358bd to your computer and use it in GitHub Desktop.
java кэшируем resultset
http://www.programcreek.com/java-api-examples/index.php?api=javax.sql.rowset.RowSetProvider
[code:]LANG[:code]RowSetFactory rowSetFactory = RowSetProvider.newFactory();
CachedRowSet rowSet = rowSetFactory.createCachedRowSet();
rowSet.populate(resultSet);
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment