Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTField::SetType

Syntax

void SetType(const CTDBTYPE Type, const VRLEN Length=0)

Parameters

  • Type [in] The field type to be set to the field. Valid type values are: CTBIGINT, CTBLOB, CTBOOL, CTCURRENCY, CTDATE, CTDATETIME, CTFLOAT, CTMONEY, CTNUMBER, CTSIGNED, CTSTRING, CTTIME and CTUNSIGNED.
  • Length [in] The field length to be set to the field.

Description

Sets the field type.

Return

None.

See also

GetType(), SetName(), SetLength()

TOCIndex