![]() | ![]() |
Home |
|
|
Sybase dbQueue Reference Guide |
|
| About This Book |
This book, Sybase dbQueue Reference Guide, contains information about the dbQueue Application Programming Interfaces (APIs).
The Sybase dbQueue Reference Guide is for application developers writing distributed messaging applications.
This book contains the following:
Use the SyBooks(TM) and SyBooks-on-the-Web online resources to learn more about your product:
Refer to Installing SyBooks in your documentation package for instructions on installing and starting SyBooks.
To use SyBooks-on-the-Web, go to http://www.sybase.com, and choose Documentation.
The Technical Support information on the Sybase Web site is updated frequently.
http://techinfo.sybase.com
http://techinfo.sybase.com
You can research EBFs using the Technical Information Library, and you can download EBFs using Electronic Software Distribution (ESD).
You can register by following the instructions on the Web.
To use SupportPlus, you need:
You may use Sybase's Technical Information Library. Certification Reports are among the features documented at this site.
http://techinfo.sybase.com
This section describes style and syntax conventions, command formatting conventions, and graphic icons used in this book.
Syntax statements (displaying the syntax and options for a command) are printed as follows:
deq_<Q> ['header_field','value']
See "Syntax Conventions" for more information.
Examples that show the use of dbQueue methods and stored procedures are printed as follows:
deq_orders
Command names, command option names, program names, program flags, keywords, configuration parameters, functions, and stored procedures are printed as follows:
Use qtm to start the queue transfer manager.
Variables, parameters to functions and stored procedures, and user-supplied words are in italics in syntax and in paragraph text, as follows:
The rst_<Q> command reset the queue <Q>.
Names of database objects, such as databases, tables, columns, and datatypes, are in italics in paragraph text, as follows:
The base_price column in the Items table is a money datatype.
Syntax formatting conventions are summarized in the following table. Examples combining these elements follow.
Key | Definition |
|---|---|
variable | Variables (words standing for values that you fill in) are in italics. |
{ } | Curly braces mean you must choose at least one of the enclosed options. Do not include braces in the command. |
[ ] | Brackets mean you may choose or omit enclosed options. Do not include brackets in the command. |
| | Vertical bars mean you may choose no more than one option (enclosed in braces or brackets). |
, | Commas mean you may choose as many options as you need (enclosed in braces or brackets). Separate your choices with commas, to be typed as part of the command. Commas may also be required in other syntax contexts. |
( ) | Parentheses are to be typed as part of the command. |
... | An ellipsis (three dots) means you may repeat the last unit as many times as you need. Do not include ellipses in the command. |
{red | yellow | blue}{cash, check, credit}[anchovies]
[beans | rice | sweet_potatoes]
[extra_cheese, avocados, sour_cream]
An ellipsis (...) means that you may repeat the last unit as many times as you need. In this syntax statement, buy is a required keyword:
buy thing = price [cash | check | credit]
[, thing = price [cash | check | credit]]...
Illustrations in this book use the following graphic icons to represent the components of a messaging system.

This icon represents a data source. Data sources manage databases containing queues.

This icon represents a client application. A client application is a user process or application connected to a data source. It may be a front-end application program executed by a user or a program that executes as an extension of the system.
Each Sybase installation that has purchased a support contract has one or more designated people who are authorized to contact Sybase Technical Support. If you cannot resolve a problem using the manuals or online help, please have the designated person contact Sybase Technical Support or the Sybase subsidiary in your area.
|
|