Oracle8i Java Tools Reference
Release 3 (8.1.7)

Part Number A83727-01

Library

Solution Area

Contents

Index

Go to previous page Go to next page


Preface

This reference contains the syntax and description for Oracle8i JServer command-line tools.

How This Reference is Organized

This book has the following two chapters:

Notational Conventions

This guide follows these conventions:

Italic  

Italic font denotes terms being defined for the first time, words being emphasized, error messages, and book titles.  

Courier  

Courier font denotes Java program names, file names, path names, and Internet addresses.  

Java code examples follow these conventions:

{ }
 

Braces enclose a block of statements.  

//
 

A double slash begins a single-line comment, which extends to the end of a line.  

/*  */
 

A slash-asterisk and an asterisk-slash delimit a multi-line comment, which can span multiple lines.  

...
 

An ellipsis shows that statements or clauses irrelevant to the discussion were left out.  

lower case
 

Lower case is used for keywords and for one-word names of variables, methods, and packages.  

UPPER CASE
 

Upper case is used for names of constants (static final variables) and for names of supplied classes that map to built-in SQL datatypes.  

Mixed Case
 

Mixed case is used for names of classes and interfaces and for multi-word names of variables, methods, and packages. The names of classes and interfaces begin with an upper-case letter. In all multi-word names, the second and succeeding words also begin with an upper-case letter.  

Your Comments Are Welcome

We appreciate your comments and suggestions. In fact, your opinions are the most important feedback we receive. We encourage you to use the Reader's Comment Form at the front of this book. You can also send comments to the following address:

Documentation Manager, Oracle8i Java Products Group
Oracle Corporation
500 Oracle Parkway
Redwood Shores, CA 94065
USA
email: jpgcomnt@us.oracle.com


Go to previous page
Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index