SQLite3Factory Class
(CDP2SQL::SQLite3Factory)Creates a CDP2SQL::IDatabaseConnection object capable of creating a SQLite3 database. This should be passed into CDP2SQL::Database constructor. More...
Header: | #include <CppSQLite3/SQLite3Factory.h> |
Public Functions
virtual IDatabaseConnection * | Create() const |
Detailed Description
Creates a CDP2SQL::IDatabaseConnection object capable of creating a SQLite3 database. This should be passed into CDP2SQL::Database constructor.
#include <CDP2SQL/CDP2SQL.h> #include <CppSQLite3/SQLite3Factory.h> ... Database db(SQLite3Factory().Create(), "mysqlite3databasefile.db");
Member Function Documentation
[virtual]
IDatabaseConnection *SQLite3Factory::Create() const
Creates a CDP2SQL::IDatabaseConnection object capable of creating a SQLite3 database. This should be passed into CDP2SQL::Database constructor.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.