Click here to Skip to main content
15,896,453 members
Articles / Database Development / SQL Server

PostgreSQL/libpqxx Class Generator

Rate me:
Please Sign up or sign in to vote.
4.87/5 (15 votes)
18 Aug 200627 min read 83.6K   1.9K   37  
Automated generation of PostgreSQL data transfer classes.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by pgpqgen.rc
//
#define IDR_MAINFRAME                   128
#define IDS_REGKEY_SETTINGS             129
#define IDD_CONNECT                     201
#define IDD_TABLES                      202
#define IDB_BANNER                      203
#define IDD_TARGET                      203
#define IDD_GENERATE                    204
#define IDC_SERVER                      1000
#define IDC_PORT                        1001
#define IDC_DATABASE                    1002
#define IDC_USERNAME                    1003
#define IDC_PASSWORD                    1004
#define IDC_TABLES                      1005
#define IDC_COLUMNS                     1006
#define IDC_CLASSNAME                   1007
#define IDC_FILENAME                    1008
#define IDC_BROWSE                      1009
#define IDC_BASECLASS                   1009
#define IDC_TARGET                      1010
#define IDC_SCHEMA                      1011
#define IDC_TICKNONE                    1012
#define IDC_TICKALL                     1013
#define IDC_PGTYPE                      1014
#define IDC_RSNAME                      1015
#define IDC_RSTYPE                      1016
#define IDC_GENLOG                      1017
#define IDC_PREFIX                      1018
#define IDC_INDEX                       1018
#define IDC_GENBASE                     1019
#define IDC_DROPS                       1020

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        204
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1023
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions