JDBC Section Index | Page 19

How can I make batch updates using JDBC?

What are SQL3 data types?

What does ResultSet actually contain? Is it the actual data of the result or some links to databases? If it is the actual data then why can't we access it after connection is closed?

Do I need to commit after an INSERT call in JDBC or does JDBC do it automatically in the DB?

How can I retrieve only the first n rows, second n rows of a database using a particular WHERE clause ?

Where can I find a comprehensive list of JDBC drivers, including the databases they support?

Which is the preferred collection class to use for storing database result sets?

How do I extract a BLOB from a database?

I have the choice of manipulating database data using a byte[] or a java.sql.Blob. Which has best performance?

I have the choice of manipulating database data using a String or a java.sql.Clob. Which has best performance?

What properties should I supply to a database driver in order to connect to a database?

How can I investigate the parameters to send into and receive from a database stored procedure?

How do I check what table types exist in a database?

How do I extract the SQL statements required to move all tables and views from an existing database to another database?

How do I find all database stored procedures in a database?

About | Sitemap | Contact