C G S T V 

C

com.github.giantray.compositesSelectSql - 程序包 com.github.giantray.compositesSelectSql
 

G

getLimit() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getLimit() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getOrder() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getOrder() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getOrderCol() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getOrderType() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getSelectAll() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getSelectAllForPreparedstatement() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getSelectCount() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getSelectCountForPreparedstatement() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getSelectSql(SqlTempStr) - 类 中的静态方法com.github.giantray.compositesSelectSql.SqlGenerator
 
getSelectWhere(Object) - 类 中的静态方法com.github.giantray.compositesSelectSql.SqlGenerator
generate select sql by query(which has SqlGenerator annotation model)
getSize() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getStart() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getTable() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getWhere() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getWhere() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getWhereForPreparedstatement() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
getWhereParaListForPreparedstatement() - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
getWhereParaListForPreparedstatement() - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 

S

SelectSql - com.github.giantray.compositesSelectSql中的类
Select SQL generate result set
SelectSql() - 类 的构造器com.github.giantray.compositesSelectSql.SelectSql
 
setLimit(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setLimit(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setOrder(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setOrder(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setOrderCol(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setOrderType(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setPreparedstatementPara(PreparedStatement, List<Object>) - 类 中的静态方法com.github.giantray.compositesSelectSql.SqlGenerator
 
setSelectAll(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setSelectAllForPreparedstatement(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setSelectCount(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setSelectCountForPreparedstatement(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setSize(Integer) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setStart(Integer) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setTable(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setWhere(String) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setWhere(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setWhereForPreparedstatement(String) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
setWhereParaListForPreparedstatement(List<Object>) - 类 中的方法com.github.giantray.compositesSelectSql.SelectSql
 
setWhereParaListForPreparedstatement(List<Object>) - 类 中的方法com.github.giantray.compositesSelectSql.SqlTempStr
 
SqlGenerator - com.github.giantray.compositesSelectSql中的类
generate select sql by model with certain annotation
SqlGenerator() - 类 的构造器com.github.giantray.compositesSelectSql.SqlGenerator
 
SqlGenerator.SqlStr - com.github.giantray.compositesSelectSql中的类
 
SqlGenerator.SqlStr() - 类 的构造器com.github.giantray.compositesSelectSql.SqlGenerator.SqlStr
 
SqlLimit - com.github.giantray.compositesSelectSql中的注释类型
declare if generate sql should has start,size.
SqlLimit.Limit - com.github.giantray.compositesSelectSql中的枚举
limit
SqlOper - com.github.giantray.compositesSelectSql中的注释类型
declare the field operator when it convert to sql foramt
SqlOper.Oper - com.github.giantray.compositesSelectSql中的枚举
operator
SqlOrderCol - com.github.giantray.compositesSelectSql中的注释类型
declare if generate sql should has certain order.and if has,what col use to order by
SqlOrderType - com.github.giantray.compositesSelectSql中的注释类型
declare if generate sql should has desc or asc order
SqlOrderType.Order - com.github.giantray.compositesSelectSql中的枚举
 
SqlTable - com.github.giantray.compositesSelectSql中的注释类型
declare what the database table name is
SqlTempStr - com.github.giantray.compositesSelectSql中的类
 
SqlTempStr() - 类 的构造器com.github.giantray.compositesSelectSql.SqlTempStr
 
StringUtil - com.github.giantray.compositesSelectSql中的类
 
StringUtil() - 类 的构造器com.github.giantray.compositesSelectSql.StringUtil
 

T

TimeUtil - com.github.giantray.compositesSelectSql中的类
 
TimeUtil() - 类 的构造器com.github.giantray.compositesSelectSql.TimeUtil
 
TYPE_YYYY_MM_DD_HH_MM_SS - 类 中的静态变量com.github.giantray.compositesSelectSql.TimeUtil
 

V

valueOf(String) - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlLimit.Limit
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlOper.Oper
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlOrderType.Order
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlLimit.Limit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlOper.Oper
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.giantray.compositesSelectSql.SqlOrderType.Order
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C G S T V 

Copyright © 2015. All rights reserved.