Package | Description |
---|---|
org.apache.ambari.eventdb.db |
Modifier and Type | Method and Description |
---|---|
static PostgresConnector.Statements |
PostgresConnector.Statements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnector.Statements[] |
PostgresConnector.Statements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected PreparedStatement |
PostgresConnector.getQualifiedPS(PostgresConnector.Statements statement,
String searchClause) |
protected PreparedStatement |
PostgresConnector.getQualifiedPS(PostgresConnector.Statements statement,
String searchClause,
Workflows.WorkflowDBEntry.WorkflowFields field,
boolean sortAscending,
int offset,
int limit) |
protected PreparedStatement |
MySQLConnector.getQualifiedPS(PostgresConnector.Statements statement,
String searchClause,
Workflows.WorkflowDBEntry.WorkflowFields field,
boolean sortAscending,
int offset,
int limit) |
protected PreparedStatement |
OracleConnector.getQualifiedPS(PostgresConnector.Statements statement,
String searchClause,
Workflows.WorkflowDBEntry.WorkflowFields field,
boolean sortAscending,
int offset,
int limit) |
Copyright © 2014. All rights reserved.