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