B C D E G I L N P Q R S T U V W
B
- batchUpdate(Connection, List<String>) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- batchUpdate(Connection, String, List<Map<String, Object>>) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
批量更新
C
- close(Connection) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
- close(ResultSet) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
- cloud.agileframework.common.util.db - 程序包 cloud.agileframework.common.util.db
-
- cloud.agileframework.sql - 程序包 cloud.agileframework.sql
-
- CONSTANT_CONDITION - 类 中的静态变量cloud.agileframework.sql.SqlUtil
-
常量表达式
- CONSTANT_CONDITION_REGEX - 类 中的静态变量cloud.agileframework.sql.SqlUtil
-
常量表达式正则
- count(Connection, String, Object) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- count(Connection, String) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
D
- DataBaseUtil - cloud.agileframework.common.util.db中的类
-
- DataBaseUtil() - 类 的构造器cloud.agileframework.common.util.db.DataBaseUtil
-
- DataBaseUtil.DB - cloud.agileframework.common.util.db中的枚举
-
数据库类型,枚举
- DataBaseUtil.DBInfo - cloud.agileframework.common.util.db中的类
-
数据库信息
- DataBaseUtil.PATTERN - cloud.agileframework.common.util.db中的枚举
-
匹配类型
- DB_TYPE_THREAD_LOCAL - 类 中的静态变量cloud.agileframework.sql.SqlUtil
-
- DBInfo() - 类 的构造器cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- demoResultSetMetaData(ResultSetMetaData) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
E
- execute(Connection, String) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
G
- getConnection(String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
获取JDBC连接
- getDBInfo(DataBaseUtil.PATTERN, String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出表的所有主键
- getIp() - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- getName() - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- getPlaceHolder() - 类 中的方法cloud.agileframework.sql.Param
-
- getPort() - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- getSort(String) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
查询语句获取排序字段集合
- getTableName(String) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
提取操作的sql语句中包含的目标表表名
- getType() - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
I
- INITIAL_CAPACITY - 类 中的静态变量cloud.agileframework.sql.Param
-
- isEmpty(Object) - 类 中的静态方法cloud.agileframework.sql.Param
-
判空,包括空白字符串
- isIllegal(String) - 类 中的静态方法cloud.agileframework.sql.Param
-
判断是否非法
L
- limit(Connection, String, Class<T>, Object, int, int) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- limit(Connection, String, Class<T>, int, int) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- limit(Connection, String, Object, int, int) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- limit(Connection, String, int, int) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- listColumns(String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出表的所有字段
- listFImportKeys(String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出表的所有外键
- listFKeys(String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出表的所有外键
- listPrimayKeys(String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出表的所有主键
- listTables(String, String, String, String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
列出数据库的所有表
N
- NOT_FOUND_PARAM - 类 中的静态变量cloud.agileframework.sql.Param
-
P
- Param - cloud.agileframework.sql中的类
-
- Param(String, Object) - 类 的构造器cloud.agileframework.sql.Param
-
- PARAM_END - 类 中的静态变量cloud.agileframework.sql.Param
-
- PARAM_INDEX - 类 中的静态变量cloud.agileframework.sql.Param
-
- PARAM_SPLIT - 类 中的静态变量cloud.agileframework.sql.Param
-
- PARAM_START - 类 中的静态变量cloud.agileframework.sql.Param
-
- parseDBUrl(String) - 类 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil
-
- parserCountSQL(String, Object, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
根据给定参数动态生成完成参数占位的查询条数sql语句
- parserCountSQL(String) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserCountSQL(String, Object) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserCountSQLByType(DbType, String, Object, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserCountSQLByType(DbType, String, Object) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserCountSQLByType(DbType, String) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserLimitSQLByType(DbType, String, Object, int, int) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserLimitSQLByType(DbType, String, int, int, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserLimitSQLByType(DbType, String, int, int) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserLimitSQLByType(DbType, String, Object, int, int, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQL(String, Object) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQL(String, Object, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQLByType(DbType, String, Object) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQLByType(DbType, String, Object, Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQLByType(DbType, String, Object, Map<String, Object>, BiFunction<DbType, String, String>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- parserSQLObject(SQLExpr) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
处理sqlObject直接转转换占位符
- parsingMethodInvoke(SQLMethodInvokeExpr) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingParam(Object) - 类 中的静态方法cloud.agileframework.sql.Param
-
处理参数集合
- parsingPlaceHolder(String) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLBetweenExpr(SQLBetweenExpr) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLBinaryOpExpr(SQLBinaryOpExpr) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLInListExpr(SQLInListExpr) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLInsertStatement(SQLInsertStatement) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLOrderBy(SQLOrderBy) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLSelectGroupByClause(SQLSelectGroupByClause) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSQLSelectItem(SQLSelectQueryBlock) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingSqlString(String, Object) - 类 中的静态方法cloud.agileframework.sql.Param
-
处理参数占位
- parsingSQLUpdateStatement(SQLUpdateStatement) - 类 中的静态方法cloud.agileframework.sql.Param
-
- parsingWhereConstant(SQLExpr) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
Q
- query(Connection, String, Class<T>, Object) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
查询并且将结果转换为java对象
- query(Connection, String, Class<T>) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- query(Connection, String, Object) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
查询
- query(Connection, String) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
R
- removeQueryParam(String) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- REPLACE_NULL_CONDITION - 类 中的静态变量cloud.agileframework.sql.Param
-
S
- SessionUtil - cloud.agileframework.common.util.db中的类
-
- SessionUtil() - 类 的构造器cloud.agileframework.common.util.db.SessionUtil
-
- setIp(String) - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- setName(String) - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- setPort(String) - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- setQueryParamThreadLocal(String, Object) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- setQueryParamThreadLocal(Map<String, Object>) - 类 中的静态方法cloud.agileframework.sql.SqlUtil
-
- setType(DataBaseUtil.DB) - 类 中的方法cloud.agileframework.common.util.db.DataBaseUtil.DBInfo
-
- sql() - 类 中的方法cloud.agileframework.sql.WhereIn
-
- SQL_ILLEGAL - 类 中的静态变量cloud.agileframework.sql.Param
-
- SqlUtil - cloud.agileframework.sql中的类
-
描述:
创建时间:2018/12/6
- SqlUtil() - 类 的构造器cloud.agileframework.sql.SqlUtil
-
T
- toJavaObjectList(Class<T>, List<Map<String, Object>>) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
List Map转换为List clazz
U
- unprocessed(SQLObject) - 类 中的静态方法cloud.agileframework.sql.Param
-
语法段是否存在“参数不存在”占位符
- update(Connection, String) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
- update(Connection, String, Object) - 类 中的静态方法cloud.agileframework.common.util.db.SessionUtil
-
V
- valueOf(String) - 枚举 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil.DB
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil.PATTERN
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil.DB
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cloud.agileframework.common.util.db.DataBaseUtil.PATTERN
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
W
- WhereIn - cloud.agileframework.sql中的类
-
- WhereIn(String, List<Object>) - 类 的构造器cloud.agileframework.sql.WhereIn
-
B C D E G I L N P Q R S T U V W
Copyright © 2022. All rights reserved.