
About This Document,
Page 5 of 5
|

|

[top]  [prev]
  [next]
Road Map
Glossary
 Index for This Book
Documentation Top
Global Index
|
Typographical Conventions
This manual uses some typographical conventions to highlight elements of the SQL-J language, operating system commands, the Java programming language, and the like.
Typeface
|
Usage
|
Examples
|
Italic
|
New terms
|
defined by keys
|
File and directory names
|
C:\cloudscape
|
Java class names, objects, and methods
|
PreparedStatement
|
Cloudscape dictionary objects
|
The Hotels table
|
In syntax, items that you do not type exactly as they appear, but replace with the appropriate name
|
CREATE TABLE TableName
|
green, bold, fixed-width
|
Syntax
|
CREATE TABLE tableName
|
bold, fixed-width
blue, bold, fixed-width
|
Syntax
|
CREATE TABLE tableName
|
SQL-J examples
| SELECT hotel.getPrice()
|
Java application examples
| ResultSet rs =
ps.executeQuery()
|
roman, fixed-width
|
Comments within examples
| -- This line ignored
|
ALL CAPS
|
SQL-J keywords -(commands)
|
You can use a CREATE TABLE statement
|
|