libsqlite3x 2007.10.18
sqlite3x::table_generator::table_generator_impl Class Reference

An internal implementation detail of table_generator. More...

Public Attributes

sqlite3_connectiondb
 
std::string name
 
std::vector< std::string > list
 

Detailed Description

An internal implementation detail of table_generator.

Definition at line 337 of file sqlite3x_connection.cpp.

Member Data Documentation

◆ db

sqlite3_connection* sqlite3x::table_generator::table_generator_impl::db

Definition at line 341 of file sqlite3x_connection.cpp.

◆ list

std::vector<std::string> sqlite3x::table_generator::table_generator_impl::list

Definition at line 343 of file sqlite3x_connection.cpp.

◆ name

std::string sqlite3x::table_generator::table_generator_impl::name

Definition at line 342 of file sqlite3x_connection.cpp.


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