Friday, July 14, 2017

How I Incorrectly Fetched JDBC ResultSets. Again.

DZone Database Zone
How I Incorrectly Fetched JDBC ResultSets. Again.

You know JDBC, right? It’s that really easy, concise API that we love to use to work with virtually any database, relational or not. It has essentially three types that you need to care about:

Connection Statement (and its subtypes) ResultSet

All the other types some sort of utilities.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...