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