Package org.mariadb.jdbc.internal
Class MariaDbServerCapabilities
- java.lang.Object
-
- org.mariadb.jdbc.internal.MariaDbServerCapabilities
-
public class MariaDbServerCapabilities extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLIENT_DEPRECATE_EOFstatic intCLIENT_INTERACTIVEstatic intCLIENT_MYSQLstatic intCLIENT_PROTOCOL_41static intCLIENT_SESSION_TRACKstatic intCOMPRESSstatic intCONNECT_ATTRSstatic intCONNECT_WITH_DBstatic intFOUND_ROWSstatic intIGNORE_SIGPIPEstatic intIGNORE_SPACEstatic intLOCAL_FILESstatic intLONG_FLAGstatic longMARIADB_CLIENT_COM_MULTIstatic longMARIADB_CLIENT_EXTENDED_METADATAstatic longMARIADB_CLIENT_PROGRESSstatic longMARIADB_CLIENT_STMT_BULK_OPERATIONSstatic intMULTI_RESULTSstatic intMULTI_STATEMENTSstatic intNO_SCHEMAstatic intODBCstatic intPLUGIN_AUTHstatic intPLUGIN_AUTH_LENENC_CLIENT_DATAstatic intPROGRESS_OLDstatic intPS_MULTI_RESULTSstatic intRESERVEDstatic intSECURE_CONNECTIONstatic intSSLstatic intTRANSACTIONS
-
Constructor Summary
Constructors Constructor Description MariaDbServerCapabilities()
-
-
-
Field Detail
-
CLIENT_MYSQL
public static final int CLIENT_MYSQL
- 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
-
CLIENT_PROTOCOL_41
public static final int CLIENT_PROTOCOL_41
- See Also:
- Constant Field Values
-
CLIENT_INTERACTIVE
public static final int CLIENT_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
-
CONNECT_ATTRS
public static final int CONNECT_ATTRS
- See Also:
- Constant Field Values
-
PLUGIN_AUTH_LENENC_CLIENT_DATA
public static final int PLUGIN_AUTH_LENENC_CLIENT_DATA
- See Also:
- Constant Field Values
-
CLIENT_SESSION_TRACK
public static final int CLIENT_SESSION_TRACK
- See Also:
- Constant Field Values
-
CLIENT_DEPRECATE_EOF
public static final int CLIENT_DEPRECATE_EOF
- See Also:
- Constant Field Values
-
PROGRESS_OLD
public static final int PROGRESS_OLD
- See Also:
- Constant Field Values
-
MARIADB_CLIENT_PROGRESS
public static final long MARIADB_CLIENT_PROGRESS
- See Also:
- Constant Field Values
-
MARIADB_CLIENT_COM_MULTI
public static final long MARIADB_CLIENT_COM_MULTI
- See Also:
- Constant Field Values
-
MARIADB_CLIENT_STMT_BULK_OPERATIONS
public static final long MARIADB_CLIENT_STMT_BULK_OPERATIONS
- See Also:
- Constant Field Values
-
MARIADB_CLIENT_EXTENDED_METADATA
public static final long MARIADB_CLIENT_EXTENDED_METADATA
- See Also:
- Constant Field Values
-
-