File Geodatabase API
FileGDBAPI::Table Member List

This is the complete list of members for FileGDBAPI::Table, including all inherited members.

AddField(const std::string &fieldDef)FileGDBAPI::Table
AddField(const FieldDef &fieldDef)FileGDBAPI::Table
AddIndex(const std::string &indexDef)FileGDBAPI::Table
AddIndex(const IndexDef &indexDef)FileGDBAPI::Table
AlterField(const std::string &fieldDef)FileGDBAPI::Table
AlterSubtype(const std::string &subtypeDef)FileGDBAPI::Table
CreateRowObject(Row &row)FileGDBAPI::Table
CreateSubtype(const std::string &subtypeDef)FileGDBAPI::Table
Delete(Row &row)FileGDBAPI::Table
DeleteField(const std::wstring &fieldName)FileGDBAPI::Table
DeleteIndex(const std::wstring &indexName)FileGDBAPI::Table
DeleteSubtype(const std::wstring &subtypeName)FileGDBAPI::Table
DisableSubtypes()FileGDBAPI::Table
EnableSubtypes(const std::wstring &subtypeFieldName, const std::string &subtypeDef)FileGDBAPI::Table
FreeWriteLock(void)FileGDBAPI::Table
GetDefaultSubtypeCode(int &defaultCode) const FileGDBAPI::Table
GetDefinition(std::string &tableDef) const FileGDBAPI::Table
GetDocumentation(std::string &documentation) const FileGDBAPI::Table
GetExtent(Envelope &extent) const FileGDBAPI::Table
GetFieldInformation(FieldInfo &fieldInfo) const FileGDBAPI::Table
GetFields(std::vector< FieldDef > &fieldDefs) const FileGDBAPI::Table
GetIndexes(std::vector< std::string > &indexDefs) const FileGDBAPI::Table
GetIndexes(std::vector< IndexDef > &indexDefs) const FileGDBAPI::Table
GetRowCount(int &rowCount) const FileGDBAPI::Table
Insert(Row &row)FileGDBAPI::Table
IsEditable(bool &isEditable)FileGDBAPI::Table
LoadOnlyMode(bool loadOnlyMode)FileGDBAPI::Table
Search(const std::wstring &subfields, const std::wstring &whereClause, const Envelope &envelope, bool recycling, EnumRows &rows)FileGDBAPI::Table
Search(const std::wstring &subfields, const std::wstring &whereClause, bool recycling, EnumRows &rows)FileGDBAPI::Table
SetDefaultSubtypeCode(int defaultCode)FileGDBAPI::Table
SetDocumentation(const std::string &documentation)FileGDBAPI::Table
SetWriteLock(void)FileGDBAPI::Table
Table()FileGDBAPI::Table
Update(Row &row)FileGDBAPI::Table
~Table()FileGDBAPI::Table