SQL C++ code generator

SQL C++ code generator (sql2class) utility is a code generation tool to convert SQL output to simple C++ classes.
Download

SQL C++ code generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Anders Hedstr
  • Publisher web site:
  • http://www.alhem.net/project/wsdl2cpp/

SQL C++ code generator Tags


SQL C++ code generator Description

SQL C++ code generator (sql2class) utility is a code generation tool to convert SQL output to simple C++ classes. SQL C++ code generator (sql2class) utility is a code generation tool to convert SQL output to simple C++ classes. From version 1.7 it also supports the sqlite database (version 3).For each database table, one C++ class will be generated containing member variables for each column as well as methods to read / insert / update / delete records and also return the record as XML.The primary key and unique indexes of a table is used to generate specific constructors for each table, to spawn single objects.Generated classes use any of the *wrapped database libraries to access the database - no code generated by sql2class is actually dependent on any specific database server.Requirements:· MySQL wrapped 1.4What's New in This Release:· One crash bug due to unsafe pointer use has been fixed.


SQL C++ code generator Related Software