| Package | Description |
|---|---|
| com.mysql.cj |
| Modifier and Type | Field and Description |
|---|---|
private QueryReturnType |
QueryInfo.queryReturnType |
| Modifier and Type | Method and Description |
|---|---|
QueryReturnType |
QueryInfo.getQueryReturnType()
Returns the return type of the parsed query.
|
static QueryReturnType |
QueryInfo.getQueryReturnType(java.lang.String sql,
boolean noBackslashEscapes)
Returns the type of return that can be expected from executing the given query.
|
static QueryReturnType |
QueryReturnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryReturnType[] |
QueryReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|