LiteSQL  0.3.10
Public Member Functions | Public Attributes | List of all members
litesql::Database::SchemaItem Class Reference

intermediate representation of single entity in relational database, table, index or sequence More...

#include <database.hpp>

Public Member Functions

 SchemaItem (const string &n, const string &t, const string &s)
 

Public Attributes

string name
 
string type
 
string sql
 

Detailed Description

intermediate representation of single entity in relational database, table, index or sequence


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

SourceForge.net Logo