|
||
Defines column, column set, and index key structures.
The API has three key concepts: column, column set, and index key.
A table in a database is defined by a set of columns. Each column has attributes such as a name, a type, and a maximum length (if text or binary).
A column definition is encapsulated by
TDbCol
.
A set of columns that describe a table are encapsulated in
CDbColSet
. The set can be iterated over using
TDbColSetIter
.