Serializable
, Comparable<InitDeferredPred>
, ToSql
public enum InitDeferredPred extends Enum<InitDeferredPred> implements ToSql
Enum Constant | Description |
---|---|
InitiallyDeferred |
|
InitiallyImmediate |
Modifier and Type | Method | Description |
---|---|---|
void |
toSql(Appendable a) |
|
static InitDeferredPred |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static InitDeferredPred[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public static final InitDeferredPred InitiallyDeferred
public static final InitDeferredPred InitiallyImmediate
public static InitDeferredPred[] values()
for (InitDeferredPred c : InitDeferredPred.values()) System.out.println(c);
public static InitDeferredPred 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 void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.