public enum InfoLevelOption extends Enum<InfoLevelOption>
| Modifier and Type | Method and Description |
|---|---|
abstract void |
set(schemacrawler.schemacrawler.SchemaInfoLevel level,
boolean value)
Set an option.
|
static InfoLevelOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoLevelOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoLevelOption RetrieveAdditionalColumnAttributes
public static final InfoLevelOption RetrieveAdditionalDatabaseInfo
public static final InfoLevelOption RetrieveAdditionalJdbcDriverInfo
public static final InfoLevelOption RetrieveAdditionalTableAttributes
public static final InfoLevelOption RetrieveForeignKeys
public static final InfoLevelOption RetrieveIndices
public static final InfoLevelOption RetrieveIndexInformation
public static final InfoLevelOption RetrieveRoutines
public static final InfoLevelOption RetrieveRoutineColumns
public static final InfoLevelOption RetrieveRoutineInformation
public static final InfoLevelOption RetrieveSchemaCrawlerInfo
public static final InfoLevelOption RetrieveSequenceInformation
public static final InfoLevelOption RetrieveTables
public static final InfoLevelOption RetrieveTableColumns
public static final InfoLevelOption RetrieveTriggerInformation
public static final InfoLevelOption RetrieveViewInformation
public static InfoLevelOption[] values()
for (InfoLevelOption c : InfoLevelOption.values()) System.out.println(c);
public static InfoLevelOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract void set(schemacrawler.schemacrawler.SchemaInfoLevel level,
boolean value)
level - The schema info level attribute.value - The value.Copyright © 2016 buschmais GbR. All rights reserved.