索引
All Classes and Interfaces|常量字段值|所有程序包
A
- accept(TableMeta, DbColumn) - 接口中的方法 me.magicall.db.FieldFilter
- add(int, Collection<? extends DbColumn>) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- add(int, Collection<? extends FieldMeta>) - 类中的方法 me.magicall.db.meta.ModelMeta
- add(int, DbColumn...) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- add(int, FieldMeta...) - 类中的方法 me.magicall.db.meta.ModelMeta
- add(Collection<? extends DbColumn>) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- add(Collection<? extends FieldMeta>) - 类中的方法 me.magicall.db.meta.ModelMeta
- add(DbColumn...) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- add(FieldMeta...) - 类中的方法 me.magicall.db.meta.ModelMeta
- ALL_PAGE_INFO - 类中的静态变量 me.magicall.db.util.PageInfo
- appendInPlaceHolder(StringBuilder, Collection<?>) - 类中的静态方法 me.magicall.db.util.DbUtil
-
拼接in子句,使用'?'
- appendLimit(StringBuilder, PageInfo) - 类中的静态方法 me.magicall.db.util.DbUtil
- appendOrderBy(StringBuilder, FieldComparator<?>) - 类中的静态方法 me.magicall.db.util.DbUtil
- appendParameterPlaceHolder(StringBuilder, Collection<?>) - 类中的静态方法 me.magicall.db.util.DbUtil
- appendTo(StringBuilder) - enum class中的方法 me.magicall.db.util.DbOrder
- ARRAY - enum class 中的枚举常量 me.magicall.db.util.FieldType
- ASC - enum class 中的枚举常量 me.magicall.db.util.DbOrder
-
正序,asc
B
- BaseDbMeta - me.magicall.db.meta中的类
- BaseDbMeta() - 类的构造器 me.magicall.db.meta.BaseDbMeta
- BaseDbMetaWithMultiColumns - me.magicall.db.meta中的类
- BaseDbMetaWithMultiColumns() - 类的构造器 me.magicall.db.meta.BaseDbMetaWithMultiColumns
- BaseModel<I extends Comparable<I>> - me.magicall.db.model中的类
- BaseModel.MapModel<I extends Comparable<I>> - me.magicall.db.model中的类
- BETWEEN - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- BIGINT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- BINARY - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
byte[]
- BIT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- BLOB - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
byte[]
- BOOLEAN - enum class 中的枚举常量 me.magicall.db.util.FieldType
- buildDeleteFromTable(String) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_inParamName(StringBuilder, Collection<?>, String) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_Insert(List<String>, String, ElementTransformer<String, String>) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_Insert(TableMeta, ElementTransformer<String, String>) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_SelectAllFrom(String, List<String>) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_SelectAllFrom(TableMeta) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_SelectAllFromWhereId(String, List<String>) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_SelectAllFromWhereId(String, List<String>, String) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_SelectAllFromWhereId(TableMeta) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSql_UpdateSetValuePart(StringBuilder, List<String>, ElementTransformer<String, String>, boolean) - 类中的静态方法 me.magicall.db.util.DbUtil
- buildSqlUsingColumnName(StringBuilder, String, SqlValueHandler, List<?>) - enum class中的方法 me.magicall.db.ConditionOperator
-
拼接sql
C
- CHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
String
- CLOB - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
String
- COLUMN_NAME_TO_FIELD_NAME - 类中的静态变量 me.magicall.db.util.DbUtil
-
将列名转化成字段名
- columnNames - 类中的变量 me.magicall.db.meta.BaseDbMetaWithMultiColumns
- COMMON - enum class 中的枚举常量 me.magicall.db.meta.Key.KeyType
-
普通键
- COMMON_DB_TYPE_CONVERTER - 类中的静态变量 me.magicall.db.util.DbUtil
- COMMON_ID_COLUMN_NAME - 类中的静态变量 me.magicall.db.util.DbUtil
- COMMON_ID_FIELD_NAME - 类中的静态变量 me.magicall.db.util.DbUtil
- CommonDBMS - me.magicall.db.dbms中的Enum Class
- compare(T, T) - 类中的方法 me.magicall.db.FieldComparator
- compareTo(BaseModel<I>) - 类中的方法 me.magicall.db.model.BaseModel
- Condition - me.magicall.db中的类
-
条件。
- Condition() - 类的构造器 me.magicall.db.Condition
- Condition(String) - 类的构造器 me.magicall.db.Condition
- Condition(String, Object) - 类的构造器 me.magicall.db.Condition
- Condition(String, Object...) - 类的构造器 me.magicall.db.Condition
- Condition(String, Collection<?>) - 类的构造器 me.magicall.db.Condition
- Condition(String, ConditionOperator, Object, Object...) - 类的构造器 me.magicall.db.Condition
- ConditionOperator - me.magicall.db中的Enum Class
-
负责构造where中的各种条件子句的格式
- CONTAINS - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- convert(ResultSet, int) - 接口中的方法 me.magicall.db.util.DbUtil.DbTypeConvert
- copyField(BaseModel.MapModel<?>, String) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
D
- DATALINK - enum class 中的枚举常量 me.magicall.db.util.FieldType
- DataSourceTemplate - me.magicall.db.util中的类
- DataSourceTemplate() - 类的构造器 me.magicall.db.util.DataSourceTemplate
- DATE - enum class 中的枚举常量 me.magicall.db.util.FieldType
- DbColumn - me.magicall.db.meta中的类
- DbColumn() - 类的构造器 me.magicall.db.meta.DbColumn
- DbColumn(DbColumn) - 类的构造器 me.magicall.db.meta.DbColumn
- DBMS - me.magicall.db.dbms中的接口
- dbNameToJavaName(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
将 xx_yy_zz 转换成 xxYyZz
- dbNameToJavaName(List<String>) - 类中的静态方法 me.magicall.db.util.DbUtil
-
将xx_yy_zz转换成xxYyZz
- DbOrder - me.magicall.db.util中的Enum Class
-
order by语句的两个顺序枚举.
- DbUtil - me.magicall.db.util中的类
- DbUtil() - 类的构造器 me.magicall.db.util.DbUtil
- DbUtil.DbTypeConvert - me.magicall.db.util中的接口
-
调用ResultSet的getXxx方法将数据转化成相应的java格式.
- DECIMAL - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
BigDecimal
- DESC - enum class 中的枚举常量 me.magicall.db.util.DbOrder
-
逆序,desc
- DISTINCT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- DOUBLE - enum class 中的枚举常量 me.magicall.db.util.FieldType
E
- ELEMENTS_COUNT_TO_PLACE_HOLDER - 类中的静态变量 me.magicall.db.util.DbUtil
-
为集合中的每一个元素预留一个占位符
- EMPTY - 类中的静态变量 me.magicall.db.util.ReturnKeyAndAffect
- ENDS_WITH - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- equals(Object) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- equals(Object) - 类中的方法 me.magicall.db.meta.TableMeta
- equals(Object) - 类中的方法 me.magicall.db.model.BaseModel
- equals(Object) - 类中的方法 me.magicall.db.util.PageInfo
- EQUALS - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- equalsWithoutId(BaseModel<?>) - 类中的方法 me.magicall.db.model.BaseModel
- ESCAPE - enum class 中的枚举常量 me.magicall.db.util.HandleNullValueStrategy
- EXCEPTION - enum class 中的枚举常量 me.magicall.db.util.OptionOnExist
F
- facadeValue(Object) - enum class中的方法 me.magicall.db.ConditionOperator
-
修饰"值".此值最终会被用到sql.当以下情况时需要用此方法: 使用PrepareStatement写出如下sql : ...where name like ?
- FieldComparator<T> - me.magicall.db中的类
-
一种比较器,指定对象参与排序的字段以及排序顺序(正序或逆序)。
- FieldComparator() - 类的构造器 me.magicall.db.FieldComparator
- FieldFilter - me.magicall.db中的接口
- FieldMeta - me.magicall.db.meta中的类
- FieldMeta(DbColumn) - 类的构造器 me.magicall.db.meta.FieldMeta
- FieldType - me.magicall.db.util中的Enum Class
-
将java.sql.Types的所有int型的type代理为枚举
- findColumn(TableMeta, String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
在指定的表的元数据中寻找指定的字段所对应的列的元数据.
- FIRST_ONE - 类中的静态变量 me.magicall.db.util.PageInfo
- firstPage - enum class中的变量 me.magicall.db.util.PageInfo.PageMode
- FLOAT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- ForeignKey - me.magicall.db.meta中的类
- ForeignKey() - 类的构造器 me.magicall.db.meta.ForeignKey
- formatSqlValue(StringBuilder, Object) - 类中的静态方法 me.magicall.db.util.DbUtil
-
将value拼接到sb.如果是数字或布尔型,直接拼接;如果是时间类型,将其格式化为yyyy-MM-dd HH:mm:ss:SSS;其他类型当做字符串,加上引号
- formatUrl(String, int, String, Map<String, ?>) - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- formatUrl(String, int, String, Map<String, ?>) - 接口中的方法 me.magicall.db.dbms.DBMS
- formatUrl(String, int, Map<String, ?>) - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- formatUrl(String, int, Map<String, ?>) - 接口中的方法 me.magicall.db.dbms.DBMS
- formatUrl(String, String, Map<String, ?>) - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- formatUrl(String, String, Map<String, ?>) - 接口中的方法 me.magicall.db.dbms.DBMS
- formatUrl(String, Map<String, ?>) - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- formatUrl(String, Map<String, ?>) - 接口中的方法 me.magicall.db.dbms.DBMS
- FROM_0 - enum class 中的枚举常量 me.magicall.db.util.PageInfo.PageMode
- FROM_1 - enum class 中的枚举常量 me.magicall.db.util.PageInfo.PageMode
G
- GE - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- get(Object) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- get(String) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- getAffect() - 类中的方法 me.magicall.db.util.ReturnKeyAndAffect
- getAutoInc() - 类中的方法 me.magicall.db.meta.DbColumn
- getColumn(String) - 类中的方法 me.magicall.db.meta.TableMeta
- getColumnNames() - 类中的方法 me.magicall.db.meta.BaseDbMetaWithMultiColumns
- getColumns() - 类中的方法 me.magicall.db.meta.Key
- getColumns() - 类中的方法 me.magicall.db.meta.TableMeta
- getColumnsArray() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- getColumnsArray() - 接口中的方法 me.magicall.db.meta.HasColumns
- getComment() - 类中的方法 me.magicall.db.meta.DbColumn
- getComment() - 类中的方法 me.magicall.db.meta.FieldMeta
- getComment() - 接口中的方法 me.magicall.db.meta.HasComment
- getComment() - 类中的方法 me.magicall.db.meta.ModelMeta
- getComment() - 类中的方法 me.magicall.db.meta.TableMeta
- getComparingFieldsNamesAndOrders() - 类中的方法 me.magicall.db.FieldComparator
-
返回一个列表,列表的每个元素指定哪个字段参与比较排序,以及排序是正序还是倒序。
- getComparingFieldsNamesAndOrders() - 类中的方法 me.magicall.db.OneFieldComparator
- getConditionOperator() - 类中的方法 me.magicall.db.Condition
- getDbName() - 类中的方法 me.magicall.db.meta.TableMeta
- getDbTypeConvert(Class<?>) - 类中的静态方法 me.magicall.db.util.DbUtil
- getDefaultCharsetName() - 类中的方法 me.magicall.db.meta.TableMeta
- getDefaultPort() - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- getDefaultPort() - 接口中的方法 me.magicall.db.dbms.DBMS
- getDefaultValue() - 类中的方法 me.magicall.db.meta.DbColumn
- getDefaultValue() - 类中的方法 me.magicall.db.meta.FieldMeta
- getDriverClassName() - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- getDriverClassName() - 接口中的方法 me.magicall.db.dbms.DBMS
- getFieldName() - 类中的方法 me.magicall.db.Condition
- getFields() - 类中的方法 me.magicall.db.meta.ModelMeta
- getFirstPage() - enum class中的方法 me.magicall.db.util.PageInfo.PageMode
- getForeignKeys() - 类中的方法 me.magicall.db.meta.TableMeta
- getFullName() - 类中的方法 me.magicall.db.meta.TableMeta
- getHasDefaultValue() - 类中的方法 me.magicall.db.meta.DbColumn
- getHasDefaultValue() - 类中的方法 me.magicall.db.meta.FieldMeta
- getIdFromResultSet(ResultSet, TableMeta) - 类中的静态方法 me.magicall.db.util.DbUtil
- getJavaName() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- getKeys() - 类中的方法 me.magicall.db.meta.TableMeta
- getKit() - enum class中的方法 me.magicall.db.util.FieldType
- getLength() - 类中的方法 me.magicall.db.meta.DbColumn
- getLength() - 类中的方法 me.magicall.db.meta.FieldMeta
- getLoginTimeout() - 类中的方法 me.magicall.db.util.DataSourceTemplate
- getLogWriter() - 类中的方法 me.magicall.db.util.DataSourceTemplate
- getModelMeta() - 类中的方法 me.magicall.db.meta.TableMeta
- getNullable() - 类中的方法 me.magicall.db.meta.DbColumn
- getNullable() - 类中的方法 me.magicall.db.meta.FieldMeta
- getOffset() - 类中的方法 me.magicall.db.util.PageInfo
- getPage() - 类中的方法 me.magicall.db.util.PageInfo
- getPageMode() - 类中的方法 me.magicall.db.util.PageInfo
- getPrimaryKey() - 类中的方法 me.magicall.db.meta.TableMeta
- getRefedValues() - 类中的方法 me.magicall.db.Condition
- getReferencedColumn() - 类中的方法 me.magicall.db.meta.ForeignKey
- getReferencedForeignKeys() - 类中的方法 me.magicall.db.meta.TableMeta
- getReferencedTable() - 类中的方法 me.magicall.db.meta.ForeignKey
- getReferencingColumn() - 类中的方法 me.magicall.db.meta.ForeignKey
- getReferencingTable() - 类中的方法 me.magicall.db.meta.ForeignKey
- getResultColumnNameOfShowCreateTable() - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- getResultColumnNameOfShowCreateTable() - 接口中的方法 me.magicall.db.dbms.DBMS
- getReturnKey() - 类中的方法 me.magicall.db.util.ReturnKeyAndAffect
- getSize() - 类中的方法 me.magicall.db.util.PageInfo
- getTableMetaIgnoreCase(String) - 接口中的方法 me.magicall.db.meta.TableMetaAccessor
- getType() - 类中的方法 me.magicall.db.meta.DbColumn
- getType() - 类中的方法 me.magicall.db.meta.FieldMeta
- getType() - 类中的方法 me.magicall.db.meta.Key
- getType(String) - enum class中的方法 me.magicall.db.dbms.CommonDBMS
- getType(String) - 接口中的方法 me.magicall.db.dbms.DBMS
- getUnique() - 类中的方法 me.magicall.db.meta.Key
- getUnsigned() - 类中的方法 me.magicall.db.meta.DbColumn
- getValue(T, String) - 类中的方法 me.magicall.db.FieldComparator
-
返回对象指定字段的值。
- getZeroFill() - 类中的方法 me.magicall.db.meta.DbColumn
- GT - enum class 中的枚举常量 me.magicall.db.ConditionOperator
H
- handle(StringBuilder, String, int, Object) - 接口中的方法 me.magicall.db.SqlValueHandler
- HandleNullValueStrategy - me.magicall.db.util中的Enum Class
- HasColumns - me.magicall.db.meta中的接口
-
在数据库中有"列"的东东.
- HasComment - me.magicall.db.meta中的接口
-
在数据库中有"注释"的东东
- hashCode() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- hashCode() - 类中的方法 me.magicall.db.meta.TableMeta
- hashCode() - 类中的方法 me.magicall.db.model.BaseModel
- hashCode() - 类中的方法 me.magicall.db.util.PageInfo
I
- id() - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- id() - enum class中的方法 me.magicall.db.util.FieldType
- ID_ASC - 类中的静态变量 me.magicall.db.OneFieldComparator
-
根据id字段正向排序的比较器。
- ID_DESC - 类中的静态变量 me.magicall.db.OneFieldComparator
-
根据id字段逆向排序的比较器。
- idFieldName() - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- idIsInt(TableMeta) - 类中的静态方法 me.magicall.db.util.DbUtil
-
//注:目前只支持单字段主键 //目前只支持Integer和Long的id
- IGNORE - enum class 中的枚举常量 me.magicall.db.util.OptionOnExist
- IN - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- INTEGER - enum class 中的枚举常量 me.magicall.db.util.FieldType
- IS - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- IS_NOT - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- isDbType(Class<?>) - 类中的静态方法 me.magicall.db.util.DbUtil
- isFit(Object, List<?>) - enum class中的方法 me.magicall.db.ConditionOperator
-
检查目标参数是否在参考值列表指定的范围之内
- isWrapperFor(Class<?>) - 类中的方法 me.magicall.db.util.DataSourceTemplate
J
- JAVA_OBJECT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- javaNameToDbName(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
convert xxYyZz to xx_yy_zz
K
- Key - me.magicall.db.meta中的类
-
数据库表的"键"
- Key() - 类的构造器 me.magicall.db.meta.Key
- Key.KeyType - me.magicall.db.meta中的Enum Class
- KeyInfo - me.magicall.db.util中的Annotation Interface
- kit - enum class中的变量 me.magicall.db.util.FieldType
L
- LE - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- LONGNVARCHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
- LONGVARBINARY - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
byte[]
- LONGVARCHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
-
byte[]
- LT - enum class 中的枚举常量 me.magicall.db.ConditionOperator
M
- main(String...) - 类中的静态方法 me.magicall.db.util.DbUtil
- MapModel() - 类的构造器 me.magicall.db.model.BaseModel.MapModel
- MapModel(Map<String, Object>) - 类的构造器 me.magicall.db.model.BaseModel.MapModel
- me.magicall.db - 程序包 me.magicall.db
- me.magicall.db.dbms - 程序包 me.magicall.db.dbms
- me.magicall.db.meta - 程序包 me.magicall.db.meta
- me.magicall.db.model - 程序包 me.magicall.db.model
- me.magicall.db.util - 程序包 me.magicall.db.util
- ModelMeta - me.magicall.db.meta中的类
- ModelMeta() - 类的构造器 me.magicall.db.meta.ModelMeta
- MYSQL - enum class 中的枚举常量 me.magicall.db.dbms.CommonDBMS
N
- name - 类中的变量 me.magicall.db.meta.BaseDbMeta
- name() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- name() - 类中的方法 me.magicall.db.meta.DbColumn
- name() - 类中的方法 me.magicall.db.meta.FieldMeta
- name() - 类中的方法 me.magicall.db.meta.ModelMeta
- namedParam(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
FIXME:注:此方法的实现与springJdbc耦合
- NCHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
- NCLOB - enum class 中的枚举常量 me.magicall.db.util.FieldType
- NONE_PAGE_INFO - 类中的静态变量 me.magicall.db.util.PageInfo
- NOT_CONTAINS - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- NOT_ENDS_WITH - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- NOT_EQUALS - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- NOT_IN - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- NOT_STARTS_WITH - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- NULL - enum class 中的枚举常量 me.magicall.db.util.FieldType
- NUMERIC - enum class 中的枚举常量 me.magicall.db.util.FieldType
- NVARCHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
O
- offsetSize(int, int) - 类中的静态方法 me.magicall.db.util.PageInfo
- OneFieldComparator<T> - me.magicall.db中的类
-
只有一个字段参与排序的比较器类。
- OneFieldComparator(String, DbOrder) - 类的构造器 me.magicall.db.OneFieldComparator
- OptionOnExist - me.magicall.db.util中的Enum Class
- OTHER - enum class 中的枚举常量 me.magicall.db.util.FieldType
P
- pageAndSize(int, int) - 类中的静态方法 me.magicall.db.util.PageInfo
- PageInfo - me.magicall.db.util中的类
- PageInfo() - 类的构造器 me.magicall.db.util.PageInfo
- PageInfo.PageMode - me.magicall.db.util中的Enum Class
- pageWithMode(PageInfo.PageMode, int, int) - 类中的静态方法 me.magicall.db.util.PageInfo
- PLACE_HOLDER - 类中的静态变量 me.magicall.db.util.DbUtil
- PREPARED_STATEMENT_PARAMETER_START_INDEX - 类中的静态变量 me.magicall.db.util.DbUtil
-
java.sql.PreparedStatement参数列表下标是从1开始的.
- PRIMARY - enum class 中的枚举常量 me.magicall.db.meta.Key.KeyType
-
主键
Q
- quoteDbName(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
用反引号括起字符串
R
- REAL - enum class 中的枚举常量 me.magicall.db.util.FieldType
- REF - enum class 中的枚举常量 me.magicall.db.util.FieldType
- remove(Object...) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- remove(Object...) - 类中的方法 me.magicall.db.meta.ModelMeta
- remove(Collection<?>) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- remove(Collection<?>) - 类中的方法 me.magicall.db.meta.ModelMeta
- renameTo(String) - 类中的方法 me.magicall.db.meta.BaseDbMeta
- renameTo(String) - 类中的方法 me.magicall.db.meta.DbColumn
- REPLACE - enum class 中的枚举常量 me.magicall.db.util.OptionOnExist
- RESULT_SET_COLUMN_START_INDEX - 类中的静态变量 me.magicall.db.util.DbUtil
-
java.sql.ResultSet的列下标是从1开始的
- ReturnKeyAndAffect - me.magicall.db.util中的类
- ReturnKeyAndAffect(Number, int) - 类的构造器 me.magicall.db.util.ReturnKeyAndAffect
- ROWID - enum class 中的枚举常量 me.magicall.db.util.FieldType
S
- set(Enum<?>, Object) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- set(String, Object) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- setAutoInc(boolean) - 类中的方法 me.magicall.db.meta.DbColumn
- setComment(String) - 类中的方法 me.magicall.db.meta.DbColumn
- setComment(String) - 类中的方法 me.magicall.db.meta.ModelMeta
- setComment(String) - 类中的方法 me.magicall.db.meta.TableMeta
- setConditionOperator(ConditionOperator) - 类中的方法 me.magicall.db.Condition
- setDbName(String) - 类中的方法 me.magicall.db.meta.TableMeta
- setDefaultCharsetName(String) - 类中的方法 me.magicall.db.meta.TableMeta
- setDefaultValue(Object) - 类中的方法 me.magicall.db.meta.DbColumn
- setFieldName(String) - 类中的方法 me.magicall.db.Condition
- setFields(List<DbColumn>) - 类中的方法 me.magicall.db.meta.TableMeta
- setForeignKeys(Collection<ForeignKey>) - 类中的方法 me.magicall.db.meta.TableMeta
- setHasDefaultValue(boolean) - 类中的方法 me.magicall.db.meta.DbColumn
- setId(I) - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- setKeys(Collection<Key>) - 类中的方法 me.magicall.db.meta.TableMeta
- setLength(int) - 类中的方法 me.magicall.db.meta.DbColumn
- setLoginTimeout(int) - 类中的方法 me.magicall.db.util.DataSourceTemplate
- setLogWriter(PrintWriter) - 类中的方法 me.magicall.db.util.DataSourceTemplate
- setName(String) - 类中的方法 me.magicall.db.meta.ModelMeta
- setNullable(boolean) - 类中的方法 me.magicall.db.meta.DbColumn
- setOffset(int) - 类中的方法 me.magicall.db.util.PageInfo
- setPage(int) - 类中的方法 me.magicall.db.util.PageInfo
- setPage(PageInfo.PageMode, int) - 类中的方法 me.magicall.db.util.PageInfo
- setPageMode(PageInfo.PageMode) - 类中的方法 me.magicall.db.util.PageInfo
- setPrimaryKey(Key) - 类中的方法 me.magicall.db.meta.TableMeta
- setRefedValues(List<Object>) - 类中的方法 me.magicall.db.Condition
- setReferencedColumn(DbColumn) - 类中的方法 me.magicall.db.meta.ForeignKey
- setReferencedForeignKeys(Collection<ForeignKey>) - 类中的方法 me.magicall.db.meta.TableMeta
- setReferencedTable(TableMeta) - 类中的方法 me.magicall.db.meta.ForeignKey
- setReferencingColumn(DbColumn) - 类中的方法 me.magicall.db.meta.ForeignKey
- setReferencingTable(TableMeta) - 类中的方法 me.magicall.db.meta.ForeignKey
- setReferModels(Object...) - 类中的方法 me.magicall.db.Condition
- setSize(int) - 类中的方法 me.magicall.db.util.PageInfo
- setType(Class<?>) - 类中的方法 me.magicall.db.meta.FieldMeta
- setType(Key.KeyType) - 类中的方法 me.magicall.db.meta.Key
- setType(FieldType) - 类中的方法 me.magicall.db.meta.DbColumn
- setUnsigned(boolean) - 类中的方法 me.magicall.db.meta.DbColumn
- setZeroFill(boolean) - 类中的方法 me.magicall.db.meta.DbColumn
- SMALLINT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- SqlValueHandler - me.magicall.db中的接口
-
根据底层框架的规则,将值拼接到StringBuilder上.
- SQLXML - enum class 中的枚举常量 me.magicall.db.util.FieldType
- STARTS_WITH - enum class 中的枚举常量 me.magicall.db.ConditionOperator
- STAY_NULL - enum class 中的枚举常量 me.magicall.db.util.HandleNullValueStrategy
- strInBrackets(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
取出最外层小括号[第一个'('和最后一个')']中的字符串.
- STRUCT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- success() - 类中的方法 me.magicall.db.util.ReturnKeyAndAffect
T
- TABLE_NAME_COLUMN_NAME_SEPARATOR - 类中的静态变量 me.magicall.db.util.DbUtil
- TABLE_NAME_COLUMN_NAME_SEPARATOR_CHAR - 类中的静态变量 me.magicall.db.util.DbUtil
- TableMeta - me.magicall.db.meta中的类
- TableMeta() - 类的构造器 me.magicall.db.meta.TableMeta
- TableMeta(String) - 类的构造器 me.magicall.db.meta.TableMeta
- TableMetaAccessor - me.magicall.db.meta中的接口
- tableMetas() - 接口中的方法 me.magicall.db.meta.TableMetaAccessor
- test(TableMeta, DbColumn) - 接口中的方法 me.magicall.db.FieldFilter
- TIME - enum class 中的枚举常量 me.magicall.db.util.FieldType
- TIMESTAMP - enum class 中的枚举常量 me.magicall.db.util.FieldType
- TINYINT - enum class 中的枚举常量 me.magicall.db.util.FieldType
- toSql() - enum class中的方法 me.magicall.db.util.DbOrder
- toString() - 类中的方法 me.magicall.db.Condition
- toString() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- toString() - 类中的方法 me.magicall.db.meta.DbColumn
- toString() - 类中的方法 me.magicall.db.meta.Key
- toString() - 类中的方法 me.magicall.db.meta.TableMeta
- toString() - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- toString() - 类中的方法 me.magicall.db.model.BaseModel
- toString() - 类中的方法 me.magicall.db.util.ReturnKeyAndAffect
- type() - annotation interface 中的元素 me.magicall.db.util.KeyInfo
U
- UNIQUE - enum class 中的枚举常量 me.magicall.db.meta.Key.KeyType
-
唯一键
- unquote(String) - 类中的静态方法 me.magicall.db.util.DbUtil
-
去掉字符串两端的引号,包括单引号、双引号、反引号(`)
- unwrap() - 类中的方法 me.magicall.db.meta.BaseDbMeta
- unwrap() - 类中的方法 me.magicall.db.meta.ModelMeta
- unwrap() - 类中的方法 me.magicall.db.model.BaseModel.MapModel
- unwrap(Class<T>) - 类中的方法 me.magicall.db.util.DataSourceTemplate
- USE_DEFAULT_VALUE - enum class 中的枚举常量 me.magicall.db.util.HandleNullValueStrategy
V
- value() - annotation interface 中的元素 me.magicall.db.util.KeyInfo
- valueOf(String) - enum class中的静态方法 me.magicall.db.ConditionOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.dbms.CommonDBMS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.meta.Key.KeyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.util.DbOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.util.FieldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.util.HandleNullValueStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.util.OptionOnExist
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 me.magicall.db.util.PageInfo.PageMode
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 me.magicall.db.ConditionOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.dbms.CommonDBMS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.meta.Key.KeyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.util.DbOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.util.FieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.util.HandleNullValueStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.util.OptionOnExist
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 me.magicall.db.util.PageInfo.PageMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARBINARY - enum class 中的枚举常量 me.magicall.db.util.FieldType
- VARCHAR - enum class 中的枚举常量 me.magicall.db.util.FieldType
All Classes and Interfaces|常量字段值|所有程序包