Sha256: ee8fe09bc995cb1842bd7f23fc39844c0e50e4bd0ec440c650dbc93cf0bbbee5
Contents?: true
Size: 1.06 KB
Versions: 27
Compression:
Stored size: 1.06 KB
Contents
### ### ### Transactd O/R mapper source code generator configurations ### ### ### ## Programing language of the source code which will be generated lang = cpp ## Number of the template files files = 2 ## Paths of the template files ## Remove extensions (ex:".cpp" ".h") if the template is C++. file1 = ormDataClass_template file2 = ormMapClass_template ## Output directory saveDir = ## Prefix of setter setPrefix = set ## Prefix of getter getPrefix = get ## Export keyword macro for export classes ## Uncomment to enable the macro which wraps export keywords ## (such as __declspec(dllexport)). If you use the generated ## classes in DLL, uncomment below. #externWord=AGRPACK ## Path of the file which includes field aliases list #fieldRenameList = c:\xxx or ~/xxx ## Namespace of the data class (ex:name_space = bzs) #name_space = ## Namespace of the map class (ex:name_space = bzs/map) #name_space_map =
Version data entries
27 entries across 27 versions & 1 rubygems