About this guide
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:
·
Reference information about Derby's SQL language, including manual pages for
statements, functions, and other syntax elements.
·
SQL keywords beyond the standard SQL-92 keywords.
·
A list of SQL-92 features that Derby does and does not support.
·
Reference information about the Derby system catalogs.
·
Information about Derby exception messages.
·
Information about Derby's implementation of the Java Database Connectivity
(JDBC) API.
·
Information about the supported attributes to Derby's JDBC database connection
URL.
·
Information about Derby properties.
·
Information about Derby's support for the Java EE platform, in particular support for
the Java Transaction API and the JDBC API.
·
Notes about proprietary APIs for Derby.
·