|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ServerStatus>
org.drizzle.jdbc.internal.common.ServerStatus
public enum ServerStatus
Represents the server status
User: marcuse Date: Feb 27, 2009 Time: 8:36:46 PM
| Enum Constant Summary | |
|---|---|
AUTOCOMMIT
|
|
CURSOR_EXISTS
|
|
DB_DROPPED
|
|
IN_TRANSACTION
|
|
LAST_ROW_SENT
|
|
MORE_RESULTS_EXISTS
|
|
NO_BACKSLASH_ESCAPES
|
|
QUERY_NO_GOOD_INDEX_USED
|
|
QUERY_NO_INDEX_USED
|
|
QUERY_WAS_SLOW
|
|
| Method Summary | |
|---|---|
short |
getBitmapFlag()
returns the bit map flag |
static java.util.Set<ServerStatus> |
getServerStatusSet(short i)
creates an enum set of the bitmasked field i |
static ServerStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServerStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ServerStatus IN_TRANSACTION
public static final ServerStatus AUTOCOMMIT
public static final ServerStatus MORE_RESULTS_EXISTS
public static final ServerStatus QUERY_NO_GOOD_INDEX_USED
public static final ServerStatus QUERY_NO_INDEX_USED
public static final ServerStatus CURSOR_EXISTS
public static final ServerStatus LAST_ROW_SENT
public static final ServerStatus DB_DROPPED
public static final ServerStatus NO_BACKSLASH_ESCAPES
public static final ServerStatus QUERY_WAS_SLOW
| Method Detail |
|---|
public static ServerStatus[] values()
for (ServerStatus c : ServerStatus.values()) System.out.println(c);
public static ServerStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic short getBitmapFlag()
public static java.util.Set<ServerStatus> getServerStatusSet(short i)
i - the bitmasked field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||