DBFieldDef :: GetDBField - Get database field definition
The function returns the database field definition for the required schema version (version_nr).
Return value: - internal feature (not documented) ( DBFieldDef * )
Implementation details
DBFieldDef *
DBFieldDef  :: GetDBField ( uint16 schema_version, uint16 schema_version_w=CUR_VERSION )
- schema_version
- Scheme version
Schema versions are numbered consecutively beginning with 0. In order to refer to the current schema version, the version value may be set to -1.
- schema_version_w
- Scheme version
Schema versions are numbered consecutively beginning with 0. In order to refer to the current schema version, the version value may be set to -1.
Default: CUR_VERSION