public static enum EOFPacket.ServerStatus extends Enum<EOFPacket.ServerStatus>
| Enum Constant and Description |
|---|
SERVER_MORE_RESULTS_EXISTS |
SERVER_QUERY_NO_GOOD_INDEX_USED |
SERVER_QUERY_NO_INDEX_USED |
SERVER_STATUS_AUTOCOMMIT |
SERVER_STATUS_DB_DROPPED |
SERVER_STATUS_IN_TRANS |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitmapFlag() |
static Set<EOFPacket.ServerStatus> |
getServerCapabilitiesSet(short i) |
static EOFPacket.ServerStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EOFPacket.ServerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOFPacket.ServerStatus SERVER_STATUS_IN_TRANS
public static final EOFPacket.ServerStatus SERVER_STATUS_AUTOCOMMIT
public static final EOFPacket.ServerStatus SERVER_MORE_RESULTS_EXISTS
public static final EOFPacket.ServerStatus SERVER_QUERY_NO_GOOD_INDEX_USED
public static final EOFPacket.ServerStatus SERVER_QUERY_NO_INDEX_USED
public static final EOFPacket.ServerStatus SERVER_STATUS_DB_DROPPED
public static EOFPacket.ServerStatus[] values()
for (EOFPacket.ServerStatus c : EOFPacket.ServerStatus.values()) System.out.println(c);
public static EOFPacket.ServerStatus 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 nullpublic static Set<EOFPacket.ServerStatus> getServerCapabilitiesSet(short i)
public int getBitmapFlag()
Copyright © 2016. All rights reserved.