Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbIsVTable

ctdbIsVTable() can be used to check if a table is a virtual table or a regular table.

Declaration

CTBOOL ctdbIsVTable(CTHANDLE table)

Description

  • table: A handle to any c-treeDB API table.

Return Values

ctdbIsVTable() returns YES if the table is a Virtual Table, NO otherwise.

See Also

ctdbAddMRTTable(), ctdbAddVTableResource(), ctdbAllocVTableInfo(), ctdbCreateMRTTable(), ctdbFreeVTableInfo(), ctdbGetVTableInfoFromTable(), ctdbGetVTableNumber(), ctdbRemoveVTableResource(), ctdbSetMRTTableFilter()

TOCIndex