- getAlias() - 类 中的方法tech.ibit.sqlbuilder.Table
-
Gets the value of alias
- getAutoIncrementIdSetterMethod(Class<?>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取自增长id的Setter方法
- getBetweenInstance(IColumn, OperatorEnum, Object, Object) - 类 中的静态方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
构造between条件
- getById(Class<T>, K) - 类 中的静态方法tech.ibit.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getByIds(Class<T>, Collection<K>) - 类 中的静态方法tech.ibit.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(单列作为主键)
- getByMultiId(Class<T>, K) - 类 中的静态方法tech.ibit.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByMultiIds(Class<T>, Collection<K>) - 类 中的静态方法tech.ibit.sqlbuilder.utils.IdSqlUtils
-
构造通过主键查询对象的SQL参数对象(多列作为主键)
- getByUniqueKey(Class<T>, UniqueKey) - 类 中的静态方法tech.ibit.sqlbuilder.utils.UniqueKeySqlUtils
-
构造通过 uniqueKey 查询对象的SQL参数对象
- getByUniqueKeys(Class<?>, Collection<UniqueKey>) - 类 中的静态方法tech.ibit.sqlbuilder.utils.UniqueKeySqlUtils
-
构造通过 uniqueKey 查询对象的SQL参数对象
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.Column
-
- getColumn() - 接口 中的方法tech.ibit.sqlbuilder.column.support.IColumnSupport
-
获取列
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.ColumnValue
-
Gets the value of column
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnInfo
-
Gets the value of column
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of column
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
Gets the value of column
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
- getColumn() - 接口 中的方法tech.ibit.sqlbuilder.IOrderBy
-
获取列
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.OrderBy
-
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.SetItem
-
Gets the value of column
- getColumn() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
获取列
- getColumnCompareInstance(IColumn, OperatorEnum, IColumn) - 类 中的静态方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
构造两列比较条件
- getColumnInfos() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
Gets the value of columnInfos
- getColumnPairs() - 类 中的方法tech.ibit.sqlbuilder.JoinOn
-
Gets the value of columnPairs
- getColumnPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
获取预查询SQL对象
- getColumnPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取列预查询SQL
- getColumns() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Gets the value of columns
- getColumns(Class<?>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取列
- getColumns() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
获取列
- getColumns() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
Gets the value of columns
- getColumnValues() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnSetValues
-
Gets the value of columnValues
- getColumnValues() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnValues
-
Gets the value of columnValues
- getColumnValues() - 类 中的方法tech.ibit.sqlbuilder.UniqueKey
-
Gets the value of columnValues
- getCompareColumnName(boolean) - 接口 中的方法tech.ibit.sqlbuilder.IColumn
-
比较的列名称(如where, having, order by等)
- getContainsType() - 类 中的方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
Gets the value of containsType
- getCriteriaItems() - 类 中的方法tech.ibit.sqlbuilder.JoinOn
-
Gets the value of criteriaItems
- getDeleteItemPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.DeleteSupportImpl
-
获取预查询SQL对象
- getDistinct() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.DistinctSupportImpl
-
获取distinct
- getFromPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.FromSupportImpl
-
获取预查询SQL对象
- getFunctionName() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Gets the value of functionName
- getGroupByColumns() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
获取GroupBy列
- getGroupByPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
获取预查询SQL对象
- getHavingPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.HavingSupportImpl
-
获取预查询SQL对象
- getIds() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
获取主键列
- getIn(int) - 类 中的静态方法tech.ibit.sqlbuilder.CriteriaMaker
-
构造"?"
- getInsertPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.InsertTableSupportImpl
-
获取预查询SQL对象
- getInstance(IColumn, FlagCriteriaItem.ContainsType, long) - 类 中的静态方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
获取实例
- getInstance(FullTextColumn) - 类 中的静态方法tech.ibit.sqlbuilder.FullTextCriteriaItem
-
获取全文索引条件实例
- getItem() - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Gets the value of item
- getItems() - 类 中的方法tech.ibit.sqlbuilder.sql.field.ListField
-
Gets the value of items
- getJoinOn() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
Join on
- getJoinOnPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
获取预查询SQL对象
- getJoinOnType() - 类 中的方法tech.ibit.sqlbuilder.JoinOn
-
Gets the value of joinOnType
- getKey() - 类 中的方法tech.ibit.sqlbuilder.KeyValuePair
-
Gets the value of key
- getLimit() - 类 中的方法tech.ibit.sqlbuilder.sql.field.LimitField
-
Gets the value of limit
- getLimit() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.LimitSupportImpl
-
获取limit相关参数
- getLimitPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.LimitSupportImpl
-
获取预查询SQL对象
- getLogical() - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Gets the value of logical
- getMethod() - 类 中的方法tech.ibit.sqlbuilder.AutoIncrementIdSetterMethod
-
Gets the value of method
- getMode() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
Gets the value of mode
- getMultiValueInstance(IColumn, OperatorEnum, Collection<?>) - 类 中的静态方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
构造多值条件
- getName() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
- getName() - 类 中的方法tech.ibit.sqlbuilder.Column
-
- getName() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
- getName() - 接口 中的方法tech.ibit.sqlbuilder.IColumn
-
获取列名称
- getName() - 类 中的方法tech.ibit.sqlbuilder.SimpleNameColumn
-
- getName() - 类 中的方法tech.ibit.sqlbuilder.Table
-
Gets the value of name
- getNameAs() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
- getNameAs() - 类 中的方法tech.ibit.sqlbuilder.Column
-
- getNameAs() - 类 中的方法tech.ibit.sqlbuilder.ColumnAs
-
- getNameAs() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
- getNameAs() - 接口 中的方法tech.ibit.sqlbuilder.IColumn
-
获取列后面的`as`名称
- getNameAs() - 类 中的方法tech.ibit.sqlbuilder.SimpleNameColumn
-
- getNameWithAlias() - 类 中的方法tech.ibit.sqlbuilder.Table
-
获取带别名的名称
- getNameWithTableAlias() - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
获取带表别名的列名称
- getNameWithTableAlias() - 类 中的方法tech.ibit.sqlbuilder.Column
-
- getNameWithTableAlias() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
- getNameWithTableAlias() - 接口 中的方法tech.ibit.sqlbuilder.IColumn
-
获取带表别名的列名称
- getNameWithTableAlias() - 类 中的方法tech.ibit.sqlbuilder.SimpleNameColumn
-
- getNotIdColumns() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
获取非主键列
- getNoValueInstance(IColumn, OperatorEnum) - 类 中的静态方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
构造无值条件
- getOnDuplicateKeyUpdatePrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.OnDuplicateKeyUpdateSupportImpl
-
获取预查询SQL对象
- getOperator() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of operator
- getOrderByPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.OrderBySupportImpl
-
获取预查询SQL对象
- getParams() - 类 中的方法tech.ibit.sqlbuilder.PrepareStatement
-
获取参数列表
- getPrepareSql() - 类 中的方法tech.ibit.sqlbuilder.PrepareStatement
-
Gets the value of prepareSql
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.CustomOrderBy
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.FullTextCriteriaItem
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.JoinOn
-
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.OrderBy
-
构造预查询SQL对象
- getPrepareStatement(boolean) - 接口 中的方法tech.ibit.sqlbuilder.PrepareStatementSupplier
-
获取预查询SQL对象
- getPrepareStatement() - 接口 中的方法tech.ibit.sqlbuilder.PrepareStatementSupplier
-
获取预查询SQL对象
- getPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.SetItem
-
- getPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
- getPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.impl.DeleteSqlImpl
-
- getPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.impl.InsertSqlImpl
-
- getPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.impl.QuerySqlImpl
-
- getPrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.impl.UpdateSqlImpl
-
- getPrepareStatement(String, List<T>, Function<T, String>, Function<T, List<ColumnValue>>, String, String) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<T>, Function<T, String>, Function<T, List<ColumnValue>>, String) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<? extends PrepareStatementSupplier>, String, String, boolean) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement(String, List<? extends PrepareStatementSupplier>, String, boolean) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.impl.PrepareStatementBuildSupport
-
获取 PrepareStatement
- getPrepareStatement() - 接口 中的方法tech.ibit.sqlbuilder.sql.support.PrepareStatementSupport
-
获取预查询SQL
- getSecondColumn() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of secondColumn
- getSecondValue() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of secondValue
- getSecondValue() - 枚举 中的方法tech.ibit.sqlbuilder.enums.OperatorEnum
-
Gets the value of secondValue
- getSelectColumnName(boolean) - 接口 中的方法tech.ibit.sqlbuilder.IColumn
-
获取查询的列名
- getSelectTableName(boolean) - 类 中的方法tech.ibit.sqlbuilder.Table
-
获取查询名称
- getSet() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
获取设置内容
- getSetItemPrepareStatement(String, boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
获取预查询SQL对象
- getSetItemPrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.SetSupportImpl
-
获取预查询SQL对象
- getSingleValueInstance(IColumn, OperatorEnum, Object) - 类 中的静态方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
构造单值条件
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseSetSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ColumnSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.DeleteSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.DistinctSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.HavingSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.JoinOnSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.LimitSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.OrderBySupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
- getSql() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.WhereSupportImpl
-
- getSql() - 接口 中的方法tech.ibit.sqlbuilder.sql.support.SqlSupport
-
返回sql
- getStart() - 类 中的方法tech.ibit.sqlbuilder.sql.field.LimitField
-
Gets the value of start
- getSubCriterion() - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Gets the value of subCriterion
- getSubOrders() - 类 中的方法tech.ibit.sqlbuilder.CustomOrderBy
-
Gets the value of subOrders
- getTable() - 类 中的方法tech.ibit.sqlbuilder.Column
-
Gets the value of table
- getTable() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
Gets the value of table
- getTable() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnSetValues
-
Gets the value of table
- getTable() - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnValues
-
Gets the value of table
- getTable() - 类 中的方法tech.ibit.sqlbuilder.JoinOn
-
Gets the value of table
- getTable() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
Gets the value of table
- getTableColumns(Class<?>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取表的列信息
- getTableColumnValues(Object, boolean) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取待更新列信息
- getTableColumnValues(Object, List<Column>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取指定表-列值信息
- getTableColumnValuesList(Collection<?>, boolean) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
批量获取需要更新的列信息和相应的值
- getTableColumnValuesList(Collection<?>, List<Column>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
批量指定列获取需要更新的列信息和相应的值
- getTableName(boolean) - 类 中的方法tech.ibit.sqlbuilder.Table
-
获取表名
- getTablePrepareStatement(String, boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.BaseTableSupportImpl
-
获取预查询SQL对象
- getType() - 类 中的方法tech.ibit.sqlbuilder.AutoIncrementIdSetterMethod
-
Gets the value of type
- getType() - 类 中的方法tech.ibit.sqlbuilder.SetItem
-
Gets the value of type
- getUpdateColumns(Class<?>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取需要被更新的列
- getUpdateColumns(Class<?>, List<Column>) - 类 中的静态方法tech.ibit.sqlbuilder.converter.EntityConverter
-
获取需要被更新的列
- getUpdatePrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.UpdateTableSupportImpl
-
获取预查询SQL对象
- getValue() - 类 中的方法tech.ibit.sqlbuilder.ColumnValue
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of value
- getValue() - 枚举 中的方法tech.ibit.sqlbuilder.enums.OperatorEnum
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.FullTextColumn
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.KeyValuePair
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.SetItem
-
Gets the value of value
- getValue() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取值
- getValuePrepareStatement() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.ValuesSupportImpl
-
获取Value预查询SQL
- getValues() - 类 中的方法tech.ibit.sqlbuilder.PrepareStatement
-
Gets the value of values
- getValueType() - 类 中的方法tech.ibit.sqlbuilder.DefaultCriteriaItem
-
Gets the value of valueType
- getWhere() - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.WhereSupportImpl
-
返回where条件
- getWherePrepareStatement(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.WhereSupportImpl
-
获取预查询SQL对象
- groupBy(Column) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
- groupBy(List<Column>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
- groupBy(Column) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.QuerySqlImpl
-
- groupBy(List<Column>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.QuerySqlImpl
-
- groupBy(Column) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.GroupBySupport
-
`GROUP BY t1.column`语句
- groupBy(List<Column>) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.GroupBySupport
-
`GROUP BY t1.column1, t2.column2, ...
- groupBy(Column) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- groupBy(List<Column>) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
- GroupBySupport<T> - tech.ibit.sqlbuilder.sql.support中的接口
-
GroupBy Support
- GroupBySupportImpl<T> - tech.ibit.sqlbuilder.sql.support.impl中的类
-
GroupBySupport实现
- GroupBySupportImpl(T) - 类 的构造器tech.ibit.sqlbuilder.sql.support.impl.GroupBySupportImpl
-
构造函数
- gt(Object) - 接口 中的方法tech.ibit.sqlbuilder.column.support.IColumnCriteriaItemSupport
-
构造"大于"条件内容
- gt(IColumn) - 接口 中的方法tech.ibit.sqlbuilder.column.support.IColumnCriteriaItemSupport
-
构造"大于"条件内容
- gt(String) - 类 中的静态方法tech.ibit.sqlbuilder.CriteriaMaker
-
构造"大于"条件内容
- gt(String, String) - 类 中的静态方法tech.ibit.sqlbuilder.CriteriaMaker
-
构造"大于"条件内容
- set(Object) - 接口 中的方法tech.ibit.sqlbuilder.column.support.IColumnSetItemSupport
-
设置具体值
- set(Column, Object) - 类 中的静态方法tech.ibit.sqlbuilder.SetItem
-
设置具体值
- set(SetItem) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.UpdateSqlImpl
-
- set(List<SetItem>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.UpdateSqlImpl
-
- set(Column, Object) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.UpdateSqlImpl
-
- set(SetItem) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.SetSupportImpl
-
- set(List<SetItem>) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.SetSupportImpl
-
- set(Column, Object) - 类 中的方法tech.ibit.sqlbuilder.sql.support.impl.SetSupportImpl
-
- set(SetItem) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.SetSupport
-
增加设置内容
- set(List<SetItem>) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.SetSupport
-
批量增加设置内容
- set(Column, Object) - 接口 中的方法tech.ibit.sqlbuilder.sql.support.SetSupport
-
设置具体值
- setAlias(String) - 类 中的方法tech.ibit.sqlbuilder.Table
-
Sets the alias
You can use getAlias() to get the value of alias
- setAutoIncrease(boolean) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnSetValue
-
Sets the autoIncrease
You can use getAutoIncrease() to get the value of autoIncrease
- setColumn(IColumn) - 类 中的方法tech.ibit.sqlbuilder.ColumnValue
-
Sets the column
You can use getColumn() to get the value of column
- setColumn(Column) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnInfo
-
Sets the column
You can use getColumn() to get the value of column
- setColumn(IColumn) - 类 中的方法tech.ibit.sqlbuilder.OrderBy
-
Sets the column
You can use getColumn() to get the value of column
- setColumnInfos(List<ColumnInfo>) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
Sets the columnInfos
You can use getColumnInfos() to get the value of columnInfos
- setColumns(IColumn[]) - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Sets the columns
You can use getColumns() to get the value of columns
- setColumnSupport(ColumnSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the columnSupport
You can use getColumnSupport() to get the value of columnSupport
- setColumnValues(List<ColumnSetValue>) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnSetValues
-
Sets the columnValues
You can use getColumnValues() to get the value of columnValues
- setColumnValues(List<ColumnValue>) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnValues
-
Sets the columnValues
You can use getColumnValues() to get the value of columnValues
- setColumnValues(List<ColumnValue>) - 类 中的方法tech.ibit.sqlbuilder.UniqueKey
-
Sets the columnValues
You can use getColumnValues() to get the value of columnValues
- setContainsType(FlagCriteriaItem.ContainsType) - 类 中的方法tech.ibit.sqlbuilder.FlagCriteriaItem
-
Sets the containsType
You can use getContainsType() to get the value of containsType
- setDesc(boolean) - 类 中的方法tech.ibit.sqlbuilder.OrderBy
-
Sets the desc
You can use getDesc() to get the value of desc
- setDistinct(boolean) - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Sets the distinct
You can use getDistinct() to get the value of distinct
- setDistinctSupport(DistinctSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the distinctSupport
You can use getDistinctSupport() to get the value of distinctSupport
- setFromSupport(FromSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the fromSupport
You can use getFromSupport() to get the value of fromSupport
- setFunctionName(String) - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Sets the functionName
You can use getFunctionName() to get the value of functionName
- setGroupBySupport(GroupBySupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the groupBySupport
You can use getGroupBySupport() to get the value of groupBySupport
- setHavingSupport(HavingSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the havingSupport
You can use getHavingSupport() to get the value of havingSupport
- setId(boolean) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnInfo
-
Sets the id
You can use getId() to get the value of id
- setId(boolean) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnSetValue
-
Sets the id
You can use getId() to get the value of id
- setItem(CriteriaItem) - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Sets the item
You can use getItem() to get the value of item
- SetItem - tech.ibit.sqlbuilder中的类
-
设置项
- SetItem(Column, Object, SetItemTypeEnum) - 类 的构造器tech.ibit.sqlbuilder.SetItem
-
设置对象
- setItems(List<T>) - 类 中的方法tech.ibit.sqlbuilder.sql.field.ListField
-
Sets the items
You can use getItems() to get the value of items
- SetItemTypeEnum - tech.ibit.sqlbuilder.enums中的枚举
-
设置类型枚举
- setJoinOnSupport(JoinOnSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the joinOnSupport
You can use getJoinOnSupport() to get the value of joinOnSupport
- setKey(String) - 类 中的方法tech.ibit.sqlbuilder.KeyValuePair
-
Sets the key
You can use getKey() to get the value of key
- setLimit(int) - 类 中的方法tech.ibit.sqlbuilder.sql.field.LimitField
-
Sets the limit
You can use getLimit() to get the value of limit
- setLogical(CriteriaLogicalEnum) - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Sets the logical
You can use getLogical() to get the value of logical
- setMethod(Method) - 类 中的方法tech.ibit.sqlbuilder.AutoIncrementIdSetterMethod
-
Sets the method
You can use getMethod() to get the value of method
- setName(String) - 类 中的方法tech.ibit.sqlbuilder.Column
-
Sets the name
You can use getName() to get the value of name
- setName(String) - 类 中的方法tech.ibit.sqlbuilder.SimpleNameColumn
-
Sets the name
You can use getName() to get the value of name
- setName(String) - 类 中的方法tech.ibit.sqlbuilder.Table
-
Sets the name
You can use getName() to get the value of name
- setNameAs(String) - 类 中的方法tech.ibit.sqlbuilder.AggregateColumn
-
Sets the nameAs
You can use getNameAs() to get the value of nameAs
- setNameAs(String) - 类 中的方法tech.ibit.sqlbuilder.ColumnAs
-
Sets the nameAs
You can use getNameAs() to get the value of nameAs
- setNullable(boolean) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnInfo
-
Sets the nullable
You can use getNullable() to get the value of nullable
- setNullable(boolean) - 类 中的方法tech.ibit.sqlbuilder.converter.ColumnSetValue
-
Sets the nullable
You can use getNullable() to get the value of nullable
- setPrepareSql(String) - 类 中的方法tech.ibit.sqlbuilder.PrepareStatement
-
Sets the prepareSql
You can use getPrepareSql() to get the value of prepareSql
- setStart(int) - 类 中的方法tech.ibit.sqlbuilder.sql.field.LimitField
-
Sets the start
You can use getStart() to get the value of start
- setSubCriterion(List<Criteria>) - 类 中的方法tech.ibit.sqlbuilder.Criteria
-
Sets the subCriterion
You can use getSubCriterion() to get the value of subCriterion
- setSubOrders(List<?>) - 类 中的方法tech.ibit.sqlbuilder.CustomOrderBy
-
Sets the subOrders
You can use getSubOrders() to get the value of subOrders
- SetSupport<T> - tech.ibit.sqlbuilder.sql.support中的接口
-
SetSupport
- SetSupportImpl<T> - tech.ibit.sqlbuilder.sql.support.impl中的类
-
SetSupport实现
- SetSupportImpl(T) - 类 的构造器tech.ibit.sqlbuilder.sql.support.impl.SetSupportImpl
-
构造函数
- setTable(Table) - 类 中的方法tech.ibit.sqlbuilder.Column
-
Sets the table
You can use getTable() to get the value of table
- setTable(Table) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnInfo
-
Sets the table
You can use getTable() to get the value of table
- setTable(Table) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnSetValues
-
Sets the table
You can use getTable() to get the value of table
- setTable(Table) - 类 中的方法tech.ibit.sqlbuilder.converter.TableColumnValues
-
Sets the table
You can use getTable() to get the value of table
- setType(Class<?>) - 类 中的方法tech.ibit.sqlbuilder.AutoIncrementIdSetterMethod
-
Sets the type
You can use getType() to get the value of type
- setValue(Object) - 类 中的方法tech.ibit.sqlbuilder.ColumnValue
-
Sets the value
You can use getValue() to get the value of value
- setValue(Object) - 类 中的方法tech.ibit.sqlbuilder.KeyValuePair
-
Sets the value
You can use getValue() to get the value of value
- setValue(boolean) - 类 中的方法tech.ibit.sqlbuilder.sql.field.BooleanField
-
Sets the value
You can use getValue() to get the value of value
- setValues(List<ColumnValue>) - 类 中的方法tech.ibit.sqlbuilder.PrepareStatement
-
Sets the values
You can use getValues() to get the value of values
- setWhereSupport(WhereSupportImpl<CountSql>) - 类 中的方法tech.ibit.sqlbuilder.sql.impl.CountSqlImpl
-
Sets the whereSupport
You can use getWhereSupport() to get the value of whereSupport
- SimpleNameColumn - tech.ibit.sqlbuilder中的类
-
SimpleNameColumn
- SimpleNameColumn() - 类 的构造器tech.ibit.sqlbuilder.SimpleNameColumn
-
无参构造函数
- SimpleNameColumn(String) - 类 的构造器tech.ibit.sqlbuilder.SimpleNameColumn
-
构造函数
- SqlException - tech.ibit.sqlbuilder.exception中的异常错误
-
SQL语法不支持异常
- SqlException(String) - 异常错误 的构造器tech.ibit.sqlbuilder.exception.SqlException
-
构造函数
- SqlFactory - tech.ibit.sqlbuilder中的类
-
SqlFactory
- SqlSupport<T> - tech.ibit.sqlbuilder.sql.support中的接口
-
DefaultSqlSupport
- sum(String) - 接口 中的方法tech.ibit.sqlbuilder.column.support.IColumnAggregateSupport
-
求和