public enum InsertRenderContexts extends Enum<InsertRenderContexts> implements InsertRenderContext
Dialects| Enum Constant and Description |
|---|
DEFAULT |
MS_SQL_SERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValuesInsertPart() |
static InsertRenderContexts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertRenderContexts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsertRenderContexts DEFAULT
public static final InsertRenderContexts MS_SQL_SERVER
public static InsertRenderContexts[] values()
for (InsertRenderContexts c : InsertRenderContexts.values()) System.out.println(c);
public static InsertRenderContexts 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 String getDefaultValuesInsertPart()
getDefaultValuesInsertPart in interface InsertRenderContextCopyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.