public static enum SQLSession.QueryResponseType extends Enum<SQLSession.QueryResponseType>
| Modifier and Type | Method and Description |
|---|---|
static SQLSession.QueryResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLSession.QueryResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLSession.QueryResponseType PARSE_COMPLETE
public static final SQLSession.QueryResponseType BIND_COMPLETE
public static final SQLSession.QueryResponseType PARAMETER_DESCRIPTION
public static final SQLSession.QueryResponseType ROW_DESCRIPTION
public static final SQLSession.QueryResponseType DATA_ROW
public static final SQLSession.QueryResponseType NO_DATA
public static final SQLSession.QueryResponseType ROW_DESCRIPTION_AND_DATA_ROW_OR_NO_DATA
public static final SQLSession.QueryResponseType COMMAND_COMPLETE
public static final SQLSession.QueryResponseType EMPTY_QUERY
public static final SQLSession.QueryResponseType PORTAL_SUSPENDED
public static final SQLSession.QueryResponseType ERROR
public static final SQLSession.QueryResponseType COMMAND_COMPLETE_OR_EMPTY_QUERY_OR_PORTAL_SUSPENDED_OR_ERROR
public static final SQLSession.QueryResponseType CLOSE_COMPLETE
public static final SQLSession.QueryResponseType READY_FOR_QUERY
public static SQLSession.QueryResponseType[] values()
for (SQLSession.QueryResponseType c : SQLSession.QueryResponseType.values()) System.out.println(c);
public static SQLSession.QueryResponseType 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 nullCopyright © 2017 The CLARUS Consortium. All rights reserved.