| AddColumn(char columnName[_TABLE_MAX_COLUMN_NAME_LENGTH], ColumnType columnType) | DataStructures::Table | |
| AddRow(unsigned rowId) | DataStructures::Table | |
| AddRow(unsigned rowId, DataStructures::List< Cell > &initialCellValues) (defined in DataStructures::Table) | DataStructures::Table | |
| AddRowColumns(unsigned rowId, Row *row, DataStructures::List< unsigned > columnIndices) (defined in DataStructures::Table) | DataStructures::Table | [protected] |
| BINARY enum value (defined in DataStructures::Table) | DataStructures::Table | |
| Clear(void) | DataStructures::Table | |
| ColumnIndex(char columnName[_TABLE_MAX_COLUMN_NAME_LENGTH]) | DataStructures::Table | |
| ColumnName(unsigned index) | DataStructures::Table | |
| columns (defined in DataStructures::Table) | DataStructures::Table | [protected] |
| ColumnType enum name (defined in DataStructures::Table) | DataStructures::Table | |
| DeleteRow(Row *row) (defined in DataStructures::Table) | DataStructures::Table | [protected] |
| FilterQueryType enum name (defined in DataStructures::Table) | DataStructures::Table | |
| GetColumnCount(void) const | DataStructures::Table | |
| GetColumns(void) | DataStructures::Table | |
| GetColumnType(unsigned index) | DataStructures::Table | |
| GetListHead(void) (defined in DataStructures::Table) | DataStructures::Table | |
| GetRowByID(unsigned rowId) | DataStructures::Table | |
| GetRowByIndex(unsigned rowIndex) | DataStructures::Table | |
| GetRowCount(void) const | DataStructures::Table | |
| GetRows(void) | DataStructures::Table | |
| NUMERIC enum value (defined in DataStructures::Table) | DataStructures::Table | |
| PrintRow(char *out, int outLength, char columnDelineator, bool printDelineatorForBinary, Table::Row *inputRow) | DataStructures::Table | |
| QF_EQUAL enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QF_GREATER_THAN enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QF_IS_EMPTY enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QF_LESS_THAN enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QF_NOT_EMPTY enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QF_NOT_EQUAL enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QS_DECREASING_ORDER enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QS_INCREASING_ORDER enum value (defined in DataStructures::Table) | DataStructures::Table | |
| QueryRow(DataStructures::List< unsigned > &inclusionFilterColumnIndices, DataStructures::List< unsigned > &columnIndicesToReturn, unsigned key, Table::Row *row, FilterQuery *inclusionFilters, Table *result) (defined in DataStructures::Table) | DataStructures::Table | [protected] |
| QueryTable(unsigned *columnSubset, unsigned numColumnSubset, FilterQuery *inclusionFilters, unsigned numInclusionFilters, unsigned *rowIds, unsigned numRowIDs, Table *result) | DataStructures::Table | |
| RemoveColumn(unsigned columnIndex) | DataStructures::Table | |
| RemoveRow(unsigned rowId) | DataStructures::Table | |
| RemoveRows(Table *tableContainingRowIDs) | DataStructures::Table | |
| rows (defined in DataStructures::Table) | DataStructures::Table | [protected] |
| SortQueryType enum name | DataStructures::Table | |
| SortTable(Table::SortQuery *sortQueries, unsigned numSortQueries, Table::Row **out) | DataStructures::Table | |
| STRING enum value (defined in DataStructures::Table) | DataStructures::Table | |
| Table() | DataStructures::Table | |
| UpdateCell(unsigned rowId, unsigned columnIndex, int value) | DataStructures::Table | |
| UpdateCell(unsigned rowId, unsigned columnIndex, char *str) (defined in DataStructures::Table) | DataStructures::Table | |
| UpdateCell(unsigned rowId, unsigned columnIndex, int byteLength, char *data) (defined in DataStructures::Table) | DataStructures::Table | |
| ~Table() | DataStructures::Table | |