跳过导航链接
A B C D E F G J O R S T V 

A

addList(CommonList<E>, Class<T>) - 类 中的方法com.github.memorylorry.type.CommonList
Doesn't change data itself, return a new result

B

buildBasicSQL() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
buildBasicSQL() - 接口 中的方法com.github.memorylorry.type.Slice
 
buildCountSQL() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
buildCountSQL() - 接口 中的方法com.github.memorylorry.type.Slice
 
buildSQL(boolean) - 类 中的方法com.github.memorylorry.type.Column
 
buildSQL() - 类 中的方法com.github.memorylorry.type.Column
 
buildSQL() - 类 中的方法com.github.memorylorry.type.ColumnList
 
buildSQL(boolean) - 类 中的方法com.github.memorylorry.type.ColumnList
 
buildSQL(boolean) - 接口 中的方法com.github.memorylorry.type.ColumnOperate
返回字段的SQL
buildSQL() - 接口 中的方法com.github.memorylorry.type.ColumnOperate
返回字段的SQL
buildSQL() - 类 中的方法com.github.memorylorry.type.Filter
 
buildSQL() - 类 中的方法com.github.memorylorry.type.Order
 
buildSQL() - 类 中的方法com.github.memorylorry.type.RestrictList
 
buildSQL() - 接口 中的方法com.github.memorylorry.type.RestrictOperate
返回filter|order条件的SQL
buildSQL() - 类 中的方法com.github.memorylorry.type.Table
 
buildSQLDivdByValue(String) - 类 中的方法com.github.memorylorry.type.ColumnList
 
buildSQLDivdByValue(String) - 类 中的方法com.github.memorylorry.type.RestrictList
 
buildSQLDivdByValueWithAS(String) - 类 中的方法com.github.memorylorry.type.ColumnList
 

C

Column - com.github.memorylorry.type中的类
 
Column() - 类 的构造器com.github.memorylorry.type.Column
 
Column(String, String, String) - 类 的构造器com.github.memorylorry.type.Column
 
ColumnList<E extends ColumnOperate> - com.github.memorylorry.type中的类
 
ColumnList() - 类 的构造器com.github.memorylorry.type.ColumnList
 
ColumnOperate - com.github.memorylorry.type中的接口
 
com.github.memorylorry.config - 程序包 com.github.memorylorry.config
 
com.github.memorylorry.converter - 程序包 com.github.memorylorry.converter
 
com.github.memorylorry.converter.impl - 程序包 com.github.memorylorry.converter.impl
 
com.github.memorylorry.type - 程序包 com.github.memorylorry.type
 
com.github.memorylorry.type.exception - 程序包 com.github.memorylorry.type.exception
 
com.github.memorylorry.type.helper - 程序包 com.github.memorylorry.type.helper
 
com.github.memorylorry.util - 程序包 com.github.memorylorry.util
 
CommonList<E> - com.github.memorylorry.type中的类
 
CommonList() - 类 的构造器com.github.memorylorry.type.CommonList
 
copy(Class<T>) - 类 中的方法com.github.memorylorry.type.CommonList
copy one new itself
createFilterOptionHelper(Filter) - 类 中的静态方法com.github.memorylorry.type.helper.FilterOptionHelper
 

D

DIMENSIN_CONCAT - 类 中的静态变量com.github.memorylorry.config.SQLGenerateControl
 
DIMENSIN_NOT_CONCAT - 类 中的静态变量com.github.memorylorry.config.SQLGenerateControl
 
DIMENSIN_NOT_EXSIT - 类 中的静态变量com.github.memorylorry.config.SQLGenerateControl
These variables store all state that Dimensions will or won't be contact 这里使用一个两位二进制数,存储维度的4个状态。

E

ErrorMessage - com.github.memorylorry.config中的类
 
ErrorMessage() - 类 的构造器com.github.memorylorry.config.ErrorMessage
 

F

Filter - com.github.memorylorry.type中的类
 
Filter() - 类 的构造器com.github.memorylorry.type.Filter
 
Filter(String, String, String, String, String, int) - 类 的构造器com.github.memorylorry.type.Filter
 
FilterOperationType - com.github.memorylorry.type.helper中的枚举
提供一个根据Filter的operation字段判断option类型的类; 此类可以结合FilterOptionHelper.class去取出option的值
FilterOptionHelper - com.github.memorylorry.type.helper中的类
 
format(String) - 类 中的方法com.github.memorylorry.converter.impl.SimpleJSON2Slice
 
format(JSONObject) - 类 中的方法com.github.memorylorry.converter.impl.SimpleJSON2Slice
 
format(String) - 接口 中的方法com.github.memorylorry.converter.JSON2Slice
 
format(JSONObject) - 接口 中的方法com.github.memorylorry.converter.JSON2Slice
 

G

getDatabase() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getDimensions() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getExpression() - 类 中的方法com.github.memorylorry.type.Column
 
getExpression() - 类 中的方法com.github.memorylorry.type.Filter
 
getFilters() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getLimit() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getMetrics() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getName() - 类 中的方法com.github.memorylorry.type.Column
 
getName() - 类 中的方法com.github.memorylorry.type.Filter
 
