Definition in file TeTable.h.
#include <string>
#include <vector>
#include "TeComposite.h"
#include "TeAttribute.h"
Go to the source code of this file.
Data Structures | |
| class | TeTable |
| An attribute table in memory. More... | |
| class | TeTableImpl |
| The table implementation, this is the body class, of the handle/body idiom. More... | |
Typedefs | |
| typedef vector< TeTable > | TeAttrTableVector |
| A vector of tables. | |
| typedef vector< string > | TeTableRow |
| A table row is a vector of strings. | |
Functions | |
| TL_DLL string | tableJoin (TeAttrTableVector &vecTable, string firstTable="", string attrLink="") |
| Return the sql join related with the table vector. | |
| typedef vector<TeTable> TeAttrTableVector |
| typedef vector<string> TeTableRow |
| TL_DLL string tableJoin | ( | TeAttrTableVector & | vecTable, | |
| string | firstTable = "", |
|||
| string | attrLink = "" | |||
| ) |
1.5.3