apache > db
Apache DB Project
 
Font size:      

Typography

Typography

This documentation uses some typographical conventions to highlight elements of the SQL language, operating system commands, and the Java programming language.

TypefaceUsageExamples
ItalicNew termsdefined by keys
File and directory namesC:\derby
Dictionary objectsThe Employees table
In syntax, items that you do not type exactly as they appear, but replace with the appropriate name
CREATE TABLE tableName


SQL examplesSELECT city.getName() FROM Cities
Java application examplesConnection conn = DriverManager.getConnection ("jdbc:derby:Sample")

Things you type in a command promptjava org.apache.derby.tools.ij

Comments within examples--This line ignored
All capsSQL keywords (commands)You can use a CREATE TABLE statement

Previous Page
Next Page
Table of Contents
Index