Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::Create

Syntax

void Create(const CTString& Name, const CTCREATE_MODE CreateMode)

Parameters

  • Name [in] The table name
  • CreateMode [in] The create mode for the table. The valid values for the table create mode are shown in "Table Create Modes".

Description

Creates a new table. Before the table creation, it must be defined with AddField(), and optionally with AddIndex() and AddSegment().

Return

None.

See also

AddField(), GetCreateMode(), Open()

TOCIndex