Java Reference
In-Depth Information
sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:229)
at java_databases.ch04.Logging.main(Logging.java:30)
Summary
Part I is an introduction to database management systems, SQL, and JDBC,
providing a theoretical overview of the topics as a basis for the more detailed
explanations in subsequent chapters.
This chapter provides an overview of the use of the JDBC API. In this chapter, you
learn about the building blocks of a JDBC-based application:
 
Using the DriverManager and different types of JDBC drivers
 
Using JDBC DataSources for dimple, pooled, and distributed connections
 
Using connections
 
Using Statements, PreparedStatements and CallableStatements
 
Using transactions, isolation levels and SavePoints
 
Handling batch updates
 
Using ResultSets and Rowsets
 
Using MetaData
 
JDBC Mapping of SQL Data Types
 
Exceptions and loggin
Search WWH ::




Custom Search