类 PgsqlStrategy
java.lang.Object
org.dromara.autotable.core.strategy.pgsql.PgsqlStrategy
- 所有已实现的接口:
IStrategy<DefaultTableMetadata,PgsqlCompareTableInfo>
public class PgsqlStrategy
extends Object
implements IStrategy<DefaultTableMetadata,PgsqlCompareTableInfo>
- 作者:
- don
-
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NonNull DefaultTableMetadataanalyseClass(Class<?> beanClass) @NonNull PgsqlCompareTableInfocompareTable(DefaultTableMetadata tableMetadata) createTable(DefaultTableMetadata tableMetadata) listAllTables(String schema) modifyTable(PgsqlCompareTableInfo pgsqlCompareTableInfo) static StringwithSchemaName(String schema, String name) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.dromara.autotable.core.strategy.IStrategy
checkTableNotExist, createMode, createTable, executeCreateTable, executeSql, start, start, updateMode, validateMode
-
构造器详细资料
-
PgsqlStrategy
public PgsqlStrategy()
-
-
方法详细资料
-
databaseDialect
-
typeMapping
-
dropTable
-
analyseClass
-
createTable
-
compareTable
-
listAllTables
-
modifyTable
-
withSchemaName
-