Oracle® Database Lite Developer's Guide for Java
10g (10.0.0) Part No. B13811-01 |
|
![]() Previous |
![]() Next |
This preface introduces you to the Oracle Database Lite Developer’s Guide for Java, discussing the intended audience, documentation accessibility, and structure of this document.
This manual is intended for application developers as the primary audience and for database administrators who are interested in application development as the secondary audience.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
Accessibility of Code Examples in Documentation JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This guide includes the following topics:
This chapter provides an overview of native Java applications for developers.
Chapter 2, "Application Development"
This chapter describes how to develop and test Java applications.
This chapter discusses the Oracle Database Lite support for JDBC programming.
Chapter 4, "Java Stored Procedures and Triggers"
This chapter describes how to use Java stored procedures and triggers within the Oracle Database Lite relational model.
Chapter 5, "Java Support on Windows CE"
This chapter describes Java support for Windows CE devices using the Java Interface.
Appendix A, "Stored Procedure Tutorial"
This appendix demonstrates how to create a Java stored procedure and trigger.
This appendix provides instructions for using the sample Java programs provided with Oracle Database Lite.