File Geodatabase API
|
A utility class for providing field information. More...
Public Member Functions | |
fgdbError | GetFieldCount (int &fieldCount) const |
The number of fields. More... | |
fgdbError | GetFieldName (int fieldNumber, std::wstring &fieldName) const |
The name of the field. More... | |
fgdbError | GetFieldType (int fieldNumber, FieldType &fieldType) const |
The data type of the field. More... | |
fgdbError | GetFieldLength (int fieldNumber, int &fieldLength) const |
The length of the field. More... | |
fgdbError | GetFieldIsNullable (int fieldNumber, bool &isNullable) const |
The nullability of the field. More... | |
Constructors and destructors | |
FieldInfo () | |
The class constructor. | |
~FieldInfo () | |
The class destructor. | |
A utility class for providing field information.
fgdbError FileGDBAPI::FieldInfo::GetFieldCount | ( | int & | fieldCount | ) | const |
The number of fields.
[out] | fieldCount | The number of fields. |
fgdbError FileGDBAPI::FieldInfo::GetFieldName | ( | int | fieldNumber, |
std::wstring & | fieldName | ||
) | const |
The name of the field.
[in] | fieldNumber | The number of field. |
[out] | fieldName | The name of the field. |
fgdbError FileGDBAPI::FieldInfo::GetFieldType | ( | int | fieldNumber, |
FieldType & | fieldType | ||
) | const |
The data type of the field.
[in] | fieldNumber | The number of field. |
[out] | fieldType | The data type of the field. |
fgdbError FileGDBAPI::FieldInfo::GetFieldLength | ( | int | fieldNumber, |
int & | fieldLength | ||
) | const |
The length of the field.
[in] | fieldNumber | The number of field. |
[out] | fieldLength | The length of the field. |
fgdbError FileGDBAPI::FieldInfo::GetFieldIsNullable | ( | int | fieldNumber, |
bool & | isNullable | ||
) | const |
The nullability of the field.
[in] | fieldNumber | The number of field. |
[out] | isNullable | The nullability of the field. |