Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Sybase dbQueue Reference Guide [Table of Contents] Chapter 1: Using the dbQueue Objects Library

Sybase dbQueue Reference Guide

[-] About This Book

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.

How to Use This Book

This book contains the following:

Related Documents

Other Sources of Information

Use the SyBooks(TM) and SyBooks-on-the-Web online resources to learn more about your product:

Sybase Certifications on the Web

The Technical Support information on the Sybase Web site is updated frequently.

For the latest information on product certifications and/or the EBF Rollups:

  1. Point your Web browser to the Technical Information Library at the following URL:

    http://techinfo.sybase.com

  2. In the Browse section, click on the Hot entry.

  3. Explore your area of interest: Hot Docs covering various topics, or Hot Links to Technical News, Certification Reports, Partner Certifications, and so on.

If you are a registered SupportPlus user:

  1. Point your Web browser to the Technical Information Library at the following URL.

    http://techinfo.sybase.com

  2. In the Browse section, click on the Hot entry.

  3. Click on the EBF Rollups entry.

    You can research EBFs using the Technical Information Library, and you can download EBFs using Electronic Software Distribution (ESD).

  4. Follow the instructions associated with the SupportPlusSM Online Services entries.

If you are not a registered SupportPlus user, and you want to become one:

You can register by following the instructions on the Web.

To use SupportPlus, you need:

Whether or not you are a registered SupportPlus user:

You may use Sybase's Technical Information Library. Certification Reports are among the features documented at this site.

  1. Point your Web browser to the Technical Information Library at the following URL:

    http://techinfo.sybase.com

  2. In the Browse section, click on the Hot entry.

  3. Click on the topic that interests you.

Conventions

This section describes style and syntax conventions, command formatting conventions, and graphic icons used in this book.

Style Conventions

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 Conventions

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.

Obligatory Choices

Optional Choices

Repeating Elements

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]]...

Graphic Icons

Illustrations in this book use the following graphic icons to represent the components of a messaging system.

raster

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

raster

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.

If You Need Help

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.


Sybase dbQueue Reference Guide [Table of Contents] Chapter 1: Using the dbQueue Objects Library