Parsed content of a single .dbd file (database definition).
More...
#include <DBDFile.h>
|
| bool | parseColumns (std::istream &stream, std::string &nextLine) |
| |
| bool | parseVersionDef (std::istream &stream, const std::string &firstLine, std::string &nextLine) |
| |
Parsed content of a single .dbd file (database definition).
Definition at line 62 of file DBDFile.h.
◆ columns()
| const std::vector< DBDColumnDef > & core::DBDFile::columns |
( |
| ) |
const |
|
inline |
◆ findColumn()
◆ findVersion() [1/2]
◆ findVersion() [2/2]
◆ parse() [1/2]
| bool core::DBDFile::parse |
( |
const std::string & |
filepath | ) |
|
◆ parse() [2/2]
| bool core::DBDFile::parse |
( |
std::istream & |
stream | ) |
|
◆ parseColumns()
| bool core::DBDFile::parseColumns |
( |
std::istream & |
stream, |
|
|
std::string & |
nextLine |
|
) |
| |
|
private |
◆ parseVersionDef()
| bool core::DBDFile::parseVersionDef |
( |
std::istream & |
stream, |
|
|
const std::string & |
firstLine, |
|
|
std::string & |
nextLine |
|
) |
| |
|
private |
◆ tableName()
| const std::string & core::DBDFile::tableName |
( |
| ) |
const |
|
inline |
◆ versions()
| const std::vector< DBDVersionDef > & core::DBDFile::versions |
( |
| ) |
const |
|
inline |
◆ m_columns
◆ m_tableName
| std::string core::DBDFile::m_tableName |
|
private |
◆ m_versions
The documentation for this class was generated from the following files: