|
xale-db 1.0
minimal SQL engine, written in c++
|
Represents a REFERENCES clause in a column definition. More...
#include <Statement.h>

Public Attributes | |
| std::string | refTable |
| Referenced table name. | |
| std::string | refColumn |
| Referenced column name (may be empty). | |
Represents a REFERENCES clause in a column definition.
| std::string Xale::Query::ForeignKeyRef::refColumn |
Referenced column name (may be empty).
| std::string Xale::Query::ForeignKeyRef::refTable |
Referenced table name.