MI_AM_TABLE_DESC* mi_scan_table(MI_AM_SCAN_DESC *scanDesc);
The table descriptor points to the row descriptor. The row descriptor contains the column data types that define a row.
The table descriptor also typically contains PER_STMT_EXEC or PER_STMT_PREP user data that remains in memory until the completion of the current SQL statement.
This function returns a pointer to the table descriptor that is associated with this scan.
See the descriptions of: