所有程序包的分层结构
- org.dromara.autotable.core.strategy.pgsql,
- org.dromara.autotable.core.strategy.pgsql.builder,
- org.dromara.autotable.core.strategy.pgsql.data,
- org.dromara.autotable.core.strategy.pgsql.data.dbdata,
- org.dromara.autotable.core.strategy.pgsql.mapper
类分层结构
- java.lang.Object
- org.dromara.autotable.core.builder.ColumnMetadataBuilder
- org.dromara.autotable.core.strategy.pgsql.builder.PgsqlColumnMetadataBuilder
- org.dromara.autotable.core.strategy.pgsql.builder.ColumnSqlBuilder
- org.dromara.autotable.core.strategy.CompareTableInfo
- org.dromara.autotable.core.strategy.pgsql.data.PgsqlCompareTableInfo
- org.dromara.autotable.core.strategy.pgsql.builder.CreateTableSqlBuilder
- org.dromara.autotable.core.builder.DefaultTableMetadataBuilder
- org.dromara.autotable.core.strategy.pgsql.builder.PgsqlTableMetadataBuilder
- org.dromara.autotable.core.strategy.pgsql.builder.ModifyTableSqlBuilder
- org.dromara.autotable.core.strategy.pgsql.data.dbdata.PgsqlDbColumn
- org.dromara.autotable.core.strategy.pgsql.data.dbdata.PgsqlDbIndex
- org.dromara.autotable.core.strategy.pgsql.data.dbdata.PgsqlDbPrimary
- org.dromara.autotable.core.strategy.pgsql.PgsqlStrategy (implements org.dromara.autotable.core.strategy.IStrategy<TABLE_META,
COMPARE_TABLE_INFO>) - org.dromara.autotable.core.strategy.pgsql.mapper.PgsqlTablesMapper
- org.dromara.autotable.core.strategy.pgsql.data.PgsqlTypeHelper
- org.dromara.autotable.core.builder.ColumnMetadataBuilder
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.dromara.autotable.core.strategy.pgsql.data.PgsqlDefaultTypeEnum (implements org.dromara.autotable.core.converter.DefaultTypeEnumInterface)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)