#include <CifSchemaMap.h>
Inherits Db.
Inheritance diagram for DbSybase:
Public Member Functions | |
DbSybase (SchemaMap &schemaMapping, const string &dbName=DB_DEFAULT_NAME) | |
~DbSybase () | |
void | GetStart (string &start) |
void | WriteLoadingStart (std::ostream &io) |
void | WriteLoadingTable (std::ostream &io, const string &tableName, const string &path) |
void | WritePrint (std::ostream &io, const string &tableNameDb) |
void | WriteNull (std::ostream &io, const int iNull, const unsigned int curr, const unsigned int attSize) |
void | WriteTableIndex (std::ostream &io, const string &tableNameDb, const vector< string > &indexList) |
void | GetDateAndTime (string &dateAndTime) |
This class represents a Sybase database.
DbSybase::DbSybase | ( | SchemaMap & | schemaMapping, | |
const string & | dbName = DB_DEFAULT_NAME | |||
) |
DbSybase::~DbSybase | ( | ) |
void DbSybase::GetDateAndTime | ( | string & | dateAndTime | ) |
void DbSybase::GetStart | ( | string & | start | ) |
void DbSybase::WriteLoadingStart | ( | std::ostream & | io | ) | [virtual] |
Reimplemented from Db.
void DbSybase::WriteLoadingTable | ( | std::ostream & | io, | |
const string & | tableName, | |||
const string & | path | |||
) |
void DbSybase::WriteNull | ( | std::ostream & | io, | |
const int | iNull, | |||
const unsigned int | curr, | |||
const unsigned int | attSize | |||
) | [virtual] |
Reimplemented from Db.
void DbSybase::WritePrint | ( | std::ostream & | io, | |
const string & | tableNameDb | |||
) |
void DbSybase::WriteTableIndex | ( | std::ostream & | io, | |
const string & | tableNameDb, | |||
const vector< string > & | indexList | |||
) |