public final class Capabilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CACHE_METADATA
permit metadata caching
|
static int |
CAN_HANDLE_EXPIRED_PASSWORDS
Don't close the connection for a connection with expired password.
|
static int |
CLIENT_DEPRECATE_EOF
EOF packet deprecated
|
static int |
CLIENT_INTERACTIVE
Is interactive client
|
static int |
CLIENT_PROTOCOL_41
Use 4.1 protocol
|
static int |
CLIENT_SESSION_TRACK
server send session tracking info
|
static int |
COMPRESS
use compression protocol
|
static int |
CONNECT_ATTRS
Client send connection attributes
|
static int |
CONNECT_WITH_DB
One can specify db on connect
|
static long |
EXTENDED_TYPE_INFO
metadata extended information
|
static int |
FOUND_ROWS
use Found rowd instead of affected rows
|
static int |
IGNORE_SIGPIPE
IGNORE sigpipes
|
static int |
IGNORE_SPACE
Ignore spaces before '('
|
static int |
LOCAL_FILES
Can use LOAD DATA LOCAL
|
static int |
LONG_FLAG
Get all column flags
|
static int |
LONG_PASSWORD
new more secure passwords
|
static int |
MULTI_RESULTS
Enable/disable multi-results
|
static int |
MULTI_STATEMENTS
Enable/disable multi-stmt support
|
static int |
NO_SCHEMA
Don't allow database.table.column
|
static int |
ODBC
Odbc client
|
static int |
PLUGIN_AUTH
Client supports plugin authentication
|
static int |
PLUGIN_AUTH_LENENC_CLIENT_DATA
authentication data length is a length auth integer
|
static int |
PS_MULTI_RESULTS
Enable/disable multi-results for PrepareStatement
|
static int |
REMEMBER_OPTIONS |
static int |
RESERVED
reserved - not used
|
static int |
SECURE_CONNECTION
New 4.1 authentication
|
static int |
SSL
Switch to SSL after handshake
|
static int |
SSL_VERIFY_SERVER_CERT |
static int |
TRANSACTIONS
transactions
|
| Constructor and Description |
|---|
Capabilities() |
public static final int LONG_PASSWORD
public static final int FOUND_ROWS
public static final int LONG_FLAG
public static final int CONNECT_WITH_DB
public static final int NO_SCHEMA
public static final int COMPRESS
public static final int ODBC
public static final int LOCAL_FILES
public static final int IGNORE_SPACE
public static final int CLIENT_PROTOCOL_41
public static final int CLIENT_INTERACTIVE
public static final int SSL
public static final int IGNORE_SIGPIPE
public static final int TRANSACTIONS
public static final int RESERVED
public static final int SECURE_CONNECTION
public static final int MULTI_STATEMENTS
public static final int MULTI_RESULTS
public static final int PS_MULTI_RESULTS
public static final int PLUGIN_AUTH
public static final int CONNECT_ATTRS
public static final int PLUGIN_AUTH_LENENC_CLIENT_DATA
public static final int CAN_HANDLE_EXPIRED_PASSWORDS
public static final int CLIENT_SESSION_TRACK
public static final int SSL_VERIFY_SERVER_CERT
public static final int REMEMBER_OPTIONS
public static final int CLIENT_DEPRECATE_EOF
public static final long EXTENDED_TYPE_INFO
public static final long CACHE_METADATA
Copyright © 2025 SingleStore. All rights reserved.