Java JDBC using SQLite/ToDo

From Wikibooks, open books for an open world
Jump to navigation Jump to search

--Generally--

  • Provide more commentary on rationale.
  • Clarify Driver and Driver names, how they are arrived at etc.

--MetaData--

  • talk about DatabaseMetaData
  • maybe separate the chapter from ResultSetMetaData and have a
  • MetaData
    • ResultSetMetaData
    • DatabaseMetaData

type of structure

  • Working BLOB examples...