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

  • 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
  • GetCTType(): Retrieves the field type
  • IsNumeric(): Indicates if the field represents a numeric value
  • 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.CTField

CTField.~CTField

CTField.GetLength

CTField.GetName

CTField.GetNullFlag

CTField.GetNumber

CTField.GetPrecision

CTField.GetScale

CTField.GetStatus

CTField.GetType

CTField.IsNumeric

CTField.SetLength

CTField.SetName

CTField.SetNullFlag

CTField.SetPrecision

CTField.SetScale

CTField.SetType

TOCIndex