4 friend class csvdomnode;
6 void init(
bool stringcacheenabled);
9 domnode *getColumn(uint64_t position);
10 domnode *getColumn(
const char *name);
12 bool caseColumn(
domnode *c,
bool upper);
13 bool caseColumns(
bool upper);
15 bool trimNode(
domnode *node,
bool left,
bool right);
16 bool trimColumns(
bool left,
bool right);
19 const char *name,
bool quoted);
21 bool renameColumn(
const char *oldname,
22 uint64_t position,
bool useposition,
23 const char *name,
bool quoted);
25 bool insertColumnAt(uint64_t position,
26 const char *name,
bool quoted);
28 bool insertRowAt(uint64_t position);
30 bool trimField(uint64_t row, uint64_t column,
31 bool left,
bool right);
33 void trimFields(
bool left,
bool right);
Definition: domnode.h:122