ctdbIsVTable
ctdbIsVTable() can be used to check if a table is a virtual table or a regular table.
Declaration
CTBOOL ctdbIsVTable(CTHANDLE table)
Description
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()