类 MapSqlTemplate
java.lang.Object
com.gdxsoft.easyweb.define.database.maps.MapSqlTemplate
数据库字段备注信息提取和设置
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddSqlTemplate(String tag, String val) 放置模板getSqlTemplate(String tag) 根据类型(PrimaryKey, FieldCommentsGet, FieldCommentSet...)获取SQL模板voidsetDatabaseType(String databaseType)
-
构造器详细资料
-
MapSqlTemplate
public MapSqlTemplate()
-
-
方法详细资料
-
getDatabaseType
- 返回:
- the _DatabaseType
-
setDatabaseType
- 参数:
databaseType- the _DatabaseType to set
-
addSqlTemplate
放置模板- 参数:
tag-val-
-
getSqlTemplate
根据类型(PrimaryKey, FieldCommentsGet, FieldCommentSet...)获取SQL模板- 参数:
tag- (PrimaryKey, FieldCommentsGet, FieldCommentSet...)- 返回:
-