所有程序包的分层结构
- org.dromara.autotable.strategy.mysql,
- org.dromara.autotable.strategy.mysql.builder,
- org.dromara.autotable.strategy.mysql.data,
- org.dromara.autotable.strategy.mysql.data.dbdata,
- org.dromara.autotable.strategy.mysql.mapper
类分层结构
- java.lang.Object
- org.dromara.autotable.core.strategy.ColumnMetadata
- org.dromara.autotable.strategy.mysql.data.MysqlColumnMetadata
- org.dromara.autotable.core.builder.ColumnMetadataBuilder
- org.dromara.autotable.strategy.mysql.builder.MysqlColumnMetadataBuilder
- org.dromara.autotable.strategy.mysql.ColumnPositionHelper
- org.dromara.autotable.strategy.mysql.ColumnPositionHelper.InformationSchemaColumnPosition
- org.dromara.autotable.strategy.mysql.builder.ColumnSqlBuilder
- org.dromara.autotable.core.strategy.CompareTableInfo
- org.dromara.autotable.strategy.mysql.data.MysqlCompareTableInfo
- org.dromara.autotable.strategy.mysql.builder.CreateTableSqlBuilder
- org.dromara.autotable.strategy.mysql.data.dbdata.InformationSchemaColumn
- org.dromara.autotable.strategy.mysql.data.dbdata.InformationSchemaStatistics
- org.dromara.autotable.strategy.mysql.data.dbdata.InformationSchemaTable
- org.dromara.autotable.strategy.mysql.builder.ModifyTableSqlBuilder
- org.dromara.autotable.strategy.mysql.data.MysqlCompareTableInfo.MysqlModifyColumnMetadata
- org.dromara.autotable.strategy.mysql.MysqlDatabaseBuilder (implements org.dromara.autotable.core.strategy.DatabaseBuilder)
- org.dromara.autotable.strategy.mysql.MysqlStrategy (implements org.dromara.autotable.core.strategy.IStrategy<TABLE_META,
COMPARE_TABLE_INFO>) - org.dromara.autotable.strategy.mysql.builder.MysqlTableMetadataBuilder
- org.dromara.autotable.strategy.mysql.mapper.MysqlTablesMapper
- org.dromara.autotable.strategy.mysql.data.MysqlTypeHelper
- org.dromara.autotable.strategy.mysql.ParamValidChecker
- org.dromara.autotable.core.strategy.TableMetadata
- org.dromara.autotable.strategy.mysql.data.MysqlTableMetadata
- org.dromara.autotable.core.strategy.ColumnMetadata
接口分层结构
- org.dromara.autotable.strategy.mysql.ParamValidChecker.IColumnChecker
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.dromara.autotable.strategy.mysql.data.MysqlCompareTableInfo.ModifyType
- org.dromara.autotable.strategy.mysql.data.MySqlDefaultTypeEnum (implements org.dromara.autotable.core.converter.DefaultTypeEnumInterface)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)