|
static std::string | typeName (const Column &c) |
|
static std::pair< std::string, std::string > | typeDefinitionAndName (const std::string &tableName, const Column &c) |
|
static std::string | stripAtTable (const std::string &tableName, const std::string &columnName) |
|
static void | printTable (std::ostream &s, const MetaData &md, const std::string &tableName, const std::string &path) |
|
Definition at line 57 of file ODAHeaderTool.cc.
◆ DDLPrinter()
odc::tool::DDLPrinter::DDLPrinter |
( |
const std::string & |
path, |
|
|
const std::string & |
tableName |
|
) |
| |
|
inline |
◆ print()
void odc::tool::DDLPrinter::print |
( |
std::ostream & |
o, |
|
|
const core::Table & |
tbl |
|
) |
| |
|
inlinevirtual |
◆ printSummary()
void odc::tool::DDLPrinter::printSummary |
( |
std::ostream & |
o | ) |
|
|
inlinevirtual |
◆ printTable()
static void odc::tool::DDLPrinter::printTable |
( |
std::ostream & |
s, |
|
|
const MetaData & |
md, |
|
|
const std::string & |
tableName, |
|
|
const std::string & |
path |
|
) |
| |
|
inlinestatic |
◆ stripAtTable()
static std::string odc::tool::DDLPrinter::stripAtTable |
( |
const std::string & |
tableName, |
|
|
const std::string & |
columnName |
|
) |
| |
|
inlinestatic |
◆ typeDefinitionAndName()
static std::pair<std::string,std::string> odc::tool::DDLPrinter::typeDefinitionAndName |
( |
const std::string & |
tableName, |
|
|
const Column & |
c |
|
) |
| |
|
inlinestatic |
◆ typeName()
static std::string odc::tool::DDLPrinter::typeName |
( |
const Column & |
c | ) |
|
|
inlinestatic |
◆ md_
std::vector<MetaData> odc::tool::DDLPrinter::md_ |
|
private |
◆ path_
const std::string odc::tool::DDLPrinter::path_ |
|
private |
◆ tableName_
const std::string odc::tool::DDLPrinter::tableName_ |
|
private |
The documentation for this class was generated from the following file: