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) ResultSetAll the other types some sort of utilities.
No comments:
Post a Comment