ra_helpfield

Description

NoteThis command is available only for Oracle.

Returns information about primary database fields (columns in tables, or input parameters in stored procedures) from the RASD.

Syntax

ra_helpfield article [, version [, field]]

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 specified article.

field

The name or object ID of a field (column or input parameter) in the specified article.

Examples

Example 1

ra_helpfield authors

This command returns information about all fields in the current version of the article named authors in the RASD.

Example 2

ra_helpfield authors, 00000000000210a400003334000700003334000699940000d413c50000000000

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

Example 3

ra_helpfield authors, 00000000000210a400003334000700003334000699940000d413c50000000000, au_fname

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

Usage

See also

ra_config, ra_help, ra_helparticle, ra_helpdb, ra_helpdevice, ra_helplocator, ra_helpuser