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