A C D G H I M O Q S T 

A

addFile(String, String, String, boolean, boolean, boolean, String, String, String) - 类 中的方法com.redxun.model.ConfigModel.Files
 
addSubTable(String, String, Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel.Table
 

C

ColumnModel - com.redxun.model中的类
数据库列对象。
ColumnModel() - 类 的构造器com.redxun.model.ColumnModel
 
com.redxun.db - 程序包 com.redxun.db
代码生成访问数据库生成TableModel包。
com.redxun.db.impl - 程序包 com.redxun.db.impl
IDbHelper实现类,负责从不同的数据库中获取TableModel对象。
com.redxun.model - 程序包 com.redxun.model
TableModel对象类,ColumnModel对象类和配置对象类。
ConfigModel - com.redxun.model中的类
xml配置类。
ConfigModel() - 类 的构造器com.redxun.model.ConfigModel
 
ConfigModel.Database - com.redxun.model中的类
 
ConfigModel.Database(String, String, String, String) - 类 的构造器com.redxun.model.ConfigModel.Database
 
ConfigModel.Files - com.redxun.model中的类
生成文件的模版
ConfigModel.Files() - 类 的构造器com.redxun.model.ConfigModel.Files
 
ConfigModel.Files.File - com.redxun.model中的类
 
ConfigModel.Files.File(String, String, String, boolean, boolean, boolean, String, String, String) - 类 的构造器com.redxun.model.ConfigModel.Files.File
 
ConfigModel.GenAll - com.redxun.model中的类
 
ConfigModel.GenAll(String) - 类 的构造器com.redxun.model.ConfigModel.GenAll
 
ConfigModel.GenAll.File - com.redxun.model中的类
 
ConfigModel.GenAll.File(String, String, String, String, String) - 类 的构造器com.redxun.model.ConfigModel.GenAll.File
 
ConfigModel.Table - com.redxun.model中的类
 
ConfigModel.Table(String) - 类 的构造器com.redxun.model.ConfigModel.Table
 
ConfigModel.Table.SubTable - com.redxun.model中的类
 
ConfigModel.Table.SubTable(String, String, Map<String, String>) - 类 的构造器com.redxun.model.ConfigModel.Table.SubTable
 
ConfigModel.Templates - com.redxun.model中的类
 
ConfigModel.Templates(String) - 类 的构造器com.redxun.model.ConfigModel.Templates
 

D

DaoHelper<T> - com.redxun.db中的类
对jdbc进行封装实现数据库访问。
DaoHelper(String, String, String) - 类 的构造器com.redxun.db.DaoHelper
传入数据库url,用户名和密码。
DB2Helper - com.redxun.db.impl中的类
取得数据库表接口IDbHelper,DB2 的实现
DB2Helper() - 类 的构造器com.redxun.db.impl.DB2Helper
 
DB2MapCmd - com.redxun.db.impl中的类
功能 :根据rs对象构建columnmodel对象,Oracle实现类。
DB2MapCmd() - 类 的构造器com.redxun.db.impl.DB2MapCmd
 
DMHelper - com.redxun.db.impl中的类
取得数据库表接口IDbHelper,达梦 的实现
DMHelper() - 类 的构造器com.redxun.db.impl.DMHelper
 
DMMapCmd - com.redxun.db.impl中的类
功能 :根据rs对象构建columnmodel对象,达梦 实现类。
DMMapCmd() - 类 的构造器com.redxun.db.impl.DMMapCmd
 

G

getAllTable() - 接口 中的方法com.redxun.db.IDbHelper
取得所有的表名
getAllTable() - 类 中的方法com.redxun.db.impl.DB2Helper
取得数据库的所有表
getAllTable() - 类 中的方法com.redxun.db.impl.DMHelper
取得数据库的所有表
getAllTable() - 类 中的方法com.redxun.db.impl.H2Helper
取得数据库的所有表
getAllTable() - 类 中的方法com.redxun.db.impl.MySqlHelper
取得当前数据库的所有表
getAllTable() - 类 中的方法com.redxun.db.impl.OracleHelper
取得数据库的所有表
getAllTable() - 类 中的方法com.redxun.db.impl.Sql2005Helper
取得当前数据库中的所有表名
getAppend() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
getAutoGen() - 类 中的方法com.redxun.model.ColumnModel
字段自增长(适用SQL2005) 1,为自增长。
getBaseDir() - 类 中的方法com.redxun.model.ConfigModel.Files
基路径
getBasepath() - 类 中的方法com.redxun.model.ConfigModel.Templates
模版的基路径。
getByTable(String) - 接口 中的方法com.redxun.db.IDbHelper
根据表名取得TableModel
getByTable(String) - 类 中的方法com.redxun.db.impl.DB2Helper
根据表名取得表对象
getByTable(String) - 类 中的方法com.redxun.db.impl.DMHelper
根据表名取得表对象
getByTable(String) - 类 中的方法com.redxun.db.impl.H2Helper
根据表名取得表对象
getByTable(String) - 类 中的方法com.redxun.db.impl.MySqlHelper
根据表名取得表对象数据
getByTable(String) - 类 中的方法com.redxun.db.impl.OracleHelper
根据表名取得表对象
getByTable(String) - 类 中的方法com.redxun.db.impl.Sql2005Helper
根据表明取得tablemodel对象
getCharset() - 类 中的方法com.redxun.model.ConfigModel
生成代码的字符集
getColDbType() - 类 中的方法com.redxun.model.ColumnModel
数据库实际的列类型。
getColType() - 类 中的方法com.redxun.model.ColumnModel
列类型。
getColumnList() - 类 中的方法com.redxun.model.TableModel
表的数据库列
getColumnName() - 类 中的方法com.redxun.model.ColumnModel
列名称。
getComment() - 类 中的方法com.redxun.model.ColumnModel
列注释。
getCommonList() - 类 中的方法com.redxun.model.TableModel
取得普通列的列表
getDatabase() - 类 中的方法com.redxun.model.ConfigModel
数据库的配置
getDbHelperClass() - 类 中的方法com.redxun.model.ConfigModel.Database
数据库实现类。
getDir() - 类 中的方法com.redxun.model.ConfigModel.Files.File
文件放置的路径 相对于baseDir
getDir() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
生成文件的目录
getDisplay() - 类 中的方法com.redxun.model.ColumnModel
测试。
getDisplayDbType() - 类 中的方法com.redxun.model.ColumnModel
显示的字段类型。
getEndTag() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
getExtName() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
文件扩展名。
getFile() - 类 中的方法com.redxun.model.ConfigModel.GenAll
 
getFilename() - 类 中的方法com.redxun.model.ConfigModel.Files.File
生成的文件名和table的basePath路径叠加。
getFilename() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
生成的文件名。
getFiles() - 类 中的方法com.redxun.model.ConfigModel.Files
需要生成的文件
getFiles() - 类 中的方法com.redxun.model.ConfigModel
 
getForeignKey() - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 
getForeignKey() - 类 中的方法com.redxun.model.TableModel
相对于主表的外键
getGenAll() - 类 中的方法com.redxun.model.ConfigModel
 
getGenMode() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
生成模式。
getInsertTag() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
getIsNotNull() - 类 中的方法com.redxun.model.ColumnModel
字段是否非空。
getIsPK() - 类 中的方法com.redxun.model.ColumnModel
是否是主键。
getLength() - 类 中的方法com.redxun.model.ColumnModel
数据库列的长度,字符串列类型长度。
getMainModel() - 类 中的方法com.redxun.model.TableModel
当前对象为子表对象时,获取对应的主表对象。
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.DB2MapCmd
 
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.DMMapCmd
 
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.H2MapCmd
 
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.MySqlMapCmd
构建columnmodel对象
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.OracleMapCmd
 
getObjecFromRs(ResultSet) - 类 中的方法com.redxun.db.impl.Sql2005MapCmd
 
getObjecFromRs(ResultSet) - 接口 中的方法com.redxun.db.MapCmd
根据ResultSet 记录集对象返回对象T 。
getPassword() - 类 中的方法com.redxun.model.ConfigModel.Database
连接数据库密码
getPkList() - 类 中的方法com.redxun.model.TableModel
取得主键列表
getPkModel() - 类 中的方法com.redxun.model.TableModel
取得主键对象。
getPrecision() - 类 中的方法com.redxun.model.ColumnModel
数字列精度。
getScale() - 类 中的方法com.redxun.model.ColumnModel
数字列小数的位数。
getStartTag() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
getSub() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
getSub() - 类 中的方法com.redxun.model.TableModel
 
getSubtable() - 类 中的方法com.redxun.model.ConfigModel.Table
子表列表
getSubTableList() - 类 中的方法com.redxun.model.TableModel
子表数据
getTabComment() - 类 中的方法com.redxun.model.TableModel
表注释
getTableName() - 类 中的方法com.redxun.model.ConfigModel.Table
表名
getTableName() - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 
getTableName() - 类 中的方法com.redxun.model.TableModel
表名
getTableNames() - 类 中的方法com.redxun.model.ConfigModel.GenAll
 
getTables() - 类 中的方法com.redxun.model.ConfigModel
 
getTemplate() - 类 中的方法com.redxun.model.ConfigModel.Files.File
引用在template定义的ID
getTemplate() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
引用template的ID
getTemplate() - 类 中的方法com.redxun.model.ConfigModel.Templates
模版列表
getTemplates() - 类 中的方法com.redxun.model.ConfigModel
 
getUrl() - 类 中的方法com.redxun.model.ConfigModel.Database
数据库的URL
getUsername() - 类 中的方法com.redxun.model.ConfigModel.Database
连接数据库用户名
getVariable() - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
自定义变量
getVariable() - 类 中的方法com.redxun.model.ConfigModel.Table
表对应的自定义变量。
getVariables() - 类 中的方法com.redxun.model.ConfigModel
全局变量。
getVariables() - 类 中的方法com.redxun.model.TableModel
 
getVars() - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 

H

H2Helper - com.redxun.db.impl中的类
取得数据库表接口IDbHelper,H2 的实现
H2Helper() - 类 的构造器com.redxun.db.impl.H2Helper
 
H2MapCmd - com.redxun.db.impl中的类
功能 :根据rs对象构建columnmodel对象,H2实现类。
H2MapCmd() - 类 的构造器com.redxun.db.impl.H2MapCmd
 

I

IDbHelper - com.redxun.db中的接口
获取数据库所有表和表的TableMode接口类。
isOverride() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
isSub() - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
isSub() - 类 中的方法com.redxun.model.TableModel
 

M

main(String[]) - 类 中的静态方法com.redxun.db.impl.DB2Helper
 
main(String[]) - 类 中的静态方法com.redxun.db.impl.DMHelper
 
main(String[]) - 类 中的静态方法com.redxun.db.impl.MySqlHelper
 
main(String[]) - 类 中的静态方法com.redxun.db.impl.OracleHelper
 
main(String[]) - 类 中的静态方法com.redxun.db.impl.Sql2005Helper
 
MapCmd<T> - com.redxun.db中的接口
ResultSet 对象映射接口,用户可以通过类或匿名类进行实现。
MySqlHelper - com.redxun.db.impl中的类
功能: 取得数据库表接口IDbHelper,mysql 的实现
MySqlHelper() - 类 的构造器com.redxun.db.impl.MySqlHelper
 
MySqlMapCmd - com.redxun.db.impl中的类
功能 :根据rs对象构建columnmodel对象,MYSQL实现类。
MySqlMapCmd() - 类 的构造器com.redxun.db.impl.MySqlMapCmd
 

O

OracleHelper - com.redxun.db.impl中的类
取得数据库表接口IDbHelper,ORACLE 的实现
OracleHelper() - 类 的构造器com.redxun.db.impl.OracleHelper
 
OracleMapCmd - com.redxun.db.impl中的类
锟斤拷锟斤拷 锟斤拷锟斤拷锟絩s锟斤拷锟襟构斤拷columnmodel锟斤拷锟斤拷Oracle实锟斤拷锟洁。
OracleMapCmd() - 类 的构造器com.redxun.db.impl.OracleMapCmd
 

Q

queryForList(String, MapCmd<T>) - 类 中的方法com.redxun.db.DaoHelper
查询列表对象。
queryForObject(String, MapCmd<T>) - 类 中的方法com.redxun.db.DaoHelper
查询一个对象。

S

setAppend(boolean) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setAutoGen(int) - 类 中的方法com.redxun.model.ColumnModel
 
setBaseDir(String) - 类 中的方法com.redxun.model.ConfigModel.Files
 
setBasepath(String) - 类 中的方法com.redxun.model.ConfigModel.Templates
 
setCharset(String) - 类 中的方法com.redxun.model.ConfigModel
 
setColDbType(String) - 类 中的方法com.redxun.model.ColumnModel
 
setColType(String) - 类 中的方法com.redxun.model.ColumnModel
 
setColumnList(List<ColumnModel>) - 类 中的方法com.redxun.model.TableModel
 
setColumnName(String) - 类 中的方法com.redxun.model.ColumnModel
 
setComment(String) - 类 中的方法com.redxun.model.ColumnModel
 
setDatabase(ConfigModel.Database) - 类 中的方法com.redxun.model.ConfigModel
 
setDbHelperClass(String) - 类 中的方法com.redxun.model.ConfigModel.Database
 
setDir(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setDir(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setDisplayDbType(String) - 类 中的方法com.redxun.model.ColumnModel
 
setEndTag(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setExtName(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setFile(List<ConfigModel.GenAll.File>) - 类 中的方法com.redxun.model.ConfigModel.GenAll
 
setFilename(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setFilename(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setFiles(List<ConfigModel.Files.File>) - 类 中的方法com.redxun.model.ConfigModel.Files
 
setFiles(ConfigModel.Files) - 类 中的方法com.redxun.model.ConfigModel
 
setForeignKey(String) - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 
setForeignKey(String) - 类 中的方法com.redxun.model.TableModel
 
setGenAll(ConfigModel.GenAll) - 类 中的方法com.redxun.model.ConfigModel
 
setGenMode(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setInsertTag(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setIsNotNull(boolean) - 类 中的方法com.redxun.model.ColumnModel
 
setIsPK(boolean) - 类 中的方法com.redxun.model.ColumnModel
 
setLength(long) - 类 中的方法com.redxun.model.ColumnModel
 
setMainModel(TableModel) - 类 中的方法com.redxun.model.TableModel
 
setOverride(boolean) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setPassword(String) - 类 中的方法com.redxun.model.ConfigModel.Database
 
setPrecision(int) - 类 中的方法com.redxun.model.ColumnModel
 
setPwd(String) - 类 中的方法com.redxun.db.DaoHelper
 
setScale(int) - 类 中的方法com.redxun.model.ColumnModel
 
setStartTag(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setSub(boolean) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setSub(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setSub(boolean) - 类 中的方法com.redxun.model.TableModel
 
setSubtable(List<ConfigModel.Table.SubTable>) - 类 中的方法com.redxun.model.ConfigModel.Table
 
setSubTableList(List<TableModel>) - 类 中的方法com.redxun.model.TableModel
 
setTabComment(String) - 类 中的方法com.redxun.model.TableModel
 
setTableName(String) - 类 中的方法com.redxun.model.ConfigModel.Table
 
setTableName(String) - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 
setTableName(String) - 类 中的方法com.redxun.model.TableModel
 
setTableNames(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll
 
setTables(List<ConfigModel.Table>) - 类 中的方法com.redxun.model.ConfigModel
 
setTemplate(String) - 类 中的方法com.redxun.model.ConfigModel.Files.File
 
setTemplate(String) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setTemplate(Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel.Templates
 
setTemplates(ConfigModel.Templates) - 类 中的方法com.redxun.model.ConfigModel
 
setUrl(String) - 类 中的方法com.redxun.db.DaoHelper
 
setUrl(String, String, String) - 接口 中的方法com.redxun.db.IDbHelper
设置URL,username,password
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.DB2Helper
 
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.DMHelper
 
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.H2Helper
 
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.MySqlHelper
 
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.OracleHelper
 
setUrl(String, String, String) - 类 中的方法com.redxun.db.impl.Sql2005Helper
 
setUrl(String) - 类 中的方法com.redxun.model.ConfigModel.Database
 
setUserName(String) - 类 中的方法com.redxun.db.DaoHelper
 
setUsername(String) - 类 中的方法com.redxun.model.ConfigModel.Database
 
setVariable(Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel.GenAll.File
 
setVariable(Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel.Table
 
setVariables(Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel
 
setVariables(Map<String, String>) - 类 中的方法com.redxun.model.TableModel
 
setVars(Map<String, String>) - 类 中的方法com.redxun.model.ConfigModel.Table.SubTable
 
Sql2005Helper - com.redxun.db.impl中的类
取得数据库表接口IDbHelper,SQL2005 的实现
Sql2005Helper() - 类 的构造器com.redxun.db.impl.Sql2005Helper
 
Sql2005MapCmd - com.redxun.db.impl中的类
锟斤拷锟斤拷 锟斤拷锟斤拷锟絩s锟斤拷锟襟构斤拷columnmodel锟斤拷锟斤拷SQL2005实锟斤拷锟洁。
Sql2005MapCmd() - 类 的构造器com.redxun.db.impl.Sql2005MapCmd
 

T

TableModel - com.redxun.model中的类
数据表对象
TableModel() - 类 的构造器com.redxun.model.TableModel
 
toString() - 类 中的方法com.redxun.model.ColumnModel
 
toString() - 类 中的方法com.redxun.model.TableModel
 
A C D G H I M O Q S T