跳过导航链接
A B C D E F G H I J L M N O P R S T U V W Y 

A

ADD - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
addColumn(Common, ColumnInfo, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
增加一列
ADDITION - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
addJoin(Join) - 类 中的方法cn.vonce.sql.bean.Select
增加连表
AFTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ALL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Alter - cn.vonce.sql.bean中的类
改变表结构
Alter() - 类 的构造器cn.vonce.sql.bean.Alter
 
ALTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
alter(Table, List<ColumnInfo>) - 接口 中的方法cn.vonce.sql.service.TableService
更改表结构
alter(Alter) - 接口 中的方法cn.vonce.sql.service.TableService
更改表结构
alter(List<Alter>) - 接口 中的方法cn.vonce.sql.service.TableService
更改表结构
ALTER_TABLE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
alterSql(DbType, List<Alter>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
更改表结构sql
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
更改表结构
alterTable(List<Alter>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
更改表结构
AlterType - cn.vonce.sql.enumerate中的枚举
改变类型
and() - 类 中的方法cn.vonce.sql.bean.Logic
并且
AND - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
and(Wrapper) - 类 中的方法cn.vonce.sql.helper.Wrapper
并且
and(Cond) - 类 中的方法cn.vonce.sql.helper.Wrapper
并且
AND_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
AS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
avg(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
统计

B

back() - 类 中的方法cn.vonce.sql.bean.Logic
返回Bean对象
Backup - cn.vonce.sql.bean中的类
备份表和数据(根据条件备份表和数据到一张指定名称的新表)
Backup() - 类 的构造器cn.vonce.sql.bean.Backup
 
backup() - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张新表(表名_+时间)
backup(String) - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张指定名称的新表
backup(String, String) - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张指定名称的新表
backup(String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件备份表和数据到一张指定名称的新表
backup(String, String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件备份表和数据到一张指定名称的新表
backupSql(SqlBeanDB, Class<?>, String, String, Column[], Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
备份表和数据
baseHandleResultSet(ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
基础对象映射
beanHandleResultSet(Class<?>, ResultSet, List<String>) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
bean对象映射处理
BEGIN_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
BEGIN_SQUARE_BRACKETS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
between(String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
between(String, String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
between(Column, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
between(ColumnFunction<T, R>, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
BETWEEN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
between(String, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
between(String, String, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
between(Column, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
between(ColumnFunction<T, R>, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
BLOB - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
buildAlterSql(SqlBeanDB, Class<?>, List<ColumnInfo>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
构建更改表结构sql
buildBackup(Backup) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成backup sql语句
buildCopy(Copy) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成copy sql语句
buildCreateSql(Create) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成create sql语句
buildDeleteSql(Delete) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成delete sql语句
buildDrop(Drop) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成drop sql语句
buildInsertSql(Insert) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成insert sql语句
buildSelectSql(Select) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成select sql语句
buildUpdateSql(Update) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成update sql语句
ByteUtil - cn.vonce.sql.uitls中的类
 
ByteUtil() - 类 的构造器cn.vonce.sql.uitls.ByteUtil
 

C

ceil(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
向上取整
ceiling(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
向上取整
CHANGE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
charIndex(Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
查找字符对应的下标
charIndex(Object, Object, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
查找字符对应的下标
check(Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
检查
checkLogically(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否使用逻辑删除
clearSchema() - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
清除Schema
cn.vonce.sql.annotation - 程序包 cn.vonce.sql.annotation
 
cn.vonce.sql.bean - 程序包 cn.vonce.sql.bean
 
cn.vonce.sql.config - 程序包 cn.vonce.sql.config
 
cn.vonce.sql.constant - 程序包 cn.vonce.sql.constant
 
cn.vonce.sql.define - 程序包 cn.vonce.sql.define
 
cn.vonce.sql.enumerate - 程序包 cn.vonce.sql.enumerate
 
cn.vonce.sql.exception - 程序包 cn.vonce.sql.exception
 
cn.vonce.sql.helper - 程序包 cn.vonce.sql.helper
 
cn.vonce.sql.mapper - 程序包 cn.vonce.sql.mapper
 
cn.vonce.sql.page - 程序包 cn.vonce.sql.page
 
cn.vonce.sql.processor - 程序包 cn.vonce.sql.processor
 
cn.vonce.sql.provider - 程序包 cn.vonce.sql.provider
 
cn.vonce.sql.service - 程序包 cn.vonce.sql.service
 
cn.vonce.sql.uitls - 程序包 cn.vonce.sql.uitls
 
Column - cn.vonce.sql.bean中的类
Column
Column() - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String) - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String, String) - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String, String, String) - 类 的构造器cn.vonce.sql.bean.Column
 
Column(boolean, String, String, String) - 类 的构造器cn.vonce.sql.bean.Column
 
column(String[]) - 类 中的方法cn.vonce.sql.bean.Select
设置column
column(Column...) - 类 中的方法cn.vonce.sql.bean.Select
设置column
column(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(Select, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(Column, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(ColumnFunction<T, R>, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
COLUMN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ColumnFunction<T,R> - cn.vonce.sql.define中的接口
列字段lambda函数
ColumnInfo - cn.vonce.sql.bean中的类
列字段信息
ColumnInfo() - 类 的构造器cn.vonce.sql.bean.ColumnInfo
 
columnInfoCompare(SqlBeanDB, ColumnInfo, ColumnInfo) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
比较两个字段信息是否一致
COMMA - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
COMMENT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Common - cn.vonce.sql.bean中的类
公共信息
Common() - 类 的构造器cn.vonce.sql.bean.Common
 
CommonCondition<T> - cn.vonce.sql.bean中的类
where条件
CommonCondition() - 类 的构造器cn.vonce.sql.bean.CommonCondition
 
compareTo(Ulid) - 类 中的方法cn.vonce.sql.uitls.Ulid
Compares two ULIDs as unsigned 128-bit integers.
concat(Object...) - 类 中的静态方法cn.vonce.sql.define.SqlFun
拼接字符
concat(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Join two byte arrays to a new byte array.
concat(byte[], byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Join three byte arrays to a new byte array.
concat_ws(String, Object...) - 类 中的静态方法cn.vonce.sql.define.SqlFun
拼接字符
Cond - cn.vonce.sql.helper中的类
条件包装器内容
Cond() - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(String, String, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(Column, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Condition<Action> - cn.vonce.sql.bean中的类
简单的条件
Condition() - 类 的构造器cn.vonce.sql.bean.Condition
 
Condition(Action) - 类 的构造器cn.vonce.sql.bean.Condition
 
ConditionData - cn.vonce.sql.bean中的类
条件模型
ConditionData(SqlLogic, Object) - 类 的构造器cn.vonce.sql.bean.ConditionData
 
ConditionInfo - cn.vonce.sql.bean中的类
Sql where条件形态
ConditionInfo() - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(SqlLogic, String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(SqlLogic, Column, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionType - cn.vonce.sql.enumerate中的枚举
条件类型 WHERE 或者 HAVING
convert(Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
转换数据类型
Copy - cn.vonce.sql.bean中的类
复制表数据(根据条件将数据复制插入到同样结构的表中)
Copy() - 类 的构造器cn.vonce.sql.bean.Copy
 
copy() - 类 中的方法cn.vonce.sql.bean.Select
复制对象
copy(String, Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到同样结构的表中
copy(String, String, Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到同样结构的表中
copy(String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到指定结构的表中
copy(String, String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到指定结构的表中
copy(T) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
复制对象
copySql(SqlBeanDB, Class<?>, String, String, Column[], Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
复制数据到指定表
count(boolean) - 类 中的方法cn.vonce.sql.bean.Select
是否为查询
COUNT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
count(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
统计
COUNT - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
count() - 接口 中的方法cn.vonce.sql.service.SelectService
统计全部
count(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件统计
count(Class<?>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件统计
countBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
countBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
countBySql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询统计
countSql(SqlBeanDB, Class<?>, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件统计
Create - cn.vonce.sql.bean中的类
删除
Create() - 类 的构造器cn.vonce.sql.bean.Create
 
create() - 类 中的方法cn.vonce.sql.uitls.UlidFactory
Returns a UUID.
create(long) - 类 中的方法cn.vonce.sql.uitls.UlidFactory
Returns a UUID with a specific time.
CREATE_TABLE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
createTable() - 接口 中的方法cn.vonce.sql.service.TableService
创建表结构
createTableSql(SqlBeanDB, Class<?>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
创建表
curDate() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前系统时间的日期,1997-06-03
currentTime() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get string current time
currentTimeMillis() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get current time milliseconds
curTime() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前系统时间的时间,19:23:12

D

database() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前数据库(mysql)
dataLength(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
返回字节数
date(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
日期
date_format(Object, String) - 类 中的静态方法cn.vonce.sql.define.SqlFun
日期类型格式化成指定格式的字符串
DATE_STR - 类 中的静态变量cn.vonce.sql.uitls.DateUtil
 
dateAdd(Original, int, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
添加指定日期后的日期
dateDiff(Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
两个时间相差的天数
dateDiff(Original, Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
获取时差
dateName(Original, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
获取指定日期部分的字符串形式
datePart(Original, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
获取指定日期部分的整数形式
dateToLocalDate(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
date 转成 LocalDate
dateToLocalDateTime(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
date 转成 LocalDateTime
dateToLocalTime(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
date 转成 LocalTime
dateToString(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
时间格式化为字符串
dateToString(Date, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
时间格式化为字符串
DateUtil - cn.vonce.sql.uitls中的类
时间工具类 Created by jovi on 2017/7/10.
DateUtil() - 类 的构造器cn.vonce.sql.uitls.DateUtil
 
day(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
日, 3
DBO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
DbType - cn.vonce.sql.enumerate中的枚举
数据库类型
DEFAULT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
DefaultUniqueIdProcessor - cn.vonce.sql.processor中的类
唯一id处理器 默认实现
DefaultUniqueIdProcessor() - 类 的构造器cn.vonce.sql.processor.DefaultUniqueIdProcessor
 
Delete - cn.vonce.sql.bean中的类
删除
Delete() - 类 的构造器cn.vonce.sql.bean.Delete
 
delete(Delete) - 接口 中的方法cn.vonce.sql.service.DeleteService
删除(where条件为空会抛异常,因为删除全部非常危险)
delete(Delete, boolean) - 接口 中的方法cn.vonce.sql.service.DeleteService
删除
DELETE_FROM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
deleteBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除
deleteBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除
deleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据id条件删除
deleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件删除
deleteBySql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件删除
DeleteService<ID> - cn.vonce.sql.service中的接口
Delete 通用业务接口
deleteSql(SqlBeanDB, Class<?>, Delete, boolean) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
删除
destroy() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The destroy of executor service
differentDays(Date, Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
计算两个时间的差的天数
dispose(int) - 类 中的方法cn.vonce.sql.page.PageHelper
总数量、总页数处理
distinct(boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置useDistinct是否过滤重复
DOUBLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Drop - cn.vonce.sql.bean中的类
删除表
Drop() - 类 的构造器cn.vonce.sql.bean.Drop
 
DROP - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
dropAndCreateTable() - 接口 中的方法cn.vonce.sql.service.TableService
删除并创建表结构
dropTable() - 接口 中的方法cn.vonce.sql.service.TableService
删除表结构
dropTableSql(SqlBeanDB, Class<?>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
删除表
DynSchemaContextHolder - cn.vonce.sql.provider中的类
动态Schema持有者
DynSchemaContextHolder() - 类 的构造器cn.vonce.sql.provider.DynSchemaContextHolder
 

E

encode(String) - 类 中的静态方法cn.vonce.sql.uitls.Md5Util
 
END_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
END_SQUARE_BRACKETS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
eq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
equals(Object) - 类 中的方法cn.vonce.sql.uitls.Ulid
Checks if some other ULID is equal to this one.
EscapeChar - cn.vonce.sql.enumerate中的枚举
ESCAPE_CHARACTER 转义符类型 SINGLE (`xxx`) 主要有mysql DOUBLE ("xxx")
EXEC_SP_RENAME - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

F

fast() - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Returns a fast new ULID.
FillWith - cn.vonce.sql.enumerate中的枚举
填充类型
filterFields(String...) - 类 中的方法cn.vonce.sql.bean.Select
设置过滤的列字段
filterSQLInject(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
过滤sql注入
floor(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
向下取整
FORMATTER_FULL - 类 中的静态变量cn.vonce.sql.uitls.DateUtil
 
FROM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
from(UUID) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Converts a UUID into a ULID.
from(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Converts a byte array into a ULID.
from(String) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Converts a canonical string into a ULID.
fromFullName(String, String, String, Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回from的表名包括别名
fromHex(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
fromHexString(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
FULL_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
fullJoin(Class<?>) - 类 中的方法cn.vonce.sql.bean.Select
 
fullJoin(String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
fullJoin(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
 

G

get(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
getAction() - 类 中的方法cn.vonce.sql.bean.Condition
 
getAfterColumnName() - 类 中的方法cn.vonce.sql.bean.Alter
 
getAgrs() - 类 中的方法cn.vonce.sql.bean.CommonCondition
获取where参数
getAlias() - 类 中的方法cn.vonce.sql.bean.Column
 
getAlias() - 类 中的方法cn.vonce.sql.bean.Table
 
getAutoCreate() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getBeanAllField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取该bean所有字段(包括父类)
getBeanClass() - 类 中的方法cn.vonce.sql.bean.Common
 
getBeanClass() - 类 中的方法cn.vonce.sql.bean.Create
 
getBeanClass() - 接口 中的方法cn.vonce.sql.service.TableService
获取Bean类型
getBracketContent(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
获取指定字符串中括号内的内容,返回字符串数组
getCalendarTable(Integer) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取日历表
getCid() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getColumn() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getColumn(ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.uitls.LambdaUtil
获取列字段对象
getColumn(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取列
getColumnAlias(String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段别名
getColumnByLambda(SerializedLambda) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取列字段对象
getColumnInfo() - 类 中的方法cn.vonce.sql.bean.Alter
 
getColumnInfo(Common, Field) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取列信息
getColumnInfo(Common, Field, SqlTable, SqlColumn) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取列信息
getColumnInfoList(String) - 接口 中的方法cn.vonce.sql.service.TableService
获取列信息列表
getColumnList() - 类 中的方法cn.vonce.sql.bean.Select
获取column sql 内容
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
获取列数据列表的SQL
getColumnListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
获取列数据列表的SQL
getColumnNameList(ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
获取所有列名
getColumns() - 类 中的方法cn.vonce.sql.bean.Backup
 
getColumns() - 类 中的方法cn.vonce.sql.bean.Copy
 
getCondition(Common, String, Object[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取处理后的where语句
getCondition(Common, String, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取处理后的where语句
getCount() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getData() - 类 中的方法cn.vonce.sql.page.ResultData
 
getDatabaseMajorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDatabaseMinorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDatabaseProductVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDatacenterId() - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
基于网卡MAC地址计算余数作为数据中心 可自定扩展
getDataList() - 类 中的方法cn.vonce.sql.bean.Condition
获得条件模型列表
getDataList() - 类 中的方法cn.vonce.sql.helper.Wrapper
获得条件模型列表
getDataList() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页列表数据
getDate() - 类 中的静态方法cn.vonce.sql.define.SqlFun
获取当前系统日期
getDbType() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDbType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
 
getDefaultValue(String) - 类 中的静态方法cn.vonce.sql.mapper.SqlBeanMapper
获取基本类型默认值
getDefaultValue(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取类型的默认值(仅支持基本类型、String、Date、Timestamp、BigDecimal)
getDefaultValueByColumnType(String) - 类 中的静态方法cn.vonce.sql.mapper.SqlBeanMapper
获取基本类型默认值
getDfltValue() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getDriverMajorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDriverMinorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDriverName() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDriverVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getFieldByTableFieldName(List<Field>, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
根据表字段获取java中对应的java字段
getFieldValue(Object, String) - 类 中的静态方法cn.vonce.sql.uitls.ReflectUtil
利用反射获取指定对象的指定属性
getFilterFields() - 类 中的方法cn.vonce.sql.bean.Select
获取过滤的列字段
getFilterFields() - 类 中的方法cn.vonce.sql.bean.Update
获取更新过滤掉字段
getFk() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getFunName() - 类 中的方法cn.vonce.sql.define.SqlFun
 
getGroupBy() - 类 中的方法cn.vonce.sql.bean.Select
获取groupBy分组列字段
getHaving() - 类 中的方法cn.vonce.sql.bean.Select
获取where sql 内容
getHavingArgs() - 类 中的方法cn.vonce.sql.bean.Select
获取Having
getHavingWrapper() - 类 中的方法cn.vonce.sql.bean.Select
获得Having包装器
getIdField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取id标识字段
getIdName() - 类 中的方法cn.vonce.sql.bean.Page
 
getInsertBean() - 类 中的方法cn.vonce.sql.bean.Insert
获取插入实体类
getInstant() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns the instant of creation.
getInstant(String) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Returns the instant of creation.
getInterval(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getInterval(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getItem() - 类 中的方法cn.vonce.sql.bean.ConditionData
 
getJdbcMajorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getJdbcMinorVersion() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getJoin() - 类 中的方法cn.vonce.sql.bean.Select
获取表连接
getJoinType() - 类 中的方法cn.vonce.sql.bean.Join
 
getLastMonthEndDay() - 类 中的方法cn.vonce.sql.uitls.DateUtil
获取前一个月的第一天的时间
getLeastSignificantBits() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns the least significant bits as a number.
getLength() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getLength() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getLocalAddress() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId18
Find first valid IP from local network card
getLogicallyField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取逻辑删除标识字段
getMainKeyword() - 类 中的方法cn.vonce.sql.bean.Join
已过时。
getMaxWorkerId(long) - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
基于 MAC + PID 的 hashcode 获取16个低位 可自定扩展
getMiddleAllDate(LocalDate, LocalDate) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
 
getMonotonicUlid() - 类 中的静态方法cn.vonce.sql.uitls.UlidCreator
Returns a Monotonic ULID.
getMonotonicUlid(long) - 类 中的静态方法cn.vonce.sql.uitls.UlidCreator
Returns a Monotonic ULID with a given time.
getMostSignificantBits() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns the most significant bits as a number.
getName() - 类 中的方法cn.vonce.sql.bean.Column
 
getName() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getName() - 类 中的方法cn.vonce.sql.bean.Table
 
getName() - 类 中的方法cn.vonce.sql.bean.TableInfo
 
getName(Boolean) - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getNextMonthEndDay() - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取后一个月的第一天的时间
getNotnull() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getObjectArray(Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取object数组
getOldColumnName() - 类 中的方法cn.vonce.sql.bean.Alter
 
getOn() - 类 中的方法cn.vonce.sql.bean.Join
已过时。
getOperator() - 类 中的方法cn.vonce.sql.bean.SetInfo
 
getOrder(String[], String[]) - 类 中的方法cn.vonce.sql.page.PageHelper
获取排序对象
getOrderBy() - 类 中的方法cn.vonce.sql.bean.Select
获取orderBy排序列字段
getOrders() - 类 中的方法cn.vonce.sql.bean.Paging
 
getOrders() - 类 中的方法cn.vonce.sql.page.PageHelper
 
getOriginal(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取实际类型值
getPage() - 类 中的方法cn.vonce.sql.bean.Select
获取分页参数
getPagenum() - 类 中的方法cn.vonce.sql.bean.Page
 
getPagenum() - 类 中的方法cn.vonce.sql.bean.Paging
 
getPagenum() - 类 中的方法cn.vonce.sql.page.PageHelper
获取当前页
getPagenum() - 类 中的方法cn.vonce.sql.page.ResultData
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Page
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Paging
 
getPagesize() - 类 中的方法cn.vonce.sql.page.PageHelper
获取每页数量
getPagesize() - 类 中的方法cn.vonce.sql.page.ResultData
 
getPaging() - 类 中的方法cn.vonce.sql.page.PageHelper
返回分页参数对象
getPagingMethod() - 类 中的方法cn.vonce.sql.page.PageHelper
获取pagingMethod分页查询的方法名称
如果pagingMethod为空 默认 count 方法名为"count",select方法名为"select"
getPk() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getProductName() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getRandom() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns the random component as a byte array.
getRandom(String) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Returns the random component as a byte array.
getRemarks() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getRemarks() - 类 中的方法cn.vonce.sql.bean.TableInfo
 
getResultData() - 类 中的方法cn.vonce.sql.page.PageHelper
返回结果集
getScale() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getScale() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getSchema() - 类 中的方法cn.vonce.sql.bean.Join
 
getSchema() - 类 中的方法cn.vonce.sql.bean.Table
 
getSchema() - 类 中的方法cn.vonce.sql.bean.TableInfo
 
getSchema() - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
获取Schema
getSelect() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getSelectColumns(Class<?>, String[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回查询的字段
getSetInfoList() - 类 中的方法cn.vonce.sql.bean.Update
获取更新的字段列表
getSqlBeanConfig() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getSqlBeanDB() - 类 中的方法cn.vonce.sql.bean.Common
 
getSqlBeanDB() - 接口 中的方法cn.vonce.sql.service.SqlBeanService
获得数据库相关信息
getSqlLogic() - 类 中的方法cn.vonce.sql.bean.Condition
 
getSqlLogic() - 类 中的方法cn.vonce.sql.bean.ConditionData
 
getSqlLogic() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlOperator() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlSort() - 类 中的方法cn.vonce.sql.bean.Order
 
getSqlTable(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取SqlTable注解
getSqlValue(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取sql实际值(过滤sql注入)
getSqlValue(Common, Object, JdbcType) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取sql实际值(过滤sql注入)
getStartByZero() - 类 中的方法cn.vonce.sql.bean.Page
 
getStartByZero() - 类 中的方法cn.vonce.sql.bean.Paging
 
getStartByZero() - 类 中的方法cn.vonce.sql.page.PageHelper
获取当前页是否从0开始
getTable() - 类 中的方法cn.vonce.sql.bean.Common
获取table
getTable(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
根据类名获取表名信息
getTable(Class<?>, SqlJoin) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
优先根据@SqlBeanJoin注解获取,获取不到则从类获取
getTableAlias() - 类 中的方法cn.vonce.sql.bean.Column
 
getTableAlias() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableFieldFullName(Common, String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获得新的表字段名
getTableFieldFullName(Common, String, Field, SqlTable) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获得新的表字段名
getTableFieldName(Common, Field, SqlTable) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableFieldName(Common, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableFieldName(Field, SqlTable) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableKeyword() - 类 中的方法cn.vonce.sql.bean.Join
已过时。
getTableList(String) - 接口 中的方法cn.vonce.sql.service.TableService
获取表名列表
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
获取表数据列表的SQL select tabname AS \"name\" from syscat.tables where tabschema = current schema and tabname = 'TEST'
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
获取表数据列表的SQL
getTableListSql(SqlBeanDB, String, String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
获取表数据列表的SQL
getTableName() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableName(Table, Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回带转义表名,优先级 tableName第一,注解第二,类名第三
getTargetColumns() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTime() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns the time component as a number.
getTime(String) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Returns the time component as a number.
getTimestamp() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页时间戳
getTimestamp() - 类 中的方法cn.vonce.sql.page.ResultData
 
getTotalPage() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总页数
getTotalPage() - 类 中的方法cn.vonce.sql.page.ResultData
 
getTotalRecords() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总数量
getTotalRecords() - 类 中的方法cn.vonce.sql.page.ResultData
 
getToUpperCase() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getTransferred(Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取不同数据库的转义符号
getType() - 类 中的方法cn.vonce.sql.bean.Alter
 
getType() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
 
getType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getType(DbType, Field) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
 
getUlid() - 类 中的静态方法cn.vonce.sql.uitls.UlidCreator
Returns a ULID.
getUlid(long) - 类 中的静态方法cn.vonce.sql.uitls.UlidCreator
Returns a ULID with a given time.
getUniqueIdProcessor() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getUpdateBean() - 类 中的方法cn.vonce.sql.bean.Update
获取更新的实体对象
getUUid() - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
生成UUID
getValue() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getValue() - 类 中的方法cn.vonce.sql.bean.Original
 
getValue() - 类 中的方法cn.vonce.sql.bean.SetInfo
 
getValue(String, String, ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
获取该字段对应的值
getValue(String, int, ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
获取该字段对应的值
getValueConvert(String, Object) - 类 中的静态方法cn.vonce.sql.mapper.SqlBeanMapper
获取转换后的值
getValues() - 类 中的方法cn.vonce.sql.define.SqlFun
 
getVersionField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取乐观锁标识字段
getWhere() - 类 中的方法cn.vonce.sql.bean.CommonCondition
获取where sql 内容
getWhereWrapper() - 类 中的方法cn.vonce.sql.bean.CommonCondition
获得where包装器
getWord(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
排除括号及括号内的数据
getYesterdayByFormat(Integer, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取前几天或者后几天的时间
GREAT_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
GREATER_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Group - cn.vonce.sql.bean中的类
Group By
Group() - 类 的构造器cn.vonce.sql.bean.Group
 
Group(String, String) - 类 的构造器cn.vonce.sql.bean.Group
 
GROUP_BY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
groupBy(String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
gt(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gtEq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于

H

hashCode() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns a hash code value for the ULID.
HashUtil - cn.vonce.sql.uitls中的类
Utility class for hashing.
HashUtil() - 类 的构造器cn.vonce.sql.uitls.HashUtil
 
having() - 类 中的方法cn.vonce.sql.bean.Select
简单的having
having(Wrapper) - 类 中的方法cn.vonce.sql.bean.Select
设置Having条件包装器
having(String, Object...) - 类 中的方法cn.vonce.sql.bean.Select
设置having sql 内容
HAVING - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
having(Cond) - 类 中的静态方法cn.vonce.sql.helper.Wrapper
条件
hmacSha1(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA1.
hmacSha256(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256(String, String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256(byte[], String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256AsBytes(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256AsBytes(String, String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
host_name() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前登录的计算机名称
hour(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
小时, 19
humpTo(String, String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
驼峰命名转为符号分割命名
humpToHyphen(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
驼峰命名转为连字符命名
humpToUnderline(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
驼峰命名转为下划线命名

I

ID - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
IdBuilder - cn.vonce.sql.uitls中的类
Id创建者
IdBuilder() - 类 的构造器cn.vonce.sql.uitls.IdBuilder
 
IdType - cn.vonce.sql.enumerate中的枚举
NORMAL:自定义的id AUTO:使用数据库的自增id UUID:Universally Unique Identifier,即通用唯一识别码(长度32位无序) ULID:全称是Universally Unique Lexicographically Sortable Identifier,直译过来就是通用唯一按字典排序的标识符(长度26位有序) SNOWFLAKE_ID_18:长度18位的唯一有序雪花id(64bits JavaScript会丢失精度,只能当作String类型处理) SNOWFLAKE_ID_16:长度16位的唯一有序雪花id(53bits JavaScript能正常处理)
iF(Object, Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
判断,类似于三目运算
in(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
in(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
in(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
in(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
IN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
in(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
in(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
in(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
in(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
increment() - 类 中的方法cn.vonce.sql.uitls.Ulid
Returns a new ULID by incrementing the random component of the current ULID.
init(Integer, Integer, boolean, Order[], String) - 类 中的方法cn.vonce.sql.page.PageHelper
初始化
init(ProcessingEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 
initialize() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The initialize scheduled executor service
INNER_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
innerJoin(Class<?>) - 类 中的方法cn.vonce.sql.bean.Select
 
innerJoin(String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
innerJoin(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
Insert<T> - cn.vonce.sql.bean中的类
插入
Insert() - 类 的构造器cn.vonce.sql.bean.Insert
 
insert(T...) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
insert(List<T>) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
insert(Insert<T>) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
INSERT_ALL_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
INSERT_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
insertBeanSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
InsertService<T> - cn.vonce.sql.service中的接口
Insert 通用业务接口
insertSql(SqlBeanDB, Class<?>, Insert) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectAsmUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectJdkUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId18
 
instr(Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
返回str2在str1中首次出现的位置;如果没有找到,则返回0。
INTEGER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
is(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
is(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
is(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
is(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
is(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
IS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
is(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
IS_NOT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
isBaseType(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该类型是否为基本类型
isBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isCount() - 类 中的方法cn.vonce.sql.bean.Select
是否为查询
isDistinct() - 类 中的方法cn.vonce.sql.bean.Select
获取useDistinct是否过滤重复
isEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isFilter(String[], String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否过滤该字段
isFloat() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
isIgnore(Field) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否忽略该字段
isLogicallyDelete() - 类 中的方法cn.vonce.sql.bean.Delete
获取是否为逻辑删除
isMap(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该类型是否为
isNot(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNotBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotNull(String) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(String, String) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(Column) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(String) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotNull(String, String) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotNull(Column) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotNull(ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotSet() - 类 中的方法cn.vonce.sql.bean.Table
 
isNull(String) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(String, String) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(Column) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(String) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(String, String) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(Column) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(Object, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
参数为空抛出异常
isOptimisticLock() - 类 中的方法cn.vonce.sql.bean.Update
是否使用乐观锁
isSha1(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
isSha256(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
isToUpperCase(Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否需要转大写
isUpdateNotNull() - 类 中的方法cn.vonce.sql.bean.Update
是否仅更新不为空的字段
isUsePage(Select) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否使用分页
isValid(String) - 类 中的静态方法cn.vonce.sql.uitls.Ulid
Checks if the input string is valid.

J

JavaMapDB2Type - cn.vonce.sql.enumerate中的枚举
Java类型对应的Oracle类型枚举类
JavaMapDerbyType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Derby类型枚举类
JavaMapH2Type - cn.vonce.sql.enumerate中的枚举
Java类型对应的Derby类型枚举类
JavaMapHsqlType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Derby类型枚举类
JavaMapMySqlType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Oracle类型枚举类
JavaMapOracleType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Oracle类型枚举类
JavaMapPostgresqlType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Oracle类型枚举类
JavaMapSqliteType - cn.vonce.sql.enumerate中的枚举
Java类型对应的SQLite类型枚举类
JavaMapSqlServerType - cn.vonce.sql.enumerate中的枚举
Java类型对应的Oracle类型枚举类
JdbcType - cn.vonce.sql.enumerate中的枚举
JdbcType枚举类
Join - cn.vonce.sql.bean中的类
Select
Join() - 类 的构造器cn.vonce.sql.bean.Join
 
Join(JoinType, String, String, String) - 类 的构造器cn.vonce.sql.bean.Join
 
Join(JoinType, String, String, String, String, String, String) - 类 的构造器cn.vonce.sql.bean.Join
 
join(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(JoinType, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(String, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(JoinType, String, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(JoinType, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
join(JoinType, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
JoinOn - cn.vonce.sql.define中的接口
表连接条件
JoinType - cn.vonce.sql.enumerate中的枚举
JoinType

L

LambdaUtil - cn.vonce.sql.uitls中的类
Lambda工具类
LambdaUtil() - 类 的构造器cn.vonce.sql.uitls.LambdaUtil
 
left(Object, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
从左边开始截取指定长度的字符串
LEFT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
leftJoin(Class<?>) - 类 中的方法cn.vonce.sql.bean.Select
 
leftJoin(String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
leftJoin(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
len(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
字符串长度
length(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
统计字符串的字节数(取决于编码方式,utf8汉字3字节,gbk汉字2字节)
LESS_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
LESS_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
like(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 包含
like(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 包含
like(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 包含
like(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 包含
LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
like(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
like(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
like(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
like(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
likeL(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeL(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeL(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeL(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeR(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
likeR(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
likeR(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
likeR(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
LIMIT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
localDateTimeToDate(LocalDateTime) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
LocalDateTime 转成 Date
localDateToDate(LocalDate) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
localDate 转成 Date
localTimeToDate(LocalTime, LocalDate) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
LocalTime 转成 Date
Logic<Action> - cn.vonce.sql.bean中的类
条件逻辑
Logic(Condition) - 类 的构造器cn.vonce.sql.bean.Logic
 
logicallyDeleteBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
逻辑删除根据id条件
logicallyDeleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteBySql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteBySql(SqlBeanDB, Class<?>, Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
lower(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
字母变小写
lPad(Object, int, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
其中str1是第一个字符串,length是结果字符串的长度,str2是一个填充字符串。
lt(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
ltEq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltrim(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
清除字符左边的空格

M

mapHandleResultSet(ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
map对象映射
max(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
最大值
maxDatacenterId - 类 中的变量cn.vonce.sql.uitls.SnowflakeId18
 
maxWorkerId - 类 中的变量cn.vonce.sql.uitls.SnowflakeId18
 
Md5Util - cn.vonce.sql.uitls中的类
Md5工具类
Md5Util() - 类 的构造器cn.vonce.sql.uitls.Md5Util
 
min(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
最小值
minute(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
分钟, 23
mod(Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
求余数 num % 2
MODIFY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
month(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
月份,6
monthName(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
月份英文形式,June

N

newInstance() - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new factory.
newInstance(Random) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new factory.
newInstance(LongSupplier) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new factory.
newInstance(IntFunction<byte[]>) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new factory.
newMonotonicInstance() - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(Random) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(LongSupplier) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(IntFunction<byte[]>) - 类 中的静态方法cn.vonce.sql.uitls.UlidFactory
Returns a new monotonic factory.
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
nextId() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId16
 
nextId() - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
获取下一个 ID
NOT_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_IN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_NULL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
notEq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(ColumnFunction<T, R>, ColumnFunction<T, R>) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notIn(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notIn(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notIn(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notIn(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notLike(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLike(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLike(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLike(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLikeL(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeL(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeL(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeL(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeR(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
notLikeR(String, String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
notLikeR(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
notLikeR(ColumnFunction<T, R>, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
now() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前系统时间,1997-06-03 19:23:12
NULL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NULL_VALUE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

O

OFFSET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
on(String, Object) - 类 中的方法cn.vonce.sql.bean.Join
 
on(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Join
 
on(Column, Object) - 类 中的方法cn.vonce.sql.bean.Join
 
on(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Join
 
on() - 类 中的方法cn.vonce.sql.bean.Join
 
ON - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
on(Condition) - 接口 中的方法cn.vonce.sql.define.JoinOn
 
or() - 类 中的方法cn.vonce.sql.bean.Logic
或者
OR - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
or(Wrapper) - 类 中的方法cn.vonce.sql.helper.Wrapper
或者
or(Cond) - 类 中的方法cn.vonce.sql.helper.Wrapper
或者
OR_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Order - cn.vonce.sql.bean中的类
Order By
Order() - 类 的构造器cn.vonce.sql.bean.Order
 
Order(String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
Order(Column, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
Order(String, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
ORDER_BY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
orderBy(String, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(String, String, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(Order[]) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByAsc(String) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByAsc(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByAsc(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByDesc(String) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByDesc(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByDesc(ColumnFunction<T, R>) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
Original - cn.vonce.sql.bean中的类
原始的值(既不会对它进行任何处理,传入什么即是什么)
Original(Object) - 类 的构造器cn.vonce.sql.bean.Original
 
OVER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

P

Page - cn.vonce.sql.bean中的类
SqlBean 分页
Page() - 类 的构造器cn.vonce.sql.bean.Page
 
Page(Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Page
 
Page(Integer, Integer, boolean) - 类 的构造器cn.vonce.sql.bean.Page
 
Page(String, Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Page
 
Page(String, Integer, Integer, boolean) - 类 的构造器cn.vonce.sql.bean.Page
 
page(Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数
page(Integer, Integer, boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数
page(String, Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数(SqlServer专用)
page(String, Integer, Integer, boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数(SqlServer专用)
PageHelper<T> - cn.vonce.sql.page中的类
分页助手,使用该分页助手必须实现PagingService 接口
PageHelper() - 类 的构造器cn.vonce.sql.page.PageHelper
 
PageHelper(Integer, Integer) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper(Integer, Integer, String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper(Integer, Integer, boolean, String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper(Integer, Integer, Order[], String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper(Integer, Integer, boolean, Order[], String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper.PagingMethod - cn.vonce.sql.page中的类
实现分类接口的方法
pageParam(Select) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
各个数据库的分页参数
Paging - cn.vonce.sql.bean中的类
分页
Paging() - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, boolean) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, Order) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, boolean, Order) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, boolean, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, Column, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, boolean, Column, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, boolean, Order[]) - 类 的构造器cn.vonce.sql.bean.Paging
 
paging(Select, PagingService) - 类 中的方法cn.vonce.sql.page.PageHelper
获得分页数据
paging(Class<T>, Select, PagingService) - 类 中的方法cn.vonce.sql.page.PageHelper
获得分页数据
paging(Select, PageHelper<T>) - 接口 中的方法cn.vonce.sql.service.SelectService
 
paging(Select, int, int) - 接口 中的方法cn.vonce.sql.service.SelectService
 
paging(Class<R>, Select, PageHelper<R>) - 接口 中的方法cn.vonce.sql.service.SelectService
 
paging(Class<R>, Select, int, int) - 接口 中的方法cn.vonce.sql.service.SelectService
 
PagingMethod() - 类 的构造器cn.vonce.sql.page.PageHelper.PagingMethod
 
PagingMethod(String, String) - 类 的构造器cn.vonce.sql.page.PageHelper.PagingMethod
 
PagingService - cn.vonce.sql.page中的接口
实现分页必须实现此接口
PERCENT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
PLACEHOLDER_PREFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符前缀: "${"
PLACEHOLDER_SUFFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符后缀: "}"
POINT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
PREFIX - 类 中的静态变量cn.vonce.sql.processor.SqlConstantProcessor
 
PRIMARY_KEY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 

R

rand() - 类 中的静态方法cn.vonce.sql.define.SqlFun
获取随机数
RANDOM_BYTES - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of bytes of the random component of a ULID.
RANDOM_CHARS - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of characters of the random component of a ULID.
randomCode(int) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
生成一个几位的随机数
REAL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ReflectAsmUtil - cn.vonce.sql.uitls中的类
反射工具栏 ASM Created by Jovi on 2018/6/24.
ReflectAsmUtil() - 类 的构造器cn.vonce.sql.uitls.ReflectAsmUtil
 
ReflectJdkUtil - cn.vonce.sql.uitls中的类
反射工具类 JDK
ReflectUtil - cn.vonce.sql.uitls中的类
反射工具抽象类
ReflectUtil() - 类 的构造器cn.vonce.sql.uitls.ReflectUtil
 
RENAME - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
RENAME_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
replace(Object, Object, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
把object对象中出现的的search全部替换成replace
resolvePlaceholders(String, Map<String, String>) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
将一段文本的占位符替换 如:${name} to zhangsan
ResultData<T> - cn.vonce.sql.page中的类
用于返回分页数据结果集(Result Set)
ResultData() - 类 的构造器cn.vonce.sql.page.ResultData
 
right(Object, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
从右边开始截取指定长度的字符串
RIGHT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
rightJoin(Class<?>) - 类 中的方法cn.vonce.sql.bean.Select
 
rightJoin(String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
rightJoin(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
 
RN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
round(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
四舍五入,保留两位小数
ROW_NUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
rPad(Object, int, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
其中str1是第一个字符串,length是结果字符串的长度,str2是一个填充字符串。
rtrim(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
清除字符右边的空格

S

second(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
秒, 12
Select - cn.vonce.sql.bean中的类
查询
Select() - 类 的构造器cn.vonce.sql.bean.Select
 
SELECT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
select() - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部
select(Class<R>) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部(可指定返回类型、查询的表)
select(Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部
select(Class<R>, Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部(可指定返回类型、查询的表)
select(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List
select(Class<R>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List (可指定返回类型、查询的表)
SELECT_DISTINCT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT_DUAL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT_MAP_LIST - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
selectAllSql(SqlBeanDB, Class<?>, Class<?>, Paging) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
查询全部
selectBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectBy(Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectBy(Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectBy(Class<R>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectBy(Class<R>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectBy(Class<R>, Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectBy(Class<R>, Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectById(ID) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询
selectById(Class<R>, ID) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询(可指定返回类型、查询的表)
selectByIds(ID...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据ids条件查询
selectByIds(Class<R>, ID...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询(可指定返回类型、查询的表)
selectByIdSql(SqlBeanDB, Class<?>, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件查询
selectByIdsSql(SqlBeanDB, Class<?>, Class<?>, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据ids条件查询
selectBySql(SqlBeanDB, Class<?>, Class<?>, Paging, String, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询
selectColumnListSql(SqlBeanDB, String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
获取列信息列表
selectMap(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询返回Map
selectMapList(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List结果集
selectOne(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询 只返回一条记录
selectOne(Class<R>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询 只返回一条记录(可指定返回类型)
selectOneBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectOneBy(Class<R>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectOneBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectOneBy(Class<R>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
SelectService<T,ID> - cn.vonce.sql.service中的接口
Select 通用业务接口
selectSql(SqlBeanDB, Class<?>, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件查询(可自动分页)
selectTableListSql(SqlBeanDB, String, String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
获取表名列表
SEMICOLON - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
set(String, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值
set(String, String, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值
set(Column, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值
set(ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值
SET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
setAdd(String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相加
setAdd(String, String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相加
setAdd(Column, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相加
setAdd(ColumnFunction<T, R>, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相加
setAdd(ColumnFunction<T, R>, ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相加
setAfterColumnName(String) - 类 中的方法cn.vonce.sql.bean.Alter
 
setAlias(String) - 类 中的方法cn.vonce.sql.bean.Column
 
setAlias(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setAutoCreate(boolean) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setBeanClass(Class<?>) - 类 中的方法cn.vonce.sql.bean.Common
 
setBeanClass(Class<?>) - 类 中的方法cn.vonce.sql.bean.Create
 
setCid(Integer) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setColumn(Column) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setColumnInfo(ColumnInfo) - 类 中的方法cn.vonce.sql.bean.Alter
 
setColumnList(List<Column>) - 类 中的方法cn.vonce.sql.bean.Select
设置column list
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Backup
 
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Copy
 
setCount(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setData(List<T>) - 类 中的方法cn.vonce.sql.page.ResultData
 
setDatabaseMajorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDatabaseMinorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDatabaseProductVersion(String) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDataList(List<ConditionData>) - 类 中的方法cn.vonce.sql.bean.Condition
设置条件模型列表
setDataList(List<T>) - 类 中的方法cn.vonce.sql.page.PageHelper
设置分页列表数据
setDbType(DbType) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDfltValue(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setDriverMajorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDriverMinorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDriverName(String) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDriverVersion(String) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setFieldValue(Object, Field, String, ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
字段赋值
setFieldValue(Object, String, String) - 类 中的静态方法cn.vonce.sql.uitls.ReflectUtil
利用反射设置指定对象的指定属性为指定的值
setFilterFields(String...) - 类 中的方法cn.vonce.sql.bean.Update
设置更新过滤掉字段
setFk(Boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setIdName(String) - 类 中的方法cn.vonce.sql.bean.Page
 
SetInfo - cn.vonce.sql.bean中的类
Update Set 对象
SetInfo() - 类 的构造器cn.vonce.sql.bean.SetInfo
 
SetInfo(String, Object) - 类 的构造器cn.vonce.sql.bean.SetInfo
 
SetInfo(String, String, Object) - 类 的构造器cn.vonce.sql.bean.SetInfo
 
SetInfo(SetInfo.Operator, String, Object, Object) - 类 的构造器cn.vonce.sql.bean.SetInfo
 
SetInfo(SetInfo.Operator, String, String, Object, Object) - 类 的构造器cn.vonce.sql.bean.SetInfo
 
SetInfo.Operator - cn.vonce.sql.bean中的枚举
 
setInsertBean(List<T>) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setInsertBean(T) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setItem(Object) - 类 中的方法cn.vonce.sql.bean.ConditionData
 
setJdbcMajorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setJdbcMinorVersion(int) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setJoin(Select, Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
设置表连接
setJoinType(JoinType) - 类 中的方法cn.vonce.sql.bean.Join
 
setLength(Integer) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setLogicallyDelete(boolean) - 类 中的方法cn.vonce.sql.bean.Delete
设置是否为逻辑删除
setMainKeyword(String) - 类 中的方法cn.vonce.sql.bean.Join
已过时。
setName(String) - 类 中的方法cn.vonce.sql.bean.Column
 
setName(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setName(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setName(String) - 类 中的方法cn.vonce.sql.bean.TableInfo
 
setNotnull(Boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setOldColumnName(String) - 类 中的方法cn.vonce.sql.bean.Alter
 
setOn(String) - 类 中的方法cn.vonce.sql.bean.Join
已过时。
setOperator(SetInfo.Operator) - 类 中的方法cn.vonce.sql.bean.SetInfo
 
setOptimisticLock(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否使用乐观锁
setOrders(Order[]) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagenum(Integer) - 类 中的方法cn.vonce.sql.bean.Page
 
setPagenum(Integer) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagenum(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Page
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setPagingMethod(PageHelper.PagingMethod) - 类 中的方法cn.vonce.sql.page.PageHelper
设置pagingMethod,count(统计),select(查询)方法的名称
setPk(Boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setProductName(String) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setRemarks(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setRemarks(String) - 类 中的方法cn.vonce.sql.bean.TableInfo
 
setReturnObj(T) - 类 中的方法cn.vonce.sql.bean.CommonCondition
 
setReturnObj(Select) - 类 中的方法cn.vonce.sql.bean.Join
 
setScale(Integer) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.TableInfo
 
setSchema(String) - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
设置当前Schema
setSelect(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setSetInfoList(List<SetInfo>) - 类 中的方法cn.vonce.sql.bean.Update
设置更新的字段列表
setSqlBeanConfig(SqlBeanConfig) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setSqlBeanDB(SqlBeanDB) - 类 中的方法cn.vonce.sql.bean.Common
 
setSqlLogic(SqlLogic) - 类 中的方法cn.vonce.sql.bean.Condition
 
setSqlLogic(SqlLogic) - 类 中的方法cn.vonce.sql.bean.ConditionData
 
setSqlLogic(SqlLogic) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setSqlOperator(SqlOperator) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setSqlSort(SqlSort) - 类 中的方法cn.vonce.sql.bean.Order
 
setStartByZero(boolean) - 类 中的方法cn.vonce.sql.bean.Page
 
setStartByZero(boolean) - 类 中的方法cn.vonce.sql.bean.Paging
 
setSub(String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相减
setSub(String, String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相减
setSub(Column, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相减
setSub(ColumnFunction<T, R>, Object, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相减
setSub(ColumnFunction<T, R>, ColumnFunction<T, R>, Object) - 类 中的方法cn.vonce.sql.bean.Update
设置字段值 值相减
setTable(String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(String, String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(String, String, String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(Table) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(Class<?>) - 类 中的方法cn.vonce.sql.bean.Common
设置table sql 内容
setTableAlias(String) - 类 中的方法cn.vonce.sql.bean.Column
 
setTableAlias(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setTableKeyword(String) - 类 中的方法cn.vonce.sql.bean.Join
已过时。
setTableName(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setTargetColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Copy
 
setTargetSchema(String) - 类 中的方法cn.vonce.sql.bean.Backup
 
setTargetSchema(String) - 类 中的方法cn.vonce.sql.bean.Copy
 
setTargetTableName(String) - 类 中的方法cn.vonce.sql.bean.Backup
 
setTargetTableName(String) - 类 中的方法cn.vonce.sql.bean.Copy
 
setTimestamp(String) - 类 中的方法cn.vonce.sql.page.ResultData
 
setTotalPage(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setTotalRecords(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setToUpperCase(Boolean) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setType(AlterType) - 类 中的方法cn.vonce.sql.bean.Alter
 
setType(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setUniqueIdProcessor(UniqueIdProcessor) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setUpdateBean(T) - 类 中的方法cn.vonce.sql.bean.Update
设置更新的实体对象
setUpdateNotNull(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否仅更新不为空的字段
setValue(Object) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setValue(Object) - 类 中的方法cn.vonce.sql.bean.SetInfo
 
sha1(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as hex string (all lower-case).
sha1(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as hex string (all lower-case).
sha1AsBytes(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
 
sha1AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as bytes.
sha256(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256AsBytes(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as bytes.
sha512AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-512 as bytes.
sign(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
返回符号或0
SINGLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SINGLE_QUOTATION_MARK - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
snowflake16() - 类 中的静态方法cn.vonce.sql.uitls.IdBuilder
生成16位雪花id
snowflake18() - 类 中的静态方法cn.vonce.sql.uitls.IdBuilder
生成18位雪花id
SnowflakeId16 - cn.vonce.sql.uitls中的类
廖雪峰的 53 bits unique id: 53bitID由32bit秒级时间戳+16bit自增+5bit机器标识组成,累积32台机器,每秒可以生成6.5万个序列号 |--------|--------|--------|--------|--------|--------|--------|--------| |00000000|00011111|11111111|11111111|11111111|11111111|11111111|11111111| |--------|---xxxxx|xxxxxxxx|xxxxxxxx|xxxxxxxx|xxx-----|--------|--------| |--------|--------|--------|--------|--------|---xxxxx|xxxxxxxx|xxx-----| |--------|--------|--------|--------|--------|--------|--------|---xxxxx| Maximum ID = 11111_11111111_11111111_11111111_11111111_11111111_11111111 Maximum TS = 11111_11111111_11111111_11111111_111 Maximum NT = ----- -------- -------- -------- ---11111_11111111_111 = 65535 Maximum SH = ----- -------- -------- -------- -------- -------- ---11111 = 31 It can generate 64k unique id per IP and up to 2106-02-07T06:28:15Z.
SnowflakeId16() - 类 的构造器cn.vonce.sql.uitls.SnowflakeId16
 
SnowflakeId18 - cn.vonce.sql.uitls中的类
基于Twitter的Snowflake算法实现分布式高效有序ID生产黑科技(sequence)——升级版Snowflake
SnowFlake的结构如下(每部分用-分开):

0 - 0000000000 0000000000 0000000000 0000000000 0 - 00000 - 00000 - 000000000000

1位标识,由于long基本类型在Java中是带符号的,最高位是符号位,正数是0,负数是1,所以id一般是正数,最高位是0

41位时间截(毫秒级),注意,41位时间截不是存储当前时间的时间截,而是存储时间截的差值(当前时间截 - 开始时间截) 得到的值),这里的的开始时间截,一般是我们的id生成器开始使用的时间,由我们程序来指定的(如下START_TIME属性)。
SnowflakeId18() - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
 
SnowflakeId18(long, long) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
有参构造器
SPACES - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SqlBeanConfig - cn.vonce.sql.config中的类
SqlBean配置
SqlBeanConfig() - 类 的构造器cn.vonce.sql.config.SqlBeanConfig
 
SqlBeanDB - cn.vonce.sql.config中的类
数据库信息
SqlBeanDB() - 类 的构造器cn.vonce.sql.config.SqlBeanDB
 
SqlBeanException - cn.vonce.sql.exception中的异常错误
Sql语句助手 异常
SqlBeanException(String) - 异常错误 的构造器cn.vonce.sql.exception.SqlBeanException
 
SqlBeanMapper - cn.vonce.sql.mapper中的类
SqlBean 结果映射
SqlBeanMapper() - 类 的构造器cn.vonce.sql.mapper.SqlBeanMapper
 
SqlBeanProvider - cn.vonce.sql.provider中的类
通用的数据库操作sql语句生成
SqlBeanProvider() - 类 的构造器cn.vonce.sql.provider.SqlBeanProvider
 
SqlBeanService<T,ID> - cn.vonce.sql.service中的接口
通用的业务接口
SqlBeanUtil - cn.vonce.sql.uitls中的类
SqlBean 工具类 Created by Jovi on 2018/6/17.
SqlBeanUtil() - 类 的构造器cn.vonce.sql.uitls.SqlBeanUtil
 
SqlColumn - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类的字段与数据库中对应的字段名
SqlConstant - cn.vonce.sql.constant中的类
 
SqlConstant() - 类 的构造器cn.vonce.sql.constant.SqlConstant
 
SqlConstantProcessor - cn.vonce.sql.processor中的类
生成表字段常量处理器
SqlConstantProcessor() - 类 的构造器cn.vonce.sql.processor.SqlConstantProcessor
 
SqlDefaultValue - cn.vonce.sql.annotation中的注释类型
标识该注解的字段如果为null自动注入默认值(仅支持基本类型、String、Date、Timestamp、BigDecimal)
SqlFun - cn.vonce.sql.define中的类
Sql函数
SqlHelper - cn.vonce.sql.helper中的类
SQL 语句助手
SqlHelper() - 类 的构造器cn.vonce.sql.helper.SqlHelper
 
SqlId - cn.vonce.sql.annotation中的注释类型
标识实体类对应的id字段
SqlJoin - cn.vonce.sql.annotation中的注释类型
JoinType
SqlLogic - cn.vonce.sql.enumerate中的枚举
Sql 逻辑
SqlLogically - cn.vonce.sql.annotation中的注释类型
标记为逻辑删除字段
SqlOperator - cn.vonce.sql.enumerate中的枚举
Sql 通用操作符
SqlSort - cn.vonce.sql.enumerate中的枚举
Sql 排序
SqlTable - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应的表名
sqlTableIsConsistent(Class<?>, Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
校验两个SqlTable是否一致
SqlVersion - cn.vonce.sql.annotation中的注释类型
标记为乐观锁版本字段
sqrt(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
返回平方根
str_to_date(Object, String) - 类 中的静态方法cn.vonce.sql.define.SqlFun
字符串格式的时间格式转日期
stringIdToLongId(String) - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId16
 
stringToDate(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串日期转为日期对象(默认格式:yyyy-MM-dd HH:mm:ss)
stringToDate(String, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串日期转为日期对象
StringUtil - cn.vonce.sql.uitls中的类
字符串工具类
StringUtil() - 类 的构造器cn.vonce.sql.uitls.StringUtil
 
strTimeToLocalDateTime(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串 转成 LocalDateTime 示例:"2016-04-04 11:50:53"
strTimeToLocalDateTime(String, DateTimeFormatter) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串 转成 LocalDateTime 示例:"2016-04-04 11:50:53"
stuff(Object, int, int, Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
从字符串的某个位置删除指定长度的字符串之后插入新字符串
substring(Object, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
切割字符,startIndex起始位置(mysql下标从1开始)
substring(Object, int, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
切割字符,start起始位置(mysql下标从1开始),end结束位置,表示切割长度
SUBTRACT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
sum(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
列总和
SystemClock - cn.vonce.sql.uitls中的枚举
System Clock 利用ScheduledExecutorService实现高并发场景下System.curentTimeMillis()的性能问题的优化.

T

T - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
table(String) - 类 中的方法cn.vonce.sql.bean.Select
设置table
table(String, String) - 类 中的方法cn.vonce.sql.bean.Select
设置table
table(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
设置table
table(Class<?>) - 类 中的方法cn.vonce.sql.bean.Select
设置table sql 内容
Table - cn.vonce.sql.bean中的类
表名
Table() - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String) - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String, String) - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String, String, String) - 类 的构造器cn.vonce.sql.bean.Table
 
TableInfo - cn.vonce.sql.bean中的类
表信息
TableInfo() - 类 的构造器cn.vonce.sql.bean.TableInfo
 
TableService - cn.vonce.sql.service中的接口
表结构业务接口
TB - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
TEXT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
tilNextMillis(long) - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
 
TIME_BYTES - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of bytes of the time component of a ULID.
TIME_CHARS - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of characters of the time component of a ULID.
timeGen() - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
 
TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
toBytes() - 类 中的方法cn.vonce.sql.uitls.Ulid
Convert the ULID into a byte array.
toHex(byte) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Convert byte to hex string (all lower-case).
toHexString(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Convert bytes to hex string (all lower-case).
toLowerCase() - 类 中的方法cn.vonce.sql.uitls.Ulid
Converts the ULID into a canonical string in lower case.
TOP - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
toRfc4122() - 类 中的方法cn.vonce.sql.uitls.Ulid
Converts the ULID into into another ULID that is compatible with UUIDv4.
toString() - 类 中的方法cn.vonce.sql.bean.Column
 
toString() - 类 中的方法cn.vonce.sql.bean.Join
 
toString() - 类 中的方法cn.vonce.sql.bean.Order
 
toString() - 类 中的方法cn.vonce.sql.bean.Original
 
toString() - 类 中的方法cn.vonce.sql.bean.Page
 
toString() - 类 中的方法cn.vonce.sql.bean.Table
 
toString() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
toString() - 类 中的方法cn.vonce.sql.define.SqlFun
 
toString() - 类 中的方法cn.vonce.sql.page.ResultData
 
toString() - 类 中的方法cn.vonce.sql.uitls.Ulid
Converts the ULID into a canonical string in upper case.
toUuid() - 类 中的方法cn.vonce.sql.uitls.Ulid
Convert the ULID into a UUID.
truncate(Object, int) - 类 中的静态方法cn.vonce.sql.define.SqlFun
保留几位小数

U

ulid() - 类 中的静态方法cn.vonce.sql.uitls.IdBuilder
生成ulid
Ulid - cn.vonce.sql.uitls中的类
A class that represents ULIDs.
Ulid(Ulid) - 类 的构造器cn.vonce.sql.uitls.Ulid
Creates a new ULID.
Ulid(long, long) - 类 的构造器cn.vonce.sql.uitls.Ulid
Creates a new ULID.
Ulid(long, byte[]) - 类 的构造器cn.vonce.sql.uitls.Ulid
Creates a new ULID.
ULID_BYTES - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of bytes of a ULID.
ULID_CHARS - 类 中的静态变量cn.vonce.sql.uitls.Ulid
Number of characters of a ULID.
UlidCreator - cn.vonce.sql.uitls中的类
A class that generates ULIDs.
UlidFactory - cn.vonce.sql.uitls中的类
A class that actually generates ULIDs.
UlidFactory() - 类 的构造器cn.vonce.sql.uitls.UlidFactory
Default constructor.
UNDERLINE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
underlineToHump(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
下划线命名转为驼峰命名
unifyDateToString(Object) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
日期转字符串 支持Jdk8之前日期及Jdk8+的日期
unifyDateToString(Object, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
日期转字符串 支持Jdk8之前日期及Jdk8+的日期
uniqueId(IdType) - 类 中的方法cn.vonce.sql.processor.DefaultUniqueIdProcessor
 
uniqueId(IdType) - 接口 中的方法cn.vonce.sql.processor.UniqueIdProcessor
生成唯一id
UniqueIdProcessor - cn.vonce.sql.processor中的接口
唯一id处理器接口
Update<T> - cn.vonce.sql.bean中的类
更新
Update() - 类 的构造器cn.vonce.sql.bean.Update
 
UPDATE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
update(Update<T>) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新(where条件为空会抛异常,因为更新全部非常危险)
update(Update<T>, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新
updateBy(T, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateBy(T, boolean, boolean, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateBy(T, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateBy(T, boolean, boolean, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateBy(T, boolean, boolean, String[], String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateBy(T, boolean, boolean, String[], Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByBean(T, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBean(T, boolean, boolean, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBean(T, boolean, boolean, String[], String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBeanId(T) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanId(T, boolean, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanId(T, boolean, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanIdSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
updateByBeanSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类字段条件更新
updateById(T, ID) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据id条件更新
updateById(T, ID, boolean, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据id条件更新
updateById(T, ID, boolean, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByIdSql(SqlBeanDB, Class<?>, Object, Object, boolean, boolean, String[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
updateBySql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件更新
UpdateService<T,ID> - cn.vonce.sql.service中的接口
Update 通用业务接口
updateSql(SqlBeanDB, Class<?>, Update, boolean) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
更新
updateVersion(String, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
更新乐观锁版本
upper(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
字母变大写
user() - 类 中的静态方法cn.vonce.sql.define.SqlFun
当前用户(mysql)
user_name(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
指定用户名Id的用户名
uuid() - 类 中的静态方法cn.vonce.sql.uitls.IdBuilder
生成uuid

V

valueOf(String) - 枚举 中的静态方法cn.vonce.sql.bean.SetInfo.Operator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.AlterType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.FillWith
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.IdType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlLogic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.WhatType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.uitls.SystemClock
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.vonce.sql.bean.SetInfo.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VALUES - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.AlterType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.FillWith
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.IdType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDB2Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapDerbyType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapH2Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapHsqlType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapMySqlType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapOracleType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapPostgresqlType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqliteType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaMapSqlServerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlLogic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.WhatType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.uitls.SystemClock
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version() - 类 中的静态方法cn.vonce.sql.define.SqlFun
版本(mysql)
versionEffectiveness(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
乐观锁字段是否有效

W

WhatType - cn.vonce.sql.enumerate中的枚举
STRING_TYPE 字符串类型
build_TYPE 生成类型 OBJECT_TYPE 对象类型 VALUE_TYPE 值类型
whatType(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段类型
whatType(JdbcType) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段类型
where(String, Object...) - 类 中的方法cn.vonce.sql.bean.CommonCondition
设置where sql 内容
where() - 类 中的方法cn.vonce.sql.bean.CommonCondition
 
where(Wrapper) - 类 中的方法cn.vonce.sql.bean.CommonCondition
设置Where条件包装器
WHERE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
where(Cond) - 类 中的静态方法cn.vonce.sql.helper.Wrapper
条件
where(Wrapper) - 类 中的静态方法cn.vonce.sql.helper.Wrapper
条件
whereSql(CommonCondition, Object) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
返回where语句
Wrapper - cn.vonce.sql.helper中的类
条件包装器
Wrapper() - 类 的构造器cn.vonce.sql.helper.Wrapper
 

Y

year(Object) - 类 中的静态方法cn.vonce.sql.define.SqlFun
年份,1997
A B C D E F G H I J L M N O P R S T U V W Y 
跳过导航链接

Copyright © 2023. All rights reserved.