db2cppc_args Struct Reference

Where the command line options are stored. More...

#include <db2cppc_cmdline.h>

List of all members.

Public Attributes

const char * help_help
 Print help and exit help description.
const char * version_help
 Print version and exit help description.
char * database_arg
 Mysql database name.
char * database_orig
 Mysql database name original value given at command line.
const char * database_help
 Mysql database name help description.
char * user_arg
 Mysql user name (default='root').
char * user_orig
 Mysql user name original value given at command line.
const char * user_help
 Mysql user name help description.
char * password_arg
 Mysql password.
char * password_orig
 Mysql password original value given at command line.
const char * password_help
 Mysql password help description.
char * host_arg
 Name of host where database can be found.
char * host_orig
 Name of host where database can be found original value given at command line.
const char * host_help
 Name of host where database can be found help description.
char * out_arg
 Output file (base name) if different from default classname.h.
char * out_orig
 Output file (base name) if different from default classname.h original value given at command line.
const char * out_help
 Output file (base name) if different from default classname.h help description.
int xml_flag
 Generate functions that convert objects to XML nodes (needs dvxml) (default=off).
const char * xml_help
 Generate functions that convert objects to XML nodes (needs dvxml) help description.
char * include_arg
 Database definition file to include, e.g.
char * include_orig
 Database definition file to include, e.g.
const char * include_help
 Database definition file to include, e.g.
char * class_arg
 Class name if different from default.
char * class_orig
 Class name if different from default original value given at command line.
const char * class_help
 Class name if different from default help description.
char * table_arg
 Name of table to generate class for.
char * table_orig
 Name of table to generate class for original value given at command line.
const char * table_help
 Name of table to generate class for help description.
char * namespace_arg
 Namespace(s) containing classes, e.g.
char * namespace_orig
 Namespace(s) containing classes, e.g.
const char * namespace_help
 Namespace(s) containing classes, e.g.
int verbose_flag
 Idle chatter (default=off).
const char * verbose_help
 Idle chatter help description.
unsigned int help_given
 Whether help was given.
unsigned int version_given
 Whether version was given.
unsigned int database_given
 Whether database was given.
unsigned int user_given
 Whether user was given.
unsigned int password_given
 Whether password was given.
unsigned int host_given
 Whether host was given.
unsigned int out_given
 Whether out was given.
unsigned int xml_given
 Whether xml was given.
unsigned int include_given
 Whether include was given.
unsigned int class_given
 Whether class was given.
unsigned int table_given
 Whether table was given.
unsigned int namespace_given
 Whether namespace was given.
unsigned int verbose_given
 Whether verbose was given.

Detailed Description

Where the command line options are stored.

Definition at line 38 of file db2cppc_cmdline.h.


Member Data Documentation

Print help and exit help description.

Definition at line 40 of file db2cppc_cmdline.h.

Print version and exit help description.

Definition at line 41 of file db2cppc_cmdline.h.

Mysql database name.

Definition at line 42 of file db2cppc_cmdline.h.

Mysql database name original value given at command line.

Definition at line 43 of file db2cppc_cmdline.h.

Mysql database name help description.

Definition at line 44 of file db2cppc_cmdline.h.

Mysql user name (default='root').

Definition at line 45 of file db2cppc_cmdline.h.

Mysql user name original value given at command line.

Definition at line 46 of file db2cppc_cmdline.h.

Mysql user name help description.

Definition at line 47 of file db2cppc_cmdline.h.

Mysql password.

Definition at line 48 of file db2cppc_cmdline.h.

Mysql password original value given at command line.

Definition at line 49 of file db2cppc_cmdline.h.

Mysql password help description.

Definition at line 50 of file db2cppc_cmdline.h.

Name of host where database can be found.

Definition at line 51 of file db2cppc_cmdline.h.

Name of host where database can be found original value given at command line.

Definition at line 52 of file db2cppc_cmdline.h.

Name of host where database can be found help description.

Definition at line 53 of file db2cppc_cmdline.h.

Output file (base name) if different from default classname.h.

Definition at line 54 of file db2cppc_cmdline.h.

Output file (base name) if different from default classname.h original value given at command line.

Definition at line 55 of file db2cppc_cmdline.h.

Output file (base name) if different from default classname.h help description.

Definition at line 56 of file db2cppc_cmdline.h.

Generate functions that convert objects to XML nodes (needs dvxml) (default=off).

Definition at line 57 of file db2cppc_cmdline.h.

Generate functions that convert objects to XML nodes (needs dvxml) help description.

Definition at line 58 of file db2cppc_cmdline.h.

Database definition file to include, e.g.

module/database.h.

Definition at line 59 of file db2cppc_cmdline.h.

Database definition file to include, e.g.

module/database.h original value given at command line.

Definition at line 60 of file db2cppc_cmdline.h.

Database definition file to include, e.g.

module/database.h help description.

Definition at line 61 of file db2cppc_cmdline.h.

Class name if different from default.

Definition at line 62 of file db2cppc_cmdline.h.

Class name if different from default original value given at command line.

Definition at line 63 of file db2cppc_cmdline.h.

Class name if different from default help description.

Definition at line 64 of file db2cppc_cmdline.h.

Name of table to generate class for.

Definition at line 65 of file db2cppc_cmdline.h.

Name of table to generate class for original value given at command line.

Definition at line 66 of file db2cppc_cmdline.h.

Name of table to generate class for help description.

Definition at line 67 of file db2cppc_cmdline.h.

Namespace(s) containing classes, e.g.

'DvAiv' (default='').

Definition at line 68 of file db2cppc_cmdline.h.

Namespace(s) containing classes, e.g.

'DvAiv' original value given at command line.

Definition at line 69 of file db2cppc_cmdline.h.

Namespace(s) containing classes, e.g.

'DvAiv' help description.

Definition at line 70 of file db2cppc_cmdline.h.

Idle chatter (default=off).

Definition at line 71 of file db2cppc_cmdline.h.

Idle chatter help description.

Definition at line 72 of file db2cppc_cmdline.h.

Whether help was given.

Definition at line 74 of file db2cppc_cmdline.h.

Whether version was given.

Definition at line 75 of file db2cppc_cmdline.h.

Whether database was given.

Definition at line 76 of file db2cppc_cmdline.h.

Whether user was given.

Definition at line 77 of file db2cppc_cmdline.h.

Whether password was given.

Definition at line 78 of file db2cppc_cmdline.h.

Whether host was given.

Definition at line 79 of file db2cppc_cmdline.h.

Whether out was given.

Definition at line 80 of file db2cppc_cmdline.h.

Whether xml was given.

Definition at line 81 of file db2cppc_cmdline.h.

Whether include was given.

Definition at line 82 of file db2cppc_cmdline.h.

Whether class was given.

Definition at line 83 of file db2cppc_cmdline.h.

Whether table was given.

Definition at line 84 of file db2cppc_cmdline.h.

Whether namespace was given.

Definition at line 85 of file db2cppc_cmdline.h.

Whether verbose was given.

Definition at line 86 of file db2cppc_cmdline.h.


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

dvmysql-1.0.3 [17 November, 2010]