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 intCOMPRESSstatic intCONNECT_WITH_DBstatic intFOUND_ROWSstatic intIGNORE_SIGPIPEstatic intIGNORE_SPACEstatic intINTERACTIVEstatic intLOCAL_FILESstatic intLONG_FLAGstatic intLONG_PASSWORDstatic intMULTI_RESULTSstatic intMULTI_STATEMENTSstatic intNO_SCHEMAstatic intODBCstatic intPLUGIN_AUTHstatic intPLUGIN_AUTH_LENENC_CLIENT_DATAstatic intPROTOCOL_41static intPS_MULTI_RESULTSstatic intREMEMBER_OPTIONSstatic intRESERVEDstatic intSECURE_CONNECTIONstatic intSSLstatic intSSL_VERIFY_SERVER_CERTstatic intTRANSACTIONS
-
-
-
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
-
-