Firebird Documentation Index → Firebird 2.0 Language Ref. Update → Introduction |
Table of Contents
This guide documents the changes made in the Firebird SQL language between InterBase 6 and Firebird 2.0.x
. It covers the following areas:
Reserved words
Data types and subtypes
DDL statements (Data Definition Language)
DML statements (Data Manipulation Language)
Transaction control statements
PSQL statements (Procedural SQL, used in stored procedures and triggers)
Context variables
Operators and predicates
Internal functions
UDFs (User Defined Functions, also known as external functions)
To have a complete Firebird 2.0 SQL reference, you need:
The InterBase 6.0 beta SQL Reference (LangRef.pdf
and/or SQLRef.html
)
This document
Topics not discussed in this document include:
ODS versions
Bug listings
Installation and configuration
Upgrade, migration and compatibility
Server architectures
API functions
Connection protocols
Tools and utilities
Consult the Release Notes for information on these subjects. You can find the Release Notes and other documentation via the Firebird Documentation Index at http://www.firebirdtest.com/en/documentation/.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → Introduction |