Write data to a file format CSV.
TODO inherit from CSqlFile.
The documentation for this class was generated from the following file:
◆ CCsvFile() [1/2]
◆ CCsvFile() [2/2]
| CCsvFile::CCsvFile |
( |
string |
_table, |
|
|
bool |
_append, |
|
|
string |
_schema = "forex", |
|
|
string |
_filesuffix = "" |
|
) |
| |
◆ ~CCsvFile()
◆ close()
◆ createFile()
| bool CCsvFile::createFile |
( |
string |
_table, |
|
|
bool |
_append, |
|
|
string |
_schema = "forex", |
|
|
string |
_filesuffix = "" |
|
) |
| |
◆ createTable()
| bool CCsvFile::createTable |
( |
CSqlObject & |
sqlobject | ) |
|
◆ getFileName()
| string CCsvFile::getFileName |
( |
| ) |
|
◆ getHandle()
| int CCsvFile::getHandle |
( |
| ) |
|
◆ getSchema()
| string CCsvFile::getSchema |
( |
| ) |
|
◆ getTable()
| string CCsvFile::getTable |
( |
| ) |
|
◆ insert()
◆ setSchema()
| void CCsvFile::setSchema |
( |
string |
_schema | ) |
|
◆ setTable()
| void CCsvFile::setTable |
( |
string |
_table | ) |
|
◆ filename
| string CCsvFile::filename |
|
protected |
◆ hcsv
◆ schema
◆ table