| Package | Description |
|---|---|
| org.drizzle.jdbc.internal.common | |
| org.drizzle.jdbc.internal.common.packet | |
| org.drizzle.jdbc.internal.mysql.packet |
| Modifier and Type | Method and Description |
|---|---|
static ServerStatus |
ServerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerStatus[] |
ServerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServerStatus> |
ServerStatus.getServerStatusSet(short i)
creates an enum set of the bitmasked field i
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerStatus> |
OKPacket.getServerStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerStatus> |
MySQLGreetingReadPacket.getServerStatus() |
Copyright © 2016. All rights reserved.