Class ClientCapabilities
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.ClientCapabilities
-
public final class ClientCapabilities extends Object
- Author:
- Stanley Shyiko
- See Also:
- Capability Flags
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPRESS
static int
CONNECT_WITH_DB
static int
FOUND_ROWS
static int
IGNORE_SIGPIPE
static int
IGNORE_SPACE
static int
INTERACTIVE
static int
LOCAL_FILES
static int
LONG_FLAG
static int
LONG_PASSWORD
static int
MULTI_RESULTS
static int
MULTI_STATEMENTS
static int
NO_SCHEMA
static int
ODBC
static int
PLUGIN_AUTH
static int
PLUGIN_AUTH_LENENC_CLIENT_DATA
static int
PROTOCOL_41
static int
PS_MULTI_RESULTS
static int
REMEMBER_OPTIONS
static int
RESERVED
static int
SECURE_CONNECTION
static int
SSL
static int
SSL_VERIFY_SERVER_CERT
static int
TRANSACTIONS
-
-
-
Field Detail
-
LONG_PASSWORD
public static final int LONG_PASSWORD
- See Also:
- Constant Field Values
-
FOUND_ROWS
public static final int FOUND_ROWS
- See Also:
- Constant Field Values
-
LONG_FLAG
public static final int LONG_FLAG
- See Also:
- Constant Field Values
-
CONNECT_WITH_DB
public static final int CONNECT_WITH_DB
- See Also:
- Constant Field Values
-
NO_SCHEMA
public static final int NO_SCHEMA
- See Also:
- Constant Field Values
-
COMPRESS
public static final int COMPRESS
- See Also:
- Constant Field Values
-
ODBC
public static final int ODBC
- See Also:
- Constant Field Values
-
LOCAL_FILES
public static final int LOCAL_FILES
- See Also:
- Constant Field Values
-
IGNORE_SPACE
public static final int IGNORE_SPACE
- See Also:
- Constant Field Values
-
PROTOCOL_41
public static final int PROTOCOL_41
- See Also:
- Constant Field Values
-
INTERACTIVE
public static final int INTERACTIVE
- See Also:
- Constant Field Values
-
SSL
public static final int SSL
- See Also:
- Constant Field Values
-
IGNORE_SIGPIPE
public static final int IGNORE_SIGPIPE
- See Also:
- Constant Field Values
-
TRANSACTIONS
public static final int TRANSACTIONS
- See Also:
- Constant Field Values
-
RESERVED
public static final int RESERVED
- See Also:
- Constant Field Values
-
SECURE_CONNECTION
public static final int SECURE_CONNECTION
- See Also:
- Constant Field Values
-
MULTI_STATEMENTS
public static final int MULTI_STATEMENTS
- See Also:
- Constant Field Values
-
MULTI_RESULTS
public static final int MULTI_RESULTS
- See Also:
- Constant Field Values
-
PS_MULTI_RESULTS
public static final int PS_MULTI_RESULTS
- See Also:
- Constant Field Values
-
PLUGIN_AUTH
public static final int PLUGIN_AUTH
- See Also:
- Constant Field Values
-
PLUGIN_AUTH_LENENC_CLIENT_DATA
public static final int PLUGIN_AUTH_LENENC_CLIENT_DATA
- See Also:
- Constant Field Values
-
SSL_VERIFY_SERVER_CERT
public static final int SSL_VERIFY_SERVER_CERT
- See Also:
- Constant Field Values
-
REMEMBER_OPTIONS
public static final int REMEMBER_OPTIONS
- See Also:
- Constant Field Values
-
-