xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Query::ForeignKeyRef Struct Reference

Represents a REFERENCES clause in a column definition. More...

#include <Statement.h>

Collaboration diagram for Xale::Query::ForeignKeyRef:
Collaboration graph

Public Attributes

std::string refTable
 Referenced table name.
std::string refColumn
 Referenced column name (may be empty).

Detailed Description

Represents a REFERENCES clause in a column definition.

Member Data Documentation

◆ refColumn

std::string Xale::Query::ForeignKeyRef::refColumn

Referenced column name (may be empty).

◆ refTable

std::string Xale::Query::ForeignKeyRef::refTable

Referenced table name.


The documentation for this struct was generated from the following file: