public final class ServerStatuses extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static short |
AUTO_COMMIT |
static short |
CURSOR_EXISTS
The connection has an unclosed cursor.
|
static short |
IN_TRANSACTION |
static short |
LAST_ROW_SENT
All data rows is exhausted by cursor.
|
static short |
MORE_RESULTS_EXISTS |
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–2020. All rights reserved.