类的使用
com.mysql.cj.conf.PropertyKey
-
使用PropertyKey的程序包 程序包 说明 com.mysql.cj.conf -
-
com.mysql.cj.conf中PropertyKey的使用
类型参数类型为PropertyKey的com.mysql.cj.conf中的字段 修饰符和类型 字段 说明 static Map<PropertyKey,PropertyDefinition<?>>PropertyDefinitions. PROPERTY_KEY_TO_PROPERTY_DEFINITIONStatic unmodifiablePropertyKey->PropertyDefinitionmap.返回PropertyKey的com.mysql.cj.conf中的方法 修饰符和类型 方法 说明 static PropertyKeyPropertyKey. fromValue(String value)Looks for aPropertyKeythat matches the given value as key name.PropertyKeyConnectionUrl.Type. getDnsSrvPropertyKey()PropertyKeyAbstractPropertyDefinition. getPropertyKey()PropertyKeyPropertyDefinition. getPropertyKey()Get the property key.static PropertyKeyPropertyKey. valueOf(String name)返回带有指定名称的该类型的枚举常量。static PropertyKey[]PropertyKey. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为PropertyKey的com.mysql.cj.conf中的构造器 构造器 说明 AbstractPropertyDefinition(PropertyKey key, T defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)AbstractPropertyDefinition(PropertyKey key, T defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory, int lowerBound, int upperBound)BooleanPropertyDefinition(PropertyKey key, Boolean defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)EnumPropertyDefinition(PropertyKey key, T defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)IntegerPropertyDefinition(PropertyKey key, int defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)IntegerPropertyDefinition(PropertyKey key, int defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory, int lowerBound, int upperBound)LongPropertyDefinition(PropertyKey key, long defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)LongPropertyDefinition(PropertyKey key, long defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory, long lowerBound, long upperBound)MemorySizePropertyDefinition(PropertyKey key, int defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)MemorySizePropertyDefinition(PropertyKey key, int defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory, int lowerBound, int upperBound)StringPropertyDefinition(PropertyKey key, String defaultValue, boolean isRuntimeModifiable, String description, String sinceVersion, String category, int orderInCategory)
-