Previous Topic: Reference Commands

Next Topic: dbmonitor_nxd--Database Monitoring Daemon

bop_sinfo--Display System Information

The bop_sinfo utility displays information about a single Majic-defined object. You can run this utility on objects listed in the Technical Reference Guide.

Syntax

This command has the following format:

bop_sinfo [-s server] [-p] [-l] [-d] [f] [-q] [-t] [-m] [-a] object [-h]
-s server

Specifies the server to query.

-p

Displays the producer information.

-l

Displays the domset list.

-d

Displays database object information, including the name and type of all attributes.

-f

Displays factory information, including the rel_attr and common_name.

-q

Displays the schema name of the associated table.

-t

Displays triggers on the object.

-m

Displays methods used by the object.

-a

Displays attribute details.

object

The name of the object to query

-h

Displays help on the utility.

Example: Display System Information for the dmn object

bop_sinfo -d dmn
Factory dmn
 Attributes
id			INTEGER
producer_id	LOCAL STRING(20)
persistent_id	STRING(30)
sym			STRING(60) REQUIRED
delete_flag	SREL -> actbool.enum REQUIRED
desc		STRING(40)
tables		BREL <- dcon.dom_id {dom_id = ?}
last_mod		DATE
last_mod_by	SREL -> cnt.id
audit_userid	LOCAL SREL -> cnt.id