类 PropertyConfig.MysqlConfig

java.lang.Object
org.dromara.autotable.core.config.PropertyConfig.MysqlConfig
封闭类:
PropertyConfig

public static class PropertyConfig.MysqlConfig extends Object
  • 字段详细资料

    • tableDefaultCharset

      private String tableDefaultCharset
      表默认字符集
    • tableDefaultCollation

      private String tableDefaultCollation
      表默认排序规则
    • columnDefaultCharset

      private String columnDefaultCharset
      列默认字符集
    • columnDefaultCollation

      private String columnDefaultCollation
      列默认排序规则
  • 构造器详细资料

    • MysqlConfig

      public MysqlConfig()