mi_integer am_create(MI_AM_TABLE_DESC *tableDesc)
Even if the access method does not provide an am_create function, the database server automatically adds the created object to the system catalog tables, such as systables. For example, a user might issue the CREATE TABLE command to register an existing, external table in the database server system catalog.
The am_create function typically:
MI_OK indicates success. MI_ERROR indicates failure.
In this manual, see the description of:
In the IBM Informix: DataBlade API Programmer's Guide, see the descriptions of: