您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
U
W
A
aggregate(Number, Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
AVG
aggregate(Object, Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
COUNT
aggregate(Number, Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MAX
aggregate(Number, Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MIN
aggregate(Number, Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
SUM
aggregate(I, U)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
UDAF
Aggregate the input parameters according to a certain logic and the results after the last aggregation
AGGREGATE_METHOD_NAME
- 类 中的静态变量com.heitaox.sql.executor.core.function.udaf.
UDAF
analysisGroupBy(SQLSelectGroupByClause, String)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
analysisInsert(SQLInsertStatement)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
analysisJoinTable(SQLJoinTableSource)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
analysisOrderBy(SQLOrderBy)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
analysisPredicate(SQLExpr, SQLExecutor)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
analysisUpdateItem(List<SQLUpdateSetItem>)
- 类 中的静态方法com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
appendValue2003(List<Map<String, Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
appendValue2007(List<Map<String, Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
appendValueCsv(List<List<Object>>, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
AVG
-
com.heitaox.sql.executor.core.function.udaf
中的类
AVG()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
AVG
B
BaseExecutor
-
com.heitaox.sql.executor.core.executor
中的类
BaseExecutor()
- 类 的构造器com.heitaox.sql.executor.core.executor.
BaseExecutor
build()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
C
cache(String, DataFrame)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
cache(String, DataFrame)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
CacheDatasource
-
com.heitaox.sql.executor.source.extend
中的类
CacheDatasource()
- 类 的构造器com.heitaox.sql.executor.source.extend.
CacheDatasource
cartesian(DataFrame<V>, DataFrame<V>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
ClassConvertUtil
-
com.heitaox.sql.executor.core.util
中的类
ClassConvertUtil()
- 类 的构造器com.heitaox.sql.executor.core.util.
ClassConvertUtil
com.heitaox.sql.executor.core.analysis
- 程序包 com.heitaox.sql.executor.core.analysis
com.heitaox.sql.executor.core.entity
- 程序包 com.heitaox.sql.executor.core.entity
com.heitaox.sql.executor.core.executor
- 程序包 com.heitaox.sql.executor.core.executor
com.heitaox.sql.executor.core.function.udaf
- 程序包 com.heitaox.sql.executor.core.function.udaf
com.heitaox.sql.executor.core.function.udf
- 程序包 com.heitaox.sql.executor.core.function.udf
com.heitaox.sql.executor.core.function.udf2
- 程序包 com.heitaox.sql.executor.core.function.udf2
com.heitaox.sql.executor.core.function.udf3
- 程序包 com.heitaox.sql.executor.core.function.udf3
com.heitaox.sql.executor.core.util
- 程序包 com.heitaox.sql.executor.core.util
com.heitaox.sql.executor.source
- 程序包 com.heitaox.sql.executor.source
com.heitaox.sql.executor.source.extend
- 程序包 com.heitaox.sql.executor.source.extend
com.heitaox.sql.executor.source.file
- 程序包 com.heitaox.sql.executor.source.file
com.heitaox.sql.executor.source.rdbms
- 程序包 com.heitaox.sql.executor.source.rdbms
compare(String, String)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
StringUtil
COMPUTE_RESULT_METHOD_NAME
- 类 中的静态变量com.heitaox.sql.executor.core.function.udaf.
UDAF
computeFiledToIndex(DataFrame)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
computeResult(Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
AVG
computeResult(Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
COUNT
computeResult(Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MAX
computeResult(Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MIN
computeResult(Number)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
SUM
computeResult(U)
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
UDAF
Calculate the final result using the results obtained after the final polymerization
CONCAT
-
com.heitaox.sql.executor.core.function.udf3
中的类
CONCAT()
- 类 的构造器com.heitaox.sql.executor.core.function.udf3.
CONCAT
convertClass(Class, Object)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
ClassConvertUtil
convertDruiJoinTypeToDFJoinType(SQLJoinTableSource.JoinType)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
COUNT
-
com.heitaox.sql.executor.core.function.udaf
中的类
COUNT()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
COUNT
D
DataFrameUntil
-
com.heitaox.sql.executor.core.util
中的类
DataFrameUntil()
- 类 的构造器com.heitaox.sql.executor.core.util.
DataFrameUntil
DataFrameUntil.Sorting
-
com.heitaox.sql.executor.core.util
中的类
DataSource
-
com.heitaox.sql.executor.source
中的接口
dataSources(Map<String, DataSource>)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
delete(List<PredicateEntity<Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
DataSource
delete data from data source
delete(List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
delete(List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
NullDataSource
delete(List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.file.
ExcelDataSource
delete(List<PredicateEntity<Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
deleteValue2003(List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
deleteValue2007(List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
deleteValueCsv(List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
dfToMapList(DataFrame)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
dropColumnTableAlias(DataFrame<Object>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
E
enableCache()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
enableCache()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
enableFilterBeforeJoin()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
enableFilterFirst()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
ExcelContant
-
com.heitaox.sql.executor.source.file
中的接口
ExcelDataSource
-
com.heitaox.sql.executor.source.file
中的类
ExcelDataSource()
- 类 的构造器com.heitaox.sql.executor.source.file.
ExcelDataSource
ExcelUtil
-
com.heitaox.sql.executor.source.file
中的类
ExcelUtil()
- 类 的构造器com.heitaox.sql.executor.source.file.
ExcelUtil
exectuePredicaeEntity(List<PredicateEntity<Object>>, Map<String, Integer>, List<Object>, String)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
BaseExecutor
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
GroupByExecutor
execute(Map<List<Object>, List<Object>>, boolean)
- 类 中的方法com.heitaox.sql.executor.core.executor.
GroupByExecutor.FunctionExecutor
这个方法实际是在准备执行函数的所需的数据 真正的执行逻辑在executeFunc方法
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
JoinExecutor
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
LimitExecutor
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
OrderByExecutor
execute(DataFrame)
- 类 中的方法com.heitaox.sql.executor.core.executor.
PredicateFilter
executeDelete(String)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
executeFunc(SQLExpr, List<Object>)
- 类 中的方法com.heitaox.sql.executor.core.executor.
GroupByExecutor.FunctionExecutor
executeInsert(String)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
insert sql 如果不是关系型数据库必须包含列名称 insert into tableName (column1,column2) values(v1,v2); 不支持insert into tableName (v1,v2);的形式
executeQuery(String)
- 类 中的方法com.heitaox.sql.executor.source.rdbms.
StandardSqlDataSource
executeQuery(String, Class<T>)
- 类 中的方法com.heitaox.sql.executor.source.rdbms.
StandardSqlDataSource
executeQuery(String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
the sql execution of the general relational database can directly use the execution engine of the database itself.
executeQuery(String)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
executeQuery(String, Class<T>)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
executeUpdate(String)
- 类 中的方法com.heitaox.sql.executor.source.rdbms.
StandardSqlDataSource
executeUpdate(String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
call the relational database api to execute the update statement
executeUpdate(String)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
如果不是关系型数据库为数据源 将有以下限制: 1、update sql中将仅支持set column = value格式, 不支持value是个表达式的形式例如 column = value + 1 2、update sql 中的where子句不支持or 括号 all any
F
FILE_NAME
- 接口 中的静态变量com.heitaox.sql.executor.source.file.
ExcelContant
FileDataSource
-
com.heitaox.sql.executor.source
中的接口
The interface used to identify the file data source.
filter(List<PredicateEntity<Object>>, DataFrame<Object>, Map<String, Integer>, String)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
filterBeforeJoin()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
filterFirst()
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
FunctionExecutor()
- 类 的构造器com.heitaox.sql.executor.core.executor.
GroupByExecutor.FunctionExecutor
G
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
AVG
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
COUNT
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MAX
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
MIN
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
SUM
getInitData()
- 类 中的方法com.heitaox.sql.executor.core.function.udaf.
UDAF
Initial value of the aggregate function
getSuffix(String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
GroupByExecutor
-
com.heitaox.sql.executor.core.executor
中的类
GroupByExecutor()
- 类 的构造器com.heitaox.sql.executor.core.executor.
GroupByExecutor
GroupByExecutor.FunctionExecutor
-
com.heitaox.sql.executor.core.executor
中的类
I
IF
-
com.heitaox.sql.executor.core.function.udf3
中的类
IF()
- 类 的构造器com.heitaox.sql.executor.core.function.udf3.
IF
INIT_MATHOD_NAME
- 类 中的静态变量com.heitaox.sql.executor.core.function.udaf.
UDAF
insert(List<Map<String, Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
DataSource
insert data into the data source
insert(List<Map<String, Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
insert(List<Map<String, Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
NullDataSource
insert(List<Map<String, Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.file.
ExcelDataSource
insert(List<Map<String, Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
convert the wrapped valueList to sql and execute
RDBMSDataSource.executeQuery(String)
J
join(DataFrame<V>, DataFrame<V>, DataFrame.JoinType, DataFrame.KeyFunction<V>, DataFrame.KeyFunction<V>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
JOIN_TABLE_ALIAS
- 类 中的静态变量com.heitaox.sql.executor.core.executor.
JoinExecutor
JoinExecutor
-
com.heitaox.sql.executor.core.executor
中的类
JoinExecutor(SQLJoinTableSource, Map<String, DataSource>, SQLExecutor, SQLSelectQueryBlock)
- 类 的构造器com.heitaox.sql.executor.core.executor.
JoinExecutor
joinOn(DataFrame<V>, DataFrame<V>, DataFrame.JoinType, List<Integer>, List<Integer>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
JoinTableEntity
-
com.heitaox.sql.executor.core.entity
中的类
Parsing the data type obtained by the join clause in sql
JoinTableEntity(String, String)
- 类 的构造器com.heitaox.sql.executor.core.entity.
JoinTableEntity
JoinTableEntity(SQLJoinTableSource.JoinType, List<PredicateEntity<Object>>)
- 类 的构造器com.heitaox.sql.executor.core.entity.
JoinTableEntity
L
leftBrackets
- 类 中的静态变量com.heitaox.sql.executor.core.entity.
PredicateEntity
左括号
LimitExecutor
-
com.heitaox.sql.executor.core.executor
中的类
LimitExecutor()
- 类 的构造器com.heitaox.sql.executor.core.executor.
LimitExecutor
M
main(String[])
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
MAX
-
com.heitaox.sql.executor.core.function.udaf
中的类
MAX()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
MAX
MIN
-
com.heitaox.sql.executor.core.function.udaf
中的类
MIN()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
MIN
N
NoSQLDataSource
-
com.heitaox.sql.executor.source
中的接口
An interface used to identify non-relational databases.
NullDataSource
-
com.heitaox.sql.executor.source.extend
中的类
As the identification data source of the intermediate table when the join query
NullDataSource()
- 类 的构造器com.heitaox.sql.executor.source.extend.
NullDataSource
O
OrderByExecutor
-
com.heitaox.sql.executor.core.executor
中的类
OrderByExecutor()
- 类 的构造器com.heitaox.sql.executor.core.executor.
OrderByExecutor
P
PredicateEntity
<
T
> -
com.heitaox.sql.executor.core.entity
中的类
The parsing condition obtained after parsing the having, where, and on clauses in SQL
PredicateEntity(SQLBinaryOperator)
- 类 的构造器com.heitaox.sql.executor.core.entity.
PredicateEntity
PredicateFilter
-
com.heitaox.sql.executor.core.executor
中的类
PredicateFilter()
- 类 的构造器com.heitaox.sql.executor.core.executor.
PredicateFilter
putDataSource(String, DataSource)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
Q
queryAll(String, String)
- 接口 中的方法com.heitaox.sql.executor.source.
DataSource
get all the data in the table and converting it to DataFrame.
queryAll(String, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
queryAll(String, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
NullDataSource
queryAll(String, String)
- 类 中的方法com.heitaox.sql.executor.source.file.
ExcelDataSource
queryAll(String, String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
The default call to StandardSqlDataSource#executeQuery(String) Perform a full table query.
queryByPredicate(String, String, List<PredicateEntity<Object>>)
- 接口 中的方法com.heitaox.sql.executor.source.
DataSource
users can rewrite this method by getting the data based on the filter criteria and converting it to the default implementation of DataFrame.
queryByPredicate(String, String, List<PredicateEntity<Object>>)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
Convert to sql with a where clause and execute according to the incoming assertion condition
PredicateEntity
Packaged assertion condition
R
RDBMSDataSource
-
com.heitaox.sql.executor.source
中的接口
RDBMSDataSourceProperties
-
com.heitaox.sql.executor.source.rdbms
中的类
RDBMSDataSourceProperties()
- 类 的构造器com.heitaox.sql.executor.source.rdbms.
RDBMSDataSourceProperties
readExcel(String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
读取excel
readExcelHead(String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
registFunc(String, Class)
- 类 中的静态方法com.heitaox.sql.executor.source.
SQLExecutor
removeCache(String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
removeCache(String)
- 类 中的方法com.heitaox.sql.executor.source.
SQLExecutor
renameNewTableAlias(DataFrame, String)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
rightBrackets
- 类 中的静态变量com.heitaox.sql.executor.core.entity.
PredicateEntity
右括号
S
SEPARATOR
- 接口 中的静态变量com.heitaox.sql.executor.source.file.
ExcelContant
setColumnTableAlias(DataFrame<Object>, String)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
SHEET_CONTENT
- 接口 中的静态变量com.heitaox.sql.executor.source.file.
ExcelContant
SHEET_NAME
- 接口 中的静态变量com.heitaox.sql.executor.source.file.
ExcelContant
sort(DataFrame<V>, Map<Integer, DataFrame.SortDirection>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil.Sorting
sort(DataFrame<V>, Comparator<List<V>>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil.Sorting
sortBy(DataFrame, Map<String, Integer>, Object...)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
Sorting()
- 类 的构造器com.heitaox.sql.executor.core.util.
DataFrameUntil.Sorting
SQLExecutor
-
com.heitaox.sql.executor.source
中的类
sql执行器
SQLExecutor(SQLExecutor.SQLExecutorBuilder)
- 类 的构造器com.heitaox.sql.executor.source.
SQLExecutor
SQLExecutor.SQLExecutorBuilder
-
com.heitaox.sql.executor.source
中的类
sqlExecutorBuilder
- 类 中的静态变量com.heitaox.sql.executor.source.
SQLExecutor
SQLExecutorBuilder()
- 类 的构造器com.heitaox.sql.executor.source.
SQLExecutor.SQLExecutorBuilder
SQLExprAnalyzer
-
com.heitaox.sql.executor.core.analysis
中的类
Analyze the abstract syntax tree and transform it into the corresponding data structure
SQLExprAnalyzer()
- 类 的构造器com.heitaox.sql.executor.core.analysis.
SQLExprAnalyzer
StandardSqlDataSource
-
com.heitaox.sql.executor.source.rdbms
中的类
StandardSqlDataSource(DataSource)
- 类 的构造器com.heitaox.sql.executor.source.rdbms.
StandardSqlDataSource
StandardSqlDataSource(RDBMSDataSourceProperties)
- 类 的构造器com.heitaox.sql.executor.source.rdbms.
StandardSqlDataSource
StringUtil
-
com.heitaox.sql.executor.core.util
中的类
StringUtil()
- 类 的构造器com.heitaox.sql.executor.core.util.
StringUtil
SUM
-
com.heitaox.sql.executor.core.function.udaf
中的类
SUM()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
SUM
T
toString()
- 类 中的方法com.heitaox.sql.executor.core.entity.
PredicateEntity
trans(I)
- 类 中的方法com.heitaox.sql.executor.core.function.udf.
UDF
Convert the input parameters to the final result
trans(I, R)
- 类 中的方法com.heitaox.sql.executor.core.function.udf2.
UDF2
Convert the input parameters to the final result
trans(String, String, String)
- 类 中的方法com.heitaox.sql.executor.core.function.udf3.
CONCAT
trans(Boolean, Object, Object)
- 类 中的方法com.heitaox.sql.executor.core.function.udf3.
IF
trans(I, R, T)
- 类 中的方法com.heitaox.sql.executor.core.function.udf3.
UDF3
Convert the input parameters to the final result
TRANS_METHOD
- 类 中的静态变量com.heitaox.sql.executor.core.function.udf.
UDF
TRANS_METHOD
- 类 中的静态变量com.heitaox.sql.executor.core.function.udf2.
UDF2
TRANS_METHOD
- 类 中的静态变量com.heitaox.sql.executor.core.function.udf3.
UDF3
transToString()
- 类 中的方法com.heitaox.sql.executor.core.entity.
PredicateEntity
Tuple2
<
K
,
V
> -
com.heitaox.sql.executor.core.entity
中的类
Tuple2()
- 类 的构造器com.heitaox.sql.executor.core.entity.
Tuple2
U
UDAF
<
I
,
U
> -
com.heitaox.sql.executor.core.function.udaf
中的类
UDAF()
- 类 的构造器com.heitaox.sql.executor.core.function.udaf.
UDAF
UDF
<
I
,
U
> -
com.heitaox.sql.executor.core.function.udf
中的类
UDF()
- 类 的构造器com.heitaox.sql.executor.core.function.udf.
UDF
UDF2
<
I
,
R
,
U
> -
com.heitaox.sql.executor.core.function.udf2
中的类
UDF2()
- 类 的构造器com.heitaox.sql.executor.core.function.udf2.
UDF2
UDF3
<
I
,
R
,
T
,
U
> -
com.heitaox.sql.executor.core.function.udf3
中的类
UDF3()
- 类 的构造器com.heitaox.sql.executor.core.function.udf3.
UDF3
union(DataFrame<Object>, DataFrame<Object>, SQLUnionOperator, Map<String, Integer>)
- 类 中的静态方法com.heitaox.sql.executor.core.util.
DataFrameUntil
update(Map<String, Object>, List<PredicateEntity<Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
DataSource
Update data to data source
update(Map<String, Object>, List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
CacheDatasource
update(Map<String, Object>, List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.extend.
NullDataSource
update(Map<String, Object>, List<PredicateEntity<Object>>, String)
- 类 中的方法com.heitaox.sql.executor.source.file.
ExcelDataSource
update(Map<String, Object>, List<PredicateEntity<Object>>, String)
- 接口 中的方法com.heitaox.sql.executor.source.
RDBMSDataSource
updateValue2003(Map<String, Object>, List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
updateValue2007(Map<String, Object>, List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
updateValueCsv(Map<String, Object>, List<PredicateEntity<Object>>, String, String)
- 类 中的静态方法com.heitaox.sql.executor.source.file.
ExcelUtil
W
WRAP
- 接口 中的静态变量com.heitaox.sql.executor.source.file.
ExcelContant
A
B
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
U
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2019. All rights reserved.