类 MySqlDialect
java.lang.Object
org.babyfish.jimmer.sql.dialect.MySqlDialect
- 所有已实现的接口:
Dialect,org.babyfish.jimmer.sql.meta.SqlTypeStrategy
- 直接已知子类:
TiDBDialect
For MySQL or TiDB
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.dialect.Dialect
Dialect.UpsertContext -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanbooleanbooleanvoidvoid从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.dialect.Dialect
arrayTypeSuffix, baseValueToJson, getArray, getConstantTableName, getJsonBaseType, getJsonLiteralSuffix, getMaxInListSize, getOffsetOptimizationNumField, getOverrideIdentityIdSql, getSelectIdFromSequenceSql, isAffectCountOfInsertIgnoreWrong, isAnyEqualityOfArraySupported, isArraySupported, isForeignKeySupported, isIgnoreCaseLikeSupported, isMultiInsertionSupported, isTupleCountSupported, isTupleSupported, jsonToBaseValue, resolveUnknownJdbcType, unknownReader
-
构造器详细资料
-
MySqlDialect
public MySqlDialect()
-
-
方法详细资料
-
paginate
-
getUpdateJoin
- 指定者:
getUpdateJoin在接口中Dialect
-
isDeletedAliasRequired
public boolean isDeletedAliasRequired()- 指定者:
isDeletedAliasRequired在接口中Dialect
-
sqlType
- 指定者:
sqlType在接口中org.babyfish.jimmer.sql.meta.SqlTypeStrategy
-
isUpsertSupported
public boolean isUpsertSupported()- 指定者:
isUpsertSupported在接口中Dialect
-
isUpsertWithMultipleUniqueConstraintSupported
public boolean isUpsertWithMultipleUniqueConstraintSupported() -
upsert
-
transCacheOperatorTableDDL
- 指定者:
transCacheOperatorTableDDL在接口中Dialect
-