JDBC Section Index | Page 20

At a glance, how does the Java Database Connectivity (JDBC) work?

How can I investigate the physical structure of a database?

How do I check what table-like database objects (table, view, temporary table, alias) are present in a particular database?

How do I extract SQL table column type information?

Can I make a change to the transaction isolation level in the midst of executing the transaction?

How do I create a database connection?

What is a "dirty read"?

What is a database URL?

What is Metadata and why should I use it?

What is the advantage of using a PreparedStatement?

What is the difference between a Statement and a PreparedStatement?

What types of JDBC drivers exist?

About | Sitemap | Contact