INFORMIX
IBM Informix Embedded SQLJ User's Guide
Chapter 4: The Embedded SQLJ Language
Contents Index

SQL Statements

Embedded SQLJ supports SQL statements at the SQL92 Entry level, with the following additions:

SQL statements must appear within curly braces, as follows:

An SQL statement that is not enclosed within curly braces will generate a syntax error.

SQL statements are case insensitive (unless delimited by double quotes) and can be written in uppercase, lowercase, or mixed-case letters. Java statements are case sensitive.




IBM Informix Embedded SQLJ User's Guide, Version 1.0
Copyright © 1999, IBM Corporation. All rights reserved.