WORM 0.2
A C++ DAL/ORM code generation framework
Defines | Functions

src/wormgen.cpp File Reference

#include "sql/wsqldatabase.h"
#include "orm/wormclassgenerator.h"
#include <iostream>
#include <getopt.h>
#include <dirent.h>

Go to the source code of this file.

Defines

#define PACKAGE   "wormgen"
#define VERSION   "0.2"
#define DEFAULT_TPL_DIR   "/usr/local/share/worm"

Functions

void print_help (int exval)
WSql::DriverType getDriver (const std::string drivername)
int main (int argc, char **argv)

Define Documentation

#define DEFAULT_TPL_DIR   "/usr/local/share/worm"

Definition at line 29 of file wormgen.cpp.

#define PACKAGE   "wormgen"

Definition at line 26 of file wormgen.cpp.

#define VERSION   "0.2"

Definition at line 27 of file wormgen.cpp.


Function Documentation

WSql::DriverType getDriver ( const std::string  drivername)

Definition at line 50 of file wormgen.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 60 of file wormgen.cpp.

void print_help ( int  exval)

Definition at line 31 of file wormgen.cpp.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines