Class H2DDLDialect

java.lang.Object
org.huiche.ddl.dialect.BaseDDLDialect
org.huiche.ddl.dialect.H2DDLDialect
All Implemented Interfaces:
DDLDialect

public class H2DDLDialect extends BaseDDLDialect
H2 DDL方言
Author:
Maning
  • Constructor Details

    • H2DDLDialect

      public H2DDLDialect(H2Dialect delegate)
      默认构造
      Parameters:
      delegate - 方言代理
  • Method Details

    • blobType

      public TypeDef blobType()
      Description copied from interface: DDLDialect
      blob类型名称
      Returns:
      blob类型名称
    • charType

      public TypeDef charType(int length)
      Description copied from interface: DDLDialect
      char类型名称
      Parameters:
      length - 长度
      Returns:
      char类型名称
    • clobType

      public TypeDef clobType()
      Description copied from interface: DDLDialect
      clob类型名称
      Returns:
      blob类型名称
    • varcharType

      public TypeDef varcharType(int length)
      Description copied from interface: DDLDialect
      varchar类型名称
      Parameters:
      length - 长度
      Returns:
      varchar类型名称