跳过导航链接
C D E F G H I K M P R S T U V 

C

cn.codeforfun.migrate.core - 程序包 cn.codeforfun.migrate.core
 
cn.codeforfun.migrate.core.diff - 程序包 cn.codeforfun.migrate.core.diff
 
cn.codeforfun.migrate.core.entity - 程序包 cn.codeforfun.migrate.core.entity
 
cn.codeforfun.migrate.core.entity.structure - 程序包 cn.codeforfun.migrate.core.entity.structure
 
cn.codeforfun.migrate.core.entity.structure.annotations - 程序包 cn.codeforfun.migrate.core.entity.structure.annotations
 
cn.codeforfun.migrate.core.exception - 程序包 cn.codeforfun.migrate.core.exception
 
cn.codeforfun.migrate.core.utils - 程序包 cn.codeforfun.migrate.core.utils
 
Column - cn.codeforfun.migrate.core.entity.structure中的类
字段结构定义
Column() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Column
 
configure(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.entity.structure.Function
 
configure(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
configure(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.entity.structure.Table
 
configure(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
configure(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.entity.structure.View
 
customColumn(Class<T>) - 类 中的静态方法cn.codeforfun.migrate.core.utils.MigrateBeanTools
 

D

Database - cn.codeforfun.migrate.core.entity.structure中的类
数据库结构定义
Database() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Database
 
DatabaseConnectException - cn.codeforfun.migrate.core.exception中的异常错误
数据库连接异常
DatabaseConnectException(String) - 异常错误 的构造器cn.codeforfun.migrate.core.exception.DatabaseConnectException
 
DatabaseInfo - cn.codeforfun.migrate.core.entity中的类
数据库基本信息
DatabaseInfo(String, Integer, String, String, String) - 类 的构造器cn.codeforfun.migrate.core.entity.DatabaseInfo
 
DbUtil - cn.codeforfun.migrate.core.utils中的类
DbUtil工具类
DbUtil() - 类 的构造器cn.codeforfun.migrate.core.utils.DbUtil
 
DbUtilProperty - cn.codeforfun.migrate.core.entity.structure.annotations中的注释类型
标记DbUtil字段 方便注入值
diff() - 类 中的方法cn.codeforfun.migrate.core.Migrate
对比源数据库和目标数据库
Difference - cn.codeforfun.migrate.core.diff中的接口
差异接口
DiffResult - cn.codeforfun.migrate.core.diff中的类
结构差异实体
DiffResult(Database, Database) - 类 的构造器cn.codeforfun.migrate.core.diff.DiffResult
 

E

equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Function
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Routine
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
equals(Object) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.View
 
execute(Connection, String) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 

F

FileUtil - cn.codeforfun.migrate.core.utils中的类
文件工具类
FileUtil() - 类 的构造器cn.codeforfun.migrate.core.utils.FileUtil
 
FLAG_AUTO_INCREMENT - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Column
 
FLAG_DEFAULT_NULL - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Column
 
FLAG_NOT_NULL - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Column
 
FLAG_PRIMARY - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Key
 
from(DatabaseInfo) - 类 中的方法cn.codeforfun.migrate.core.Migrate
设置源数据库信息
Function - cn.codeforfun.migrate.core.entity.structure中的类
Function结构定义
Function() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Function
 

G

GB_2312 - 类 中的静态变量cn.codeforfun.migrate.core.utils.FileUtil
 
getBean(Connection, String, Class<T>) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 
getBean(Connection, String, Class<T>, Object...) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 
getBeanList(Connection, String, Class<T>) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 
getBeanList(Connection, String, Class<T>, Object...) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 
getConnection(String, String, String) - 类 中的静态方法cn.codeforfun.migrate.core.utils.DbUtil
 
getCreateSql() - 接口 中的方法cn.codeforfun.migrate.core.diff.Difference
获取差异创建SQL
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Function
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Table
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
getCreateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.View
 
getCreateTableSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
创建表的时候用到的sql
getCreateTableSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
getDefaultClassLoader() - 类 中的静态方法cn.codeforfun.migrate.core.utils.FileUtil
 
getDeleteForeignKeySql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Table
 
getDeleteSql() - 接口 中的方法cn.codeforfun.migrate.core.diff.Difference
获取差异删除sql
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Function
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Table
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
getDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.View
 
getSqlList() - 类 中的方法cn.codeforfun.migrate.core.diff.DiffResult
获取差异SQL
getStringByClasspath(String) - 类 中的静态方法cn.codeforfun.migrate.core.utils.FileUtil
 
getUpdateSql() - 接口 中的方法cn.codeforfun.migrate.core.diff.Difference
获取差异更新SQL
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Function
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Table
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
getUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.View
 
getUrl() - 类 中的方法cn.codeforfun.migrate.core.entity.DatabaseInfo
拼接数据库连接地址

H

hasForeignKey() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Table
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Column
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Function
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Key
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Procedure
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Routine
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Trigger
 
hashCode() - 类 中的方法cn.codeforfun.migrate.core.entity.structure.View
 

I

init(DatabaseInfo) - 类 中的方法cn.codeforfun.migrate.core.entity.structure.Database
初始化数据库结构

K

Key - cn.codeforfun.migrate.core.entity.structure中的类
Key结构定义
Key() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Key
 

M

Migrate - cn.codeforfun.migrate.core中的类
迁移核心类
Migrate(DatabaseInfo) - 类 的构造器cn.codeforfun.migrate.core.Migrate
 
Migrate(DatabaseInfo, DatabaseInfo) - 类 的构造器cn.codeforfun.migrate.core.Migrate
 
MigrateBeanTools - cn.codeforfun.migrate.core.utils中的类
DbUtil字段映射工具类
MigrateBeanTools() - 类 的构造器cn.codeforfun.migrate.core.utils.MigrateBeanTools
 

P

Procedure - cn.codeforfun.migrate.core.entity.structure中的类
Procedure结构定义
Procedure() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Procedure
 

R

resolveCreateSql() - 类 中的方法cn.codeforfun.migrate.core.diff.DiffResult
 
resolveDeleteSql() - 类 中的方法cn.codeforfun.migrate.core.diff.DiffResult
 
resolveUpdateSql() - 类 中的方法cn.codeforfun.migrate.core.diff.DiffResult
 
Routine - cn.codeforfun.migrate.core.entity.structure中的类
 
Routine() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Routine
 

S

SQL - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Database
 
SQL - 类 中的静态变量cn.codeforfun.migrate.core.entity.structure.Table
 

T

Table - cn.codeforfun.migrate.core.entity.structure中的类
表结构定义
Table() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Table
 
to(DatabaseInfo) - 类 中的方法cn.codeforfun.migrate.core.Migrate
设置目标数据库信息
toString(InputStream) - 类 中的静态方法cn.codeforfun.migrate.core.utils.FileUtil
 
Trigger - cn.codeforfun.migrate.core.entity.structure中的类
 
Trigger() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.Trigger
 

U

update() - 类 中的方法cn.codeforfun.migrate.core.Migrate
同步结构
UTF_8 - 类 中的静态变量cn.codeforfun.migrate.core.utils.FileUtil
 

V

View - cn.codeforfun.migrate.core.entity.structure中的类
View结构定义
View() - 类 的构造器cn.codeforfun.migrate.core.entity.structure.View
 
C D E F G H I K M P R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.