public static enum JdbcExporterDescription.Option extends Enum<JdbcExporterDescription.Option> implements JdbcAttribute
JdbcExporterDescription.getOptions()
Enum Constant and Description |
---|
ORACLE_DIRPATH
Use direct path insert instead of conventional insert on Oracle.
|
Modifier and Type | Method and Description |
---|---|
String |
getSymbol()
Returns the symbol of this attribute.
|
static JdbcExporterDescription.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcExporterDescription.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcExporterDescription.Option ORACLE_DIRPATH
public static JdbcExporterDescription.Option[] values()
for (JdbcExporterDescription.Option c : JdbcExporterDescription.Option.values()) System.out.println(c);
public static JdbcExporterDescription.Option 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 getSymbol()
JdbcAttribute
getSymbol
in interface JdbcAttribute
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.