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

A

ALL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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
 

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
 
between(String, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
between(Column, Object, Object) - 类 中的方法cn.vonce.sql.bean.Condition
介于
BETWEEN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
between(String, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
between(Column, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
BLOB - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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

check(Common) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
检查
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.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(String[]) - 类 中的方法cn.vonce.sql.bean.Select
设置column
column(Column...) - 类 中的方法cn.vonce.sql.bean.Select
设置column
column(Column) - 类 中的方法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(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
ColumnInfo - cn.vonce.sql.bean中的类
列字段信息
ColumnInfo() - 类 的构造器cn.vonce.sql.bean.ColumnInfo
 
COMMA - 类 中的静态变量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
 
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.
Cond - cn.vonce.sql.helper中的类
条件包装器内容
Cond() - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(String, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(Column, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Condition<Action> - cn.vonce.sql.bean中的类
简单的条件
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(String, Object) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(String, String, Object) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(SqlLogic, String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionType - cn.vonce.sql.enumerate中的枚举
条件类型 WHERE 或者 HAVING
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
根据条件将数据复制插入到指定结构的表中
copySql(SqlBeanDB, Class<?>, String, String, Column[], Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
复制数据到指定表
COUNT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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
根据自定义条件统计
countAll() - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
countBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
countBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
countByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询统计
countSql(SqlBeanDB, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件统计
Create - cn.vonce.sql.bean中的类
删除
Create() - 类 的构造器cn.vonce.sql.bean.Create
 
CREATE_TABLE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
createTable() - 接口 中的方法cn.vonce.sql.service.TableService
创建表结构
createTableSql(SqlBeanDB, Class<?>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
创建表
currentTime() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get string current time
currentTimeMillis() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get current time milliseconds

D

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
 
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
根据条件删除
deleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
已过时。
deleteByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除 过时,将在1.6.0版本中移除,请尽快使用新方法替代
deleteByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件删除
deleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据id条件删除
deleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件删除
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
总数量、总页数处理
DOUBLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Drop - cn.vonce.sql.bean中的类
删除表
Drop() - 类 的构造器cn.vonce.sql.bean.Drop
 
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

END_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
eq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
等于
eq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
EscapeChar - cn.vonce.sql.enumerate中的枚举
ESCAPE_CHARACTER 转义符类型 SINGLE (`xxx`) 主要有mysql DOUBLE ("xxx")

F

filterFields(String...) - 类 中的方法cn.vonce.sql.bean.Select
设置过滤的列字段
filterSQLInject(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
过滤sql注入
FROM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
fromHex(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
fromHexString(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
FULL_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

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
 
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类型
getCid() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getColumn(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取列
getColumnAlias(String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段别名
getColumnInfoList(String) - 接口 中的方法cn.vonce.sql.service.TableService
获取列信息列表
getColumnList() - 类 中的方法cn.vonce.sql.bean.Select
获取column sql 内容
getColumnNameList(ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
获取所有列名
getColumns() - 类 中的方法cn.vonce.sql.bean.Backup
 
getColumns() - 类 中的方法cn.vonce.sql.bean.Copy
 
getComm() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getComm() - 类 中的方法cn.vonce.sql.bean.TableInfo
 
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
 
getDataList() - 类 中的方法cn.vonce.sql.bean.Condition
获得条件模型列表
getDataList() - 类 中的方法cn.vonce.sql.helper.Wrapper
获得条件模型列表
getDataList() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页列表数据
getDbType() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDbType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
 
getDefaultValue(String) - 类 中的静态方法cn.vonce.sql.mapper.SqlBeanMapper
获取基本类型默认值
getDefaultValueByColumnType(String) - 类 中的静态方法cn.vonce.sql.mapper.SqlBeanMapper
获取基本类型默认值
getDfltValue() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
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
 
getGroupBy() - 类 中的方法cn.vonce.sql.bean.Select
获取groupBy分组列字段
getHaving() - 类 中的方法cn.vonce.sql.bean.Select
获取where sql 内容
getHavingArgs() - 类 中的方法cn.vonce.sql.bean.Select
获取Having
getHavingMap() - 类 中的方法cn.vonce.sql.bean.Select
已过时。
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
获取插入实体类
getInterval(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getInterval(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getItem() - 类 中的方法cn.vonce.sql.bean.ConditionData
 
getJoin() - 类 中的方法cn.vonce.sql.bean.Select
获取表连接
getJoin(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取连表的数据
getJoinType() - 类 中的方法cn.vonce.sql.bean.Join
 
getLastIPAddress() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId18
用IP地址最后几个字节标示 eg:192.168.1.30->30
getLength() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getLength() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getLogicallyField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取逻辑删除标识字段
getMainKeyword() - 类 中的方法cn.vonce.sql.bean.Join
 
getName() - 类 中的方法cn.vonce.sql.bean.Column
 
getName() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getName() - 类 中的方法cn.vonce.sql.bean.Table
 
getName() - 类 中的方法cn.vonce.sql.bean.TableInfo
 
getNotnull() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getObjectArray(Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取object数组
getOn() - 类 中的方法cn.vonce.sql.bean.Join
 
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
 
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.provider.DynSchemaContextHolder
获取Schema
getSelect() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getSelectColumns(Class<?>, String[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回查询的字段
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, boolean) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获得新的表字段名
getTableFieldName(Field, boolean) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableKeyword() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableList(String) - 接口 中的方法cn.vonce.sql.service.TableService
获取表名列表
getTableName() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableName(Table, Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回带转义表名,优先级 tableName第一,注解第二,类名第三
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Copy
 
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.ColumnInfo
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
 
getType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
 
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(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
获取转换后的值
getVersionField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取乐观锁标识字段
getWhere() - 类 中的方法cn.vonce.sql.bean.CommonCondition
获取where sql 内容
getWhereMap() - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
getWhereWrapper() - 类 中的方法cn.vonce.sql.bean.CommonCondition
获得where包装器
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(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
gt(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于
gt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gtEq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
大于等于
gtEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于

H

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(String, Object) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(Column, Object) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(SqlLogic, String, String, Object) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(SqlLogic, Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
having(SqlLogic, String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
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.
humpToUnderline(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
驼峰命名转为下划线命名

I

ID - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
IdType - cn.vonce.sql.enumerate中的枚举
NORMAL:常规的,手写id AUTO:自增长id UUID:长度32位的uuid SNOWFLAKE_ID_18:长度18位的唯一有序id(64bits JavaScript会丢失精度,只能当作String类型处理) SNOWFLAKE_ID_16:长度16位的唯一有序id(53bits JavaScript能正常处理)
in(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
in(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
包含
IN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
in(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
in(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
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
 
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
 
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(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
IS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
is(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(Column, Object) - 类 中的静态方法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(Select) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该查询语句是否为count
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(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不是
isNot(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNotBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotNull(Column) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(String) - 类 中的方法cn.vonce.sql.bean.Condition
不是null
isNotNull(String) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotNull(Column) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是null
isNotSet() - 类 中的方法cn.vonce.sql.bean.Table
 
isNull(Column) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(String) - 类 中的方法cn.vonce.sql.bean.Condition
是null
isNull(String) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(Column) - 类 中的静态方法cn.vonce.sql.helper.Cond
是null
isNull(Object, String) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
参数为空抛出异常
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
是否只更新不为null的字段
isUseDistinct() - 类 中的方法cn.vonce.sql.bean.Select
获取useDistinct是否过滤重复
isUsePage(Select) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否使用分页

J

JavaType - cn.vonce.sql.enumerate中的枚举
Java类型对应的SQL类型枚举类
JdbcType - cn.vonce.sql.enumerate中的枚举
JdbcType枚举类
Join - cn.vonce.sql.bean中的类
Select
Join() - 类 的构造器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
添加表连接
JoinType - cn.vonce.sql.enumerate中的枚举
JoinType

L

LEFT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 包含
LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
like(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
like(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
likeL(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 包含
likeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeL(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeR(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 包含
likeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
likeR(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
LIMIT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Logic<Action> - cn.vonce.sql.bean中的类
条件逻辑
Logic(Condition) - 类 的构造器cn.vonce.sql.bean.Logic
 
logicallyDeleteBy(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除 过时,将在1.6.0版本中移除,请尽快使用新方法替代
logicallyDeleteBy(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除 过时,将在1.6.0版本中移除,请尽快使用新方法替代
logicallyDeleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteByConditionSql(SqlBeanDB, Class<?>, Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
逻辑删除根据id条件
logicallyDeleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
lt(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于
lt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
ltEq(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
小于等于
ltEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于

M

mapHandleResultSet(ResultSet) - 类 中的方法cn.vonce.sql.mapper.SqlBeanMapper
map对象映射

N

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(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不等于
notEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notIn(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
不包含
notIn(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notIn(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notLike(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
全模糊 不包含
notLike(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLike(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLikeL(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
左模糊 不包含
notLikeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeL(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeR(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
右模糊 不包含
notLikeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
notLikeR(Column, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
NULL_VALUE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

O

OFFSET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ON - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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
添加列字段排序
orderByDesc(String) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderByDesc(Column) - 类 中的方法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

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
 
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_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
RN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROW_NUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

S

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
 
selectAll() - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectAll(Class<R>) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectAll(Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectAll(Class<R>, Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部(可指定返回类型、查询的表) 过时,将在1.6.0版本中移除,请尽快使用新方法替代
selectAllSql(SqlBeanDB, 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
根据条件查询(可指定返回类型、查询的表) 过时,将在1.6.0版本中移除,请尽快使用新方法替代
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
根据条件查询(可指定返回类型、查询的表)
selectByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Class<R>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Class<R>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Class<R>, Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByCondition(Class<R>, Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectByConditionSql(SqlBeanDB, Class<?>, Paging, String, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询
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<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件查询
selectByIdsSql(SqlBeanDB, Class<?>, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据ids条件查询
selectColumnListSql(SqlBeanDB, String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
获取列信息列表
selectCountByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectCountByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
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
根据条件查询
selectOneByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectOneByCondition(Class<R>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectOneByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
selectOneByCondition(Class<R>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
已过时。
SelectService<T,ID> - cn.vonce.sql.service中的接口
Select 通用业务接口
selectSql(SqlBeanDB, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件查询(可自动分页)
selectTableListSql(SqlBeanDB, String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
获取表名列表
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
 
setAgrs(Object[]) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
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(String...) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setColumn(Column...) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setColumnList(List<Column>) - 类 中的方法cn.vonce.sql.bean.Select
设置column list
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Backup
 
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Copy
 
setComm(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setComm(String) - 类 中的方法cn.vonce.sql.bean.TableInfo
 
setCount(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setData(List<T>) - 类 中的方法cn.vonce.sql.page.ResultData
 
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
 
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.Select
已过时。
setFilterFields(String...) - 类 中的方法cn.vonce.sql.bean.Update
设置过滤的字段
setFk(Boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setHaving(Wrapper) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setHaving(String) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setHaving(String, Object...) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setHavingArgs(Object[]) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setIdName(String) - 类 中的方法cn.vonce.sql.bean.Page
 
setInsertBean(List<T>) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setInsertBean(T) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setItem(Object) - 类 中的方法cn.vonce.sql.bean.ConditionData
 
setJoin(Select, Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
设置表连接
setJoinType(JoinType) - 类 中的方法cn.vonce.sql.bean.Join
 
setLength(int) - 类 中的方法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
 
setOn(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setOptimisticLock(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否使用乐观锁
setOrders(Order[]) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPage(Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setPage(Integer, Integer, boolean) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setPage(String, Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
setPage(String, Integer, Integer, boolean) - 类 中的方法cn.vonce.sql.bean.Select
已过时。
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
 
setReturnObj(T) - 类 中的方法cn.vonce.sql.bean.CommonCondition
 
setScale(int) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setSchema(String) - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
设置当前Schema
setSelect(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
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
 
setSqlSort(SqlSort) - 类 中的方法cn.vonce.sql.bean.Order
 
setStartByZero(boolean) - 类 中的方法cn.vonce.sql.bean.Page
 
setStartByZero(boolean) - 类 中的方法cn.vonce.sql.bean.Paging
 
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
 
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(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
设置是否只更新不为null的字段
setUseDistinct(boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置useDistinct是否过滤重复
setWhere(String) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
setWhere(String, Object...) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
setWhere(Wrapper) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
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.
SINGLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SINGLE_QUOTATION_MARK - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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(long) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
 
SnowflakeId18(long, boolean, boolean) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
 
SnowflakeId18(long, long, boolean, long, boolean) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
基于Snowflake创建分布式ID生成器
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
 
SqlHelper - cn.vonce.sql.helper中的类
SQL 语句助手
SqlHelper() - 类 的构造器cn.vonce.sql.helper.SqlHelper
 
SqlId - cn.vonce.sql.annotation中的注释类型
标识实体类对应的id字段
SqlInsertTime - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应数据库中的插入时间,如果标注该注解,标注的字段为null将自动设置插入时间
SQLiteJavaType - cn.vonce.sql.enumerate中的枚举
Java类型对于的SQLite类型枚举类
SqlJoin - cn.vonce.sql.annotation中的注释类型
JoinType
sqlJoinIsNotEmpty(SqlJoin) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
判断SqlJoin 是否为空
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 实体类对应的表名
SqlUpdateTime - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应数据库中的更新时间,如果标注该注解,标注的字段为null将自动设置更新时间
SqlVersion - cn.vonce.sql.annotation中的注释类型
标记为乐观锁版本字段
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
 
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
 
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).
TOP - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
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.page.ResultData
 

U

UNDERLINE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
underlineToHump(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
下划线命名转为驼峰命名
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
根据条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateBy(T, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
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
根据实体类字段条件更新
updateByBeanCondition(T, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByBeanCondition(T, boolean, boolean, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByBeanCondition(T, boolean, boolean, String[], String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByBeanConditionSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类字段条件更新
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条件更新
updateByCondition(T, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
已过时。
updateByCondition(T, boolean, boolean, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, boolean, boolean, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByCondition(T, boolean, boolean, String[], String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByCondition(T, boolean, boolean, String[], Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新 过时,将在1.6.0版本中移除,请尽快使用新方法替代
updateByConditionSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String, Object[]) - 类 中的静态方法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条件更新
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
更新乐观锁版本

V

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.IdType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
返回带有指定名称的该类型的枚举常量。
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.constant.SqlConstant
 
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.IdType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
versionEffectiveness(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
乐观锁字段是否有效

W

wAND(String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wAND(Column, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wAND(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wAND(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wAND(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wANDBracket(String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wANDBracket(Column, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wANDBracket(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wANDBracket(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wANDBracket(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
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(String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(Column, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(SqlLogic, String, String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(SqlLogic, Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
where(SqlLogic, String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
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
条件
whereSql(CommonCondition, Object) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
返回where语句
wOR(String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wOR(Column, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wOR(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wOR(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wOR(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wORBracket(String, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wORBracket(Column, Object) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wORBracket(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wORBracket(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
wORBracket(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.CommonCondition
已过时。
Wrapper - cn.vonce.sql.helper中的类
条件包装器
Wrapper() - 类 的构造器cn.vonce.sql.helper.Wrapper
 
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.