Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetCreateMode

Syntax

CTCREATE_MODE GetCreateMode( ) const

Parameters

This method has no parameters.

Description

Retrieves the table create mode. The valid values for the table create mode are shown in "Table Create Modes".

Return

GetCreateMode() returns the table create mode.

See also

Create(), GetOpenMode()

TOCIndex