Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Overview of this book

Table of Contents (20 chapters)
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Credits
About the Author
About the Reviewer
Preface

Summary


In this chapter, an Excel spreadsheet was generated from an Oracle database table using the Apache POI HSSF API. The Apache POI HSSF API may also be used to parse an Excel spreadsheet and subsequently store the spreadsheet in a database. In the JDBC 4.0 version of the Apache POI application we added JDBC 4.0 features connection state tracking, setting of client info properties, statement caching, access of nonstandard JDBC methods using the Wrapper interface, and the Java SE chained exceptions facility.