Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_tab_createdate()

The mi_tab_createdate() function returns the date that the table was created.

Syntax

mi_date * mi_tab_createdate(MI_AM_TABLE_DESC *tableDesc);
tableDesc
points to the table descriptor.

Return Values

The date indicates when the CREATE TABLE statement was issued.

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