public static enum SchemaObject.Type extends Enum<SchemaObject.Type>
public static final SchemaObject.Type Sequence
public static final SchemaObject.Type Table
public static final SchemaObject.Type View
public static final SchemaObject.Type Index
public static final SchemaObject.Type Function
public static SchemaObject.Type[] values()
for (SchemaObject.Type c : SchemaObject.Type.values()) System.out.println(c);
public static SchemaObject.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2013–2023. All rights reserved.