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