类 H2Dialect

java.lang.Object
org.babyfish.jimmer.sql.dialect.DefaultDialect
org.babyfish.jimmer.sql.dialect.H2Dialect
所有已实现的接口:
Dialect, org.babyfish.jimmer.sql.meta.SqlTypeStrategy

public class H2Dialect extends DefaultDialect
  • 构造器详细资料

    • H2Dialect

      public H2Dialect()
  • 方法详细资料

    • isIgnoreCaseLikeSupported

      public boolean isIgnoreCaseLikeSupported()
    • isArraySupported

      public boolean isArraySupported()
    • arrayTypeSuffix

      public String arrayTypeSuffix()
    • sqlType

      public String sqlType(Class<?> elementType)
      指定者:
      sqlType 在接口中 org.babyfish.jimmer.sql.meta.SqlTypeStrategy
      覆盖:
      sqlType 在类中 DefaultDialect
    • getArray

      public <T> T[] getArray(ResultSet rs, int col, Class<T[]> arrayType) throws SQLException
      抛出:
      SQLException
    • isTupleCountSupported

      public boolean isTupleCountSupported()
    • getSelectIdFromSequenceSql

      public String getSelectIdFromSequenceSql(String sequenceName)
    • getJsonLiteralSuffix

      @Nullable public @Nullable String getJsonLiteralSuffix()
    • transCacheOperatorTableDDL

      public String transCacheOperatorTableDDL()
    • isUpsertSupported

      public boolean isUpsertSupported()
    • isAffectCountOfInsertIgnoreWrong

      public boolean isAffectCountOfInsertIgnoreWrong()
    • upsert

      public void upsert(Dialect.UpsertContext ctx)