public enum SystemSchemaBuilderRule extends Enum<SystemSchemaBuilderRule>
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isSystemTable(String schema,
String tableName)
Judge whether current table is system table or not.
|
static SystemSchemaBuilderRule |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SystemSchemaBuilderRule |
valueOf(String databaseType,
String schema)
Value of builder rule.
|
static SystemSchemaBuilderRule[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SystemSchemaBuilderRule MYSQL_INFORMATION_SCHEMA
public static final SystemSchemaBuilderRule MYSQL_MYSQL
public static final SystemSchemaBuilderRule MYSQL_PERFORMANCE_SCHEMA
public static final SystemSchemaBuilderRule MYSQL_SYS
public static final SystemSchemaBuilderRule POSTGRESQL_INFORMATION_SCHEMA
public static final SystemSchemaBuilderRule POSTGRESQL_PG_CATALOG
public static final SystemSchemaBuilderRule OPEN_GAUSS_INFORMATION_SCHEMA
public static final SystemSchemaBuilderRule OPEN_GAUSS_PG_CATALOG
public static final SystemSchemaBuilderRule OPEN_GAUSS_BLOCKCHAIN
public static final SystemSchemaBuilderRule OPEN_GAUSS_CSTORE
public static final SystemSchemaBuilderRule OPEN_GAUSS_DB4AI
public static final SystemSchemaBuilderRule OPEN_GAUSS_DBE_PERF
public static final SystemSchemaBuilderRule OPEN_GAUSS_DBE_PLDEBUGGER
public static final SystemSchemaBuilderRule OPEN_GAUSS_GAUSSDB
public static final SystemSchemaBuilderRule OPEN_GAUSS_ORACLE
public static final SystemSchemaBuilderRule OPEN_GAUSS_PKG_SERVICE
public static final SystemSchemaBuilderRule OPEN_GAUSS_SNAPSHOT
public static final SystemSchemaBuilderRule OPEN_GAUSS_PLDEVELOPER
public static final SystemSchemaBuilderRule OPEN_GAUSS_PG_TOAST
public static final SystemSchemaBuilderRule OPEN_GAUSS_pkg_util
public static final SystemSchemaBuilderRule OPEN_GAUSS_SQLADVISOR
public static SystemSchemaBuilderRule[] values()
for (SystemSchemaBuilderRule c : SystemSchemaBuilderRule.values()) System.out.println(c);
public static SystemSchemaBuilderRule valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static SystemSchemaBuilderRule valueOf(String databaseType, String schema)
databaseType - database typeschema - schemaCopyright © 2022 The Apache Software Foundation. All rights reserved.