public enum SQLHintPropertiesKey extends Enum<SQLHintPropertiesKey> implements TypedPropertyKey
| 枚举常量和说明 |
|---|
DISABLE_AUDIT_NAMES
Hint disable audit names.
|
SKIP_ENCRYPT_REWRITE_KEY
Whether hint skip encrypt rewrite or not.
|
USE_TRAFFIC
Whether to use traffic or not.
|
WRITE_ROUTE_ONLY_KEY
Whether hint route write data source or not.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLHintPropertiesKey |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SQLHintPropertiesKey[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDefaultValue, getKey, getTypepublic static final SQLHintPropertiesKey WRITE_ROUTE_ONLY_KEY
public static final SQLHintPropertiesKey USE_TRAFFIC
public static final SQLHintPropertiesKey SKIP_ENCRYPT_REWRITE_KEY
public static final SQLHintPropertiesKey DISABLE_AUDIT_NAMES
public static SQLHintPropertiesKey[] values()
for (SQLHintPropertiesKey c : SQLHintPropertiesKey.values()) System.out.println(c);
public static SQLHintPropertiesKey valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022 The Apache Software Foundation. All rights reserved.