public static enum Scope.Attr extends Enum<Scope.Attr>
Scope.getResourceAccessor()
or Scope.getDatabase()
Enum Constant and Description |
---|
changeLogHistoryService |
classLoader |
database |
executeMode |
lineSeparator |
lockService |
quotingStrategy |
resourceAccessor |
Modifier and Type | Method and Description |
---|---|
static Scope.Attr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope.Attr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope.Attr resourceAccessor
public static final Scope.Attr classLoader
public static final Scope.Attr database
public static final Scope.Attr quotingStrategy
public static final Scope.Attr changeLogHistoryService
public static final Scope.Attr lockService
public static final Scope.Attr executeMode
public static final Scope.Attr lineSeparator
public static Scope.Attr[] values()
for (Scope.Attr c : Scope.Attr.values()) System.out.println(c);
public static Scope.Attr 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 nullCopyright © 2020 Liquibase.org. All rights reserved.