Table of Contents#
- Preface
- About This Manual
- 1. Starting JDBC
- Installing the JDBC Driver
- Connecting to the Database
- Connection Information
- Using Statement and ResultSet
- JDBC Connection Failover
- 2. Basic Functions
- IPv6 Connectivity
- Statement, PreparedStatement and CallableStatement
- Using the National Character Set
- 3. Advanced Functions
- Auto-generated Keys
- Timeout
- DataSource
- Connection Pool
- Multiple ResultSet
- JDBC and Failover
- JDBC Escapes
- RHow to Use ResultSet
- Atomic Batch
- Date, Time, Timestamp
- GEOMETRY
- LOB
- Controlling Autocommit
- BIT, VARBIT
- JDBC Logging
- Hibernate
- SQL Plan
- 4. Tips & Recommendation
- Tips for Better Performance
- 5. Error Messages
- SQL States
- 6. JDBC 4.2 API References
- java.sql.Connection
- java.sql.Wrapper
- java.sql.Driver
- java.sql.Statement
- java.sql.PreparedStatement
- java.sql.CallableStatement
- java.sql.PooledConnection
- java.sql.ResultSet
- java.sql.CommonDataSource
- java.sql.DatabaseMetaData
- java.sql.Blob
- java.sql.Clob
- java.sql.Types
- java.sql.DriverAction
- java.sql.SQLTypes
- Java 8 Time API
- Appendix A. Data Type Mapping
- Data Type Mapping
- Converting Java Data Types to Database Data Types
- Converting Database Data Types to Java Data Types