| _appendFlag | Db | [protected] |
| _bcpStringDelimiter | Db | [protected] |
| _cmdTerm | Db | [protected] |
| _connect | Db | [protected] |
| _dataLoadingFileName | Db | [protected] |
| _dbCommand | Db | [protected] |
| _dbName | Db | [protected] |
| _envDbPass | Db | [protected] |
| _envDbUser | Db | [protected] |
| _exec | Db | [protected] |
| _execOption | Db | [protected] |
| _fieldSeparator | Db | [protected] |
| _firstTextNewLineSpecial | Db | [protected] |
| _passOption | Db | [protected] |
| _rowSeparator | Db | [protected] |
| _schemaMapping | Db | |
| _terminate | Db | [protected] |
| _useOnlyPopulated | Db | [protected] |
| _userOption | Db | [protected] |
| ConvertDate(string &dbDate, const string &cifDate) | Db | [virtual] |
| ConvertTimestamp(string &dbTimestamp, const string &cifTimestamp) | Db | [virtual] |
| Db(SchemaMapping &schemaMapping, const string &dbName=DB_DEFAULT_NAME) | Db | |
| DB_DEFAULT_NAME | Db | [static] |
| DbSybase(SchemaMapping &schemaMapping, const string &dbName=DB_DEFAULT_NAME) | DbSybase | |
| DropTableSql(ostream &io, const string &tableNameDb) | Db | [virtual] |
| GetAppendFlag() | Db | |
| GetBcpStringDelimiter() | Db | |
| GetChar(string &dType, const unsigned int width) | Db | [virtual] |
| GetCommandTerm() | Db | |
| GetConnect() | Db | [virtual] |
| GetDataLoadingFileName() | Db | |
| GetDate(string &dType) | Db | [virtual] |
| GetDbCommand() | Db | [virtual] |
| GetEnvDbPass() | Db | [virtual] |
| GetEnvDbUser() | Db | [virtual] |
| GetExec() | Db | [virtual] |
| GetExecOption() | Db | [virtual] |
| GetFieldSeparator() | Db | |
| GetFloat(string &dType) | Db | [virtual] |
| GetPassOption() | Db | [virtual] |
| GetRowSeparator() | Db | |
| GetStart(string &start) | DbSybase | [virtual] |
| GetTerminate() | Db | [virtual] |
| GetText(string &dType, const unsigned int width) | Db | [virtual] |
| GetUseOnlyPopulated() | Db | |
| GetUserOption() | Db | [virtual] |
| IsFirstTextNewLineSpecial() | Db | |
| SetAppendFlag(const bool appendFlag) | Db | |
| SetFieldSeparator(const string &fieldSeparator) | Db | |
| SetRowSeparator(const string &rowSeparator) | Db | |
| SetUseOnlyPopulated(bool mode=true) | Db | |
| WriteBcpDoubleQuotes(ostream &io) | Db | [virtual] |
| WriteDeleteTable(ostream &io, const string &table, const string &where, const string &what) | Db | |
| WriteLoad(ostream &io) | Db | [virtual] |
| WriteLoadingEnd(ostream &io) | Db | [virtual] |
| WriteLoadingStart(ostream &io) | DbSybase | [virtual] |
| WriteLoadingTable(ostream &io, const string &tableName, const string &path) | DbSybase | [virtual] |
| WriteNewLine(ostream &io, bool special=false) | Db | [virtual] |
| WriteNull(ostream &io, const int iNull, const unsigned int curr, const unsigned int attSize) | DbSybase | [virtual] |
| WritePrint(ostream &io, const string &tableNameDb) | DbSybase | [virtual] |
| WriteSchemaStart(ostream &io) | Db | [virtual] |
| WriteTableIndex(ostream &io, const string &tableNameDb, const vector< string > &indexList) | DbSybase | [virtual] |
| ~Db() | Db | [virtual] |
| ~DbSybase() | DbSybase | |