public final class ConnectionState extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_AUTOCOMMIT
flag indicating that autocommit has been changed
|
static int |
STATE_DATABASE
flag indicating that default database has been changed
|
static int |
STATE_NETWORK_TIMEOUT
flag indicating that network timeout has been changed
|
static int |
STATE_READ_ONLY
flag indicating that connection read only has been changed
|
static int |
STATE_TRANSACTION_ISOLATION
flag indicating that transaction isolation has been changed
|
| Constructor and Description |
|---|
ConnectionState() |
public static final int STATE_NETWORK_TIMEOUT
public static final int STATE_DATABASE
public static final int STATE_READ_ONLY
public static final int STATE_AUTOCOMMIT
public static final int STATE_TRANSACTION_ISOLATION
Copyright © 2025 SingleStore. All rights reserved.