Skip to content

javirszhang/CodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeGenerator

a code generator project

Project References

  1. NVelocity.dll

Database Support

  1. Oracle only for now
  2. interfaces for other database

Template Data

Table

  1. Table.Name
  2. Table.ForeignKey
  3. Table.UniqueKey
  4. Table.PrimaryKey
  5. Table.Columns

Column

  1. Column.Name
  2. Column.CsharpType
  3. Column.IsNullable
  4. Column.DefaultValue
  5. Column.Comment
  6. Column.Scale
  7. Column.Length
  8. Column.DbType
  9. Column.PrimativeTypeName

Const

  1. Const.Version
  2. Const.CurrentTime
  3. Const.Namespace

StringUtil

  1. StringUtil.ToPascalCase()
  2. StringUtil.Inline()

About

CodeGenerator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages