public class ServerStatus extends Object
Modifier and Type | Field and Description |
---|---|
static short |
AUTOCOMMIT |
static short |
CURSOR_EXISTS |
static short |
DB_DROPPED |
static short |
IN_TRANSACTION |
static short |
LAST_ROW_SENT |
static short |
MORE_RESULTS_EXISTS |
static short |
NO_BACKSLASH_ESCAPES |
static short |
QUERY_NO_GOOD_INDEX_USED |
static short |
QUERY_NO_INDEX_USED |
static short |
QUERY_WAS_SLOW |
Constructor and Description |
---|
ServerStatus() |
public static final short IN_TRANSACTION
public static final short AUTOCOMMIT
public static final short MORE_RESULTS_EXISTS
public static final short QUERY_NO_GOOD_INDEX_USED
public static final short QUERY_NO_INDEX_USED
public static final short CURSOR_EXISTS
public static final short LAST_ROW_SENT
public static final short DB_DROPPED
public static final short NO_BACKSLASH_ESCAPES
public static final short QUERY_WAS_SLOW
Copyright © 2015. All rights reserved.