Home | Previous Page | Next Page   Purpose-Function Reference > Purpose-Function Syntax >

am_open

The database server calls am_open to initialize input or output prior to processing an SQL statement.

Syntax

mi_integer am_open(MI_AM_TABLE_DESC *tableDesc)
tableDesc
points to the index descriptor.

Usage

As part of the initialization, am_open:

Return Values

MI_OK indicates success. MI_ERROR indicates failure.

Related Topics

See the descriptions of:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]