TOC PREV NEXT INDEX

Connect

Synopsis

Input Ports

None

Parameters

None

Output Ports

None

User Interface

None

Description

The Connect macro connects the user to or disconnects the user from a specified database. It provides a user interface to the DBconnect module, which performs the connect or disconnect.

A number of components of the Connect interface map to ports or parameters in the underlying modules of Connect. For information on those mappings, see The Toolkits Book .

Input

none.


Parameters

none.


Output Port

dbvisual_connect_descriptor

A pointer to a connection descriptor for the connection that is being established or broken and the session being initiated or terminated.
This field maps to DBconnect.db_visual_connector .

Example

Not available.

File

v/db.v

See also related modules



TOC PREV NEXT INDEX