类 H2Strategy
java.lang.Object
org.dromara.autotable.strategy.h2.H2Strategy
- 所有已实现的接口:
org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
public class H2Strategy
extends Object
implements org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
字段概要
从接口继承的字段 org.dromara.autotable.core.strategy.IStrategy
log, STRATEGY_THREAD_LOCAL -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NonNull org.dromara.autotable.core.strategy.DefaultTableMetadataanalyseClass(Class<?> beanClass) @NonNull H2CompareTableInfocompareTable(org.dromara.autotable.core.strategy.DefaultTableMetadata tableMetadata) createTable(org.dromara.autotable.core.strategy.DefaultTableMetadata tableMetadata) static StringencodeChinese(String input) 编码中文字符modifyTable(H2CompareTableInfo compareTableInfo) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.dromara.autotable.core.strategy.IStrategy
checkTableNotExist, concatWrapName, createMode, createSchema, createTable, executeCreateTable, executeSql, identifier, indexNameMaxLength, listAllTables, start, start, updateMode, validateMode, wrapIdentifier, wrapSql
-
构造器详细资料
-
H2Strategy
public H2Strategy()
-
-
方法详细资料
-
databaseDialect
- 指定者:
databaseDialect在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
typeMapping
- 指定者:
typeMapping在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
dropTable
- 指定者:
dropTable在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
analyseClass
@NonNull public @NonNull org.dromara.autotable.core.strategy.DefaultTableMetadata analyseClass(Class<?> beanClass) - 指定者:
analyseClass在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
createTable
public List<String> createTable(org.dromara.autotable.core.strategy.DefaultTableMetadata tableMetadata) - 指定者:
createTable在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
compareTable
@NonNull public @NonNull H2CompareTableInfo compareTable(org.dromara.autotable.core.strategy.DefaultTableMetadata tableMetadata) - 指定者:
compareTable在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-
encodeChinese
编码中文字符 -
modifyTable
- 指定者:
modifyTable在接口中org.dromara.autotable.core.strategy.IStrategy<org.dromara.autotable.core.strategy.DefaultTableMetadata,H2CompareTableInfo>
-