public final class ServerStatuses extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
AUTO_COMMIT
Server has enabled auto commit when it does not begin a transaction.
|
static short |
CURSOR_EXISTS
The connection has an unclosed cursor.
|
static short |
IN_TRANSACTION
Server has disabled auto commit and began a transaction.
|
static short |
LAST_ROW_SENT
All data rows is exhausted by cursor.
|
static short |
MORE_RESULTS_EXISTS
There are more results following this complete message.
|
public static final short IN_TRANSACTION
public static final short AUTO_COMMIT
public static final short MORE_RESULTS_EXISTS
public static final short CURSOR_EXISTS
public static final short LAST_ROW_SENT
Copyright © 2018–2023 asyncer.io. All rights reserved.