static JdbcStatementTimingFormat |
JdbcStatementTimingFormat.safeValueOf(String value) |
Helper function to return the JdbcStatementTimingFormat represented by
value .
|
static JdbcStatementTimingFormat |
JdbcStatementTimingFormat.valueOf(char code) |
Helper function to return the JdbcStatementTimingFormat represented by code.
|
static JdbcStatementTimingFormat |
JdbcStatementTimingFormat.valueOf(Character code) |
Helper function to return the JdbcStatementTimingFormat represented by code.
|
static JdbcStatementTimingFormat |
JdbcStatementTimingFormat.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JdbcStatementTimingFormat |
JdbcStatementTimingFormat.valueOfCode(String code) |
Helper function to return the JdbcStatementTimingFormat represented by code.
|
static JdbcStatementTimingFormat[] |
JdbcStatementTimingFormat.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|