public static enum GlueScheduledJobInfoLogger.JobLoggingQuery extends Enum<GlueScheduledJobInfoLogger.JobLoggingQuery>
Enum Constant and Description |
---|
Oracle |
Modifier and Type | Method and Description |
---|---|
String |
getInsertQuery() |
String |
getSelectQuery() |
String |
getUpdateQuery() |
String |
toString() |
static GlueScheduledJobInfoLogger.JobLoggingQuery |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlueScheduledJobInfoLogger.JobLoggingQuery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlueScheduledJobInfoLogger.JobLoggingQuery Oracle
public static GlueScheduledJobInfoLogger.JobLoggingQuery[] values()
for (GlueScheduledJobInfoLogger.JobLoggingQuery c : GlueScheduledJobInfoLogger.JobLoggingQuery.values()) System.out.println(c);
public static GlueScheduledJobInfoLogger.JobLoggingQuery 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 toString()
toString
in class Enum<GlueScheduledJobInfoLogger.JobLoggingQuery>
public String getInsertQuery()
public String getUpdateQuery()
public String getSelectQuery()
Copyright © 2013–2020 POSCO ICT. All rights reserved.