background image
<< Contents - Java EE Compliance | Derby limitations >>

About this guide

<< Contents - Java EE Compliance | Derby limitations >>
Derby Reference Manual
15
About this guide
For general information about the Derby documentation, such as a complete list of books,
conventions, and further reading, see Getting Started with Derby.
Purpose of this document
This book, the Derby Reference Manual, provides reference information about Derby.
It covers Derby's SQL language, the Derby implementation of JDBC, Derby system
catalogs, Derby error messages, Derby properties, and SQL keywords.
Audience
This book is a reference for Derby users, typically application developers. Derby users
who are not familiar with the SQL standard or the Java programming language will
benefit from consulting books on those topics.
Derby users who want a how-to approach to working with Derby or an introduction to
Derby concepts should read the Derby Developer's Guide.
How this guide is organized
This guide includes the following sections:
·
SQL language reference
Reference information about Derby's SQL language, including manual pages for
statements, functions, and other syntax elements.
·
SQL reserved words
SQL keywords beyond the standard SQL-92 keywords.
·
Derby support for SQL-92 features
A list of SQL-92 features that Derby does and does not support.
·
Derby system tables
Reference information about the Derby system catalogs.
·
Derby exception messages and SQL states
Information about Derby exception messages.
·
JDBC reference
Information about Derby's implementation of the Java Database Connectivity
(JDBC) API.
·
Setting attributes for the database connection URL
Information about the supported attributes to Derby's JDBC database connection
URL.
·
Derby property reference
Information about Derby properties.
·
Java EE Compliance: Java Transaction API and javax.sql Interfaces
Information about Derby's support for the Java EE platform, in particular support for
the Java Transaction API and the JDBC API.
·
Derby API
Notes about proprietary APIs for Derby.
·
Supported territories