Class MariaDBDDLDialect
java.lang.Object
org.huiche.ddl.dialect.BaseDDLDialect
org.huiche.ddl.dialect.MySQLDDLDialect
org.huiche.ddl.dialect.MariaDBDDLDialect
- All Implemented Interfaces:
DDLDialect
-
Field Summary
Fields inherited from class BaseDDLDialect
defaultTypeMapping, LOG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MySQLDDLDialect
autoIncrementSyntaxSegment, booleanType, clobType, embeddedColumnComment, embeddedTableComment, intType, translate, translate, translate, translateMethods inherited from class BaseDDLDialect
compareColumn, compareTable, concatType, quote, resolveTable, resolveTableByJdbc, resolveType, translate, translate, translate, translate, translate, translate, translate, translate, translateColumn, translatePKinCreateTableMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DDLDialect
addPrimaryKeyAddNotNull, addUniqueAddNotNull, bigintType, blobType, charType, compareLengthOrScale, dateType, dbTypeMapping, decimalType, fallbackType, requiresExplicitNotNullForPrimaryKey, resolveEnumType, smallintType, timestrampType, timeType, tinyintType, translate, varcharType
-
Constructor Details
-
MariaDBDDLDialect
-
-
Method Details
-
jsonType
-