public static enum PostgresConnector.Statements extends Enum<PostgresConnector.Statements>
Enum Constant and Description |
---|
FJD_PS |
FJD_TIMERANGE_PS |
FJSS_PS |
FJTA_PS |
FTA_TIMERANGE_PS |
FW_COUNT_PS |
FW_PS |
FW_SUMMARY_PS |
FWTA_PS |
SJ_CHECK_WORKFLOW_PS |
SJ_INSERT_JOB_PS |
SJ_INSERT_WORKFLOW_PS |
UJ_UPDATE_JOB_PS |
UJ_UPDATE_WORKFLOW_PS |
Modifier and Type | Method and Description |
---|---|
String |
getStatementString() |
static PostgresConnector.Statements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnector.Statements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostgresConnector.Statements SJ_INSERT_JOB_PS
public static final PostgresConnector.Statements SJ_CHECK_WORKFLOW_PS
public static final PostgresConnector.Statements SJ_INSERT_WORKFLOW_PS
public static final PostgresConnector.Statements UJ_UPDATE_JOB_PS
public static final PostgresConnector.Statements UJ_UPDATE_WORKFLOW_PS
public static final PostgresConnector.Statements FW_PS
public static final PostgresConnector.Statements FW_COUNT_PS
public static final PostgresConnector.Statements FW_SUMMARY_PS
public static final PostgresConnector.Statements FJD_PS
public static final PostgresConnector.Statements FJD_TIMERANGE_PS
public static final PostgresConnector.Statements FJSS_PS
public static final PostgresConnector.Statements FJTA_PS
public static final PostgresConnector.Statements FWTA_PS
public static final PostgresConnector.Statements FTA_TIMERANGE_PS
public static PostgresConnector.Statements[] values()
for (PostgresConnector.Statements c : PostgresConnector.Statements.values()) System.out.println(c);
public static PostgresConnector.Statements 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 getStatementString()
Copyright © 2014. All rights reserved.