File Geodatabase API
FileGDBAPI::Row Member List
This is the complete list of members for FileGDBAPI::Row, including all inherited members.
GetBinary(const std::wstring &field, ByteArray &binaryBuf)FileGDBAPI::Row
GetDate(const std::wstring &field, struct tm &value)FileGDBAPI::Row
GetDouble(const std::wstring &field, double &value)FileGDBAPI::Row
GetFieldInformation(FieldInfo &fieldInfo)FileGDBAPI::Row
GetFloat(const std::wstring &field, float &value)FileGDBAPI::Row
GetGeometry(ShapeBuffer &shapeBuffer)FileGDBAPI::Row
GetGlobalID(Guid &globalID)FileGDBAPI::Row
GetGUID(const std::wstring &field, Guid &value)FileGDBAPI::Row
GetInteger(const std::wstring &field, int32 &value)FileGDBAPI::Row
GetOID(int32 &objectID)FileGDBAPI::Row
GetShort(const std::wstring &field, short &value)FileGDBAPI::Row
GetString(const std::wstring &field, std::wstring &value)FileGDBAPI::Row
GetXML(const std::wstring &field, std::string &value)FileGDBAPI::Row
IsNull(const std::wstring &field, bool &isNull)FileGDBAPI::Row
Row()FileGDBAPI::Row
SetBinary(const std::wstring &field, const ByteArray &binaryBuf)FileGDBAPI::Row
SetDate(const std::wstring &field, const struct tm &value)FileGDBAPI::Row
SetDouble(const std::wstring &field, double value)FileGDBAPI::Row
SetFloat(const std::wstring &field, float value)FileGDBAPI::Row
SetGeometry(const ShapeBuffer &shapeBuffer)FileGDBAPI::Row
SetGUID(const std::wstring &field, const Guid &value)FileGDBAPI::Row
SetInteger(const std::wstring &field, int32 value)FileGDBAPI::Row
SetNull(const std::wstring &field)FileGDBAPI::Row
SetShort(const std::wstring &field, short value)FileGDBAPI::Row
SetString(const std::wstring &field, const std::wstring &value)FileGDBAPI::Row
SetXML(const std::wstring &field, const std::string &value)FileGDBAPI::Row
~Row()FileGDBAPI::Row