WORM 0.2
A C++ DAL/ORM code generation framework
|
#include "wsqliteresult.h"
#include "wsqlitedriver.h"
#include "wsqlforeignkey.h"
#include <iostream>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Namespaces | |
namespace | WSql |
Defines | |
#define | ROWENDTAG "-*-" |
Functions | |
bool | WSql::isForeignKeyDefinition (std::string sql) |
bool | WSql::isIndexDefinition (std::string sql) |
WSqlForeignKey | WSql::createForeignKey (std::string sqldef) |
void | WSql::splitIntoDefinitions (std::vector< std::string > &vecToFill, std::string sql) |
#define ROWENDTAG "-*-" |
Definition at line 26 of file wsqlitedriver.cpp.