Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetCloseTable(
__in JET_SESID sesid,
__in JET_TABLEID tableid
);
DECLARE INTEGER JetCloseTable IN esent;
INTEGER sesid,;
INTEGER tableid
sesid Identifies the database session context that will be used for the API call.
tableid Identifies the table to be closed.
Returns the JET_ERR datatype with a predefined return code.
See also: JetCreateTable, JetOpenTable.