首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > sqlitecodegenerator

sqlitecodegenerator

  • 资源大小:1.17 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This tool generates a non-generic small c# framework that can be used to interact with existing databases. Initially only SQLite is supported, but implementing the interface IDatabaseProvider it"s easy to add other dbs (I plan to included Oracle soon). The output is the source code of a native CSharp project running under framework 3.5, but it will probably work fine on other versions also(you can just modify the Project template file to try something else). The generation process works based on templates, and produce a set of 3 classes for each table found on your database. That classes exposes all funcionalities related to the corresponding table and to the single rows that it may contain. | Source Table Name | Class Name | Functionality | Description | |:------------------|:-----------|:--------------|:------------| | SOME_TABLE | SomeTable | Business Class | It offers high level access to make manipulate, create or remove an element | | SOME_TABLE

文 件 列 表

CodeGenerator.pdb
Templates
CodeGenerationTemplates
ExternalReferences
CodeGenerationTemplates
AssemblyInfo.tpl
Class.tpl
ClassConstructor.tpl
ClassForeignKeyProperty.tpl
ClassMethodsRevert.tpl
ClassProperty.tpl
ClassPropertyLocalVariable.tpl
DataAccessClass.tpl
DataAccessClassCreateFromDataRowMethod.tpl
DataAccessClassDataLoader.tpl
DataAccessClassGetAllMethod.tpl
DataAccessClassInsertMethod.tpl
DataAccessClassPrivateVariables.tpl
DataAccessClassRemoveMethods.tpl
DataAccessClassUpdateMethod.tpl
DataClass.tpl
DataClassProperty.tpl
Project.tpl
SQLiteConnector.tpl
CodeGenerator.exe
VIP VIP
0.181558s