Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTField Methods

Constructor / Destructor

  • CTField(): Creates a CTField object
  • ~CTField(): Destroys a CTField Object and resets all the dependent objects

Field Handling

  • GetBinaryFlag(): Retrieves the field's binary flag
  • GetLength(): Retrieves the field length
  • GetName(): Retrieves the field name
  • GetNullFlag(): Retrieves the field null flag
  • GetNumber(): Retrieves the field position index in the table field list
  • GetPrecision(): Retrieves the field precision
  • GetScale(): Retrieves the field scale
  • GetType(): Retrieves the field type
  • IsNumeric(): Indicates if the field represents a numeric value
  • SetBinaryFlag(): Sets the field's binary flag
  • SetLength(): Sets the field length
  • SetName(): Sets the field name
  • SetNullFlag(): Sets the new null flag value
  • SetPrecision(): Sets the field precision
  • SetScale(): Sets the field scale value
  • SetType(): Sets the field type

In This Section

CTField::ClearFieldDefaultValue

CTField::CTField

CTField::~CTField

CTField::GetBinaryFlag

CTField::GetFieldDefaultDateType

CTField::GetFieldDefaultTimeType

CTField::GetFieldDefaultValue

CTField::GetLength

CTField::GetName

CTField::GetNullFlag

CTField::GetNumber

CTField::GetPrecision

CTField::GetScale

CTField::GetStatus

CTField::GetType

CTField::IsFieldDefaultValueSet

CTField::IsNumeric

CTField::SetBinaryFlag

CTField::SetFieldDefaultDateTimeType

CTField::SetFieldDefaultValue

CTField::SetLength

CTField::SetName

CTField::SetNullFlag

CTField::SetPrecision

CTField::SetScale

CTField::SetType

TOCIndex