ra_helparticle

Description

Returns information about primary database articles from the RASD.

NoteThis command is available only for Oracle and Microsoft SQL Server.

Syntax

ra_helparticle [article, [version]]

Parameters

article

The name or object ID of an article (table or procedure) in the primary database. Article names can be qualified with an owner name in the following form:

owner.article

Owner qualification of article names is optional.

version

A hexadecimal locator value that identifies the version of the article specified in the article option.

Examples

Example 1

ra_helparticle

This command returns information about all versions of all articles in the RASD.

Example 2

ra_helparticle table1

This command returns information about the current version of the article named “table1” in the RASD.

Example 3

ra_helparticle table1, 00000000000210a400003334000700003334000699940000d413c50000000000

This command returns information about version 00000000000210a400003334000700003334000699940000d413c50000000000 of the article named “table1” in the RASD.

Usage

See also

ra_helpdb, ra_helpfield, ra_helplocator, ra_helpuser