getName() - 类 中的方法com.github.memorylorry.type.Table
 
getOperation() - 类 中的方法com.github.memorylorry.type.Filter
 
getOperation() - 枚举 中的方法com.github.memorylorry.type.helper.FilterOperationType
 
getOption() - 类 中的方法com.github.memorylorry.type.Filter
 
getOptionString() - 类 中的方法com.github.memorylorry.type.helper.FilterOptionHelper
 
getOrders() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getTable() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getTitle() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getType() - 类 中的方法com.github.memorylorry.type.Filter
 
getType() - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
getTypeByOperation(String) - 枚举 中的静态方法com.github.memorylorry.type.helper.FilterOperationType
 
getVerbose() - 类 中的方法com.github.memorylorry.type.Column
 
getVerbose() - 类 中的方法com.github.memorylorry.type.Filter
 

J

JSON2Slice - com.github.memorylorry.converter中的接口
 

O

Order - com.github.memorylorry.type中的类
 
Order() - 类 的构造器com.github.memorylorry.type.Order
 
Order(String, String, String, String) - 类 的构造器com.github.memorylorry.type.Order
 

R

RestrictList<E> - com.github.memorylorry.type中的类
 
RestrictList() - 类 的构造器com.github.memorylorry.type.RestrictList
 
RestrictOperate - com.github.memorylorry.type中的接口
 

S

setDatabase(String) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setDimensions(ColumnList<Column>) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setExpression(String) - 类 中的方法com.github.memorylorry.type.Column
 
setExpression(String) - 类 中的方法com.github.memorylorry.type.Filter
 
setFilter(Filter) - 类 中的方法com.github.memorylorry.type.helper.FilterOptionHelper
 
setFilters(RestrictList<Filter>) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setLimit(String) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setMetrics(ColumnList<Column>) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setName(String) - 类 中的方法com.github.memorylorry.type.Column
 
setName(String) - 类 中的方法com.github.memorylorry.type.Filter
 
setName(String) - 类 中的方法com.github.memorylorry.type.Table
 
setOperation(String) - 类 中的方法com.github.memorylorry.type.Filter
 
setOption(String) - 类 中的方法com.github.memorylorry.type.Filter
 
setOrders(RestrictList<Order>) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setTable(Table) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setTitle(String) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setType(int) - 类 中的方法com.github.memorylorry.type.Filter
 
setType(int) - 类 中的方法com.github.memorylorry.type.SimpleSlice
 
setVerbose(String) - 类 中的方法com.github.memorylorry.type.Column
 
setVerbose(String) - 类 中的方法com.github.memorylorry.type.Filter
 
SimpleJSON2Slice - com.github.memorylorry.converter.impl中的类
 
SimpleJSON2Slice() - 类 的构造器com.github.memorylorry.converter.impl.SimpleJSON2Slice
 
SimpleSlice - com.github.memorylorry.type中的类
 
SimpleSlice() - 类 的构造器com.github.memorylorry.type.SimpleSlice
 
Slice - com.github.memorylorry.type中的接口
 
SliceFormatNotSupportedException - com.github.memorylorry.type.exception中的异常错误
 
SliceFormatNotSupportedException(String) - 异常错误 的构造器com.github.memorylorry.type.exception.SliceFormatNotSupportedException
 
SQLGenerateControl - com.github.memorylorry.config中的类
 
SQLGenerateControl() - 类 的构造器com.github.memorylorry.config.SQLGenerateControl
 

T

Table - com.github.memorylorry.type中的类
 
Table() - 类 的构造器com.github.memorylorry.type.Table
 
Table(String) - 类 的构造器com.github.memorylorry.type.Table
 
TestErrorUtil - com.github.memorylorry.util中的类
 
TestErrorUtil() - 类 的构造器com.github.memorylorry.util.TestErrorUtil
 
testNot0Len(String) - 类 中的静态方法com.github.memorylorry.util.TestErrorUtil
 
testNotInt(String) - 类 中的静态方法com.github.memorylorry.util.TestErrorUtil
 
testNotNull(String) - 类 中的静态方法com.github.memorylorry.util.TestErrorUtil
 
testNotNull(Object) - 类 中的静态方法com.github.memorylorry.util.TestErrorUtil
 

V

valueOf(String) - 枚举 中的静态方法com.github.memorylorry.type.helper.FilterOperationType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.memorylorry.type.helper.FilterOperationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VARIABLE_CANNOT_BE_0_LENGTH - 类 中的静态变量com.github.memorylorry.config.ErrorMessage
 
VARIABLE_CANNOT_BE_NULL - 类 中的静态变量com.github.memorylorry.config.ErrorMessage
 
VARIABLE_MUST_BE_INT - 类 中的静态变量com.github.memorylorry.config.ErrorMessage
 
VARIABLE_MUST_BE_LIST - 类 中的静态变量com.github.memorylorry.config.ErrorMessage
 
VARIABLE_MUST_BE_STRING - 类 中的静态变量com.github.memorylorry.config.ErrorMessage
 
A B C D E F G J O R S T V 
跳过导航链接

Copyright © 2018. All Rights Reserved.