| Java Programming with Oracle SQLJ | | | | Copyright | | | | Table of Contents | | | | Preface | | | | | Audience | | | | | Organization | | | | | About the Examples | | | | | Software and Versions | | | | | Conventions Used in This Book | | | | | Comments and Questions | | | | | Acknowledgments | | | | 1. Introduction | | | | 2. Relational Databases, SQL, and PL/SQL | | | | 3. Fundamental SQLJ Programming | | | | 4. Database Objects | | | | 5. Collections | | | | 6. Deploying SQLJ in the JServer | | | | 7. Large Objects | | | | 8. Contexts and Multithreading | | | | 9. Advanced Transaction Control | | | | 10. Performance Tuning | | | | 11. Combining JDBC, SQLJ, and Dynamic SQL | | | | A. Java and Oracle Type Mappings | | | | B. Oracle Java Utilities Reference | | | | C. SQLJ in Applets, Servlets, and JavaServer Pages | | | | Colophon | | | | Index | | | Database > Java Programming with Oracle SQLJ > Preface > About the Examples | About the Examples This book references numerous SQL scripts, source code, and other files. These files are available for download from this book's page at the O'Reilly web site, http://www.oreilly.com/catalog/orasqlj. All the files are contained in a single ZIP file, which you should download and then open using WinZip. To extract the ZIP file, use the Extract function from the Actions menu, which creates a number of subdirectories containing the various files referenced in this book. | |