Class Capabilities


  • public final class Capabilities
    extends java.lang.Object
    Client / Server capabilities
    • Field Detail

      • FOUND_ROWS

        public static final int FOUND_ROWS
        use Found rowd instead of affected rows
        See Also:
        Constant Field Values
      • CONNECT_WITH_DB

        public static final int CONNECT_WITH_DB
        One can specify db on connect
        See Also:
        Constant Field Values
      • NO_SCHEMA

        public static final int NO_SCHEMA
        Don't allow database.table.column
        See Also:
        Constant Field Values
      • LOCAL_FILES

        public static final int LOCAL_FILES
        Can use LOAD DATA LOCAL
        See Also:
        Constant Field Values
      • IGNORE_SPACE

        public static final int IGNORE_SPACE
        Ignore spaces before '('
        See Also:
        Constant Field Values
      • CLIENT_PROTOCOL_41

        public static final int CLIENT_PROTOCOL_41
        Use 4.1 protocol
        See Also:
        Constant Field Values
      • CLIENT_INTERACTIVE

        public static final int CLIENT_INTERACTIVE
        Is interactive client
        See Also:
        Constant Field Values
      • SECURE_CONNECTION

        public static final int SECURE_CONNECTION
        New 4.1 authentication
        See Also:
        Constant Field Values
      • MULTI_STATEMENTS

        public static final int MULTI_STATEMENTS
        Enable/disable multi-stmt support
        See Also:
        Constant Field Values
      • MULTI_RESULTS

        public static final int MULTI_RESULTS
        Enable/disable multi-results
        See Also:
        Constant Field Values
      • PS_MULTI_RESULTS

        public static final int PS_MULTI_RESULTS
        Enable/disable multi-results for PrepareStatement
        See Also:
        Constant Field Values
      • PLUGIN_AUTH

        public static final int PLUGIN_AUTH
        Client supports plugin authentication
        See Also:
        Constant Field Values
      • CONNECT_ATTRS

        public static final int CONNECT_ATTRS
        Client send connection attributes
        See Also:
        Constant Field Values
      • PLUGIN_AUTH_LENENC_CLIENT_DATA

        public static final int PLUGIN_AUTH_LENENC_CLIENT_DATA
        authentication data length is a length auth integer
        See Also:
        Constant Field Values
      • CLIENT_SESSION_TRACK

        public static final int CLIENT_SESSION_TRACK
        server send session tracking info
        See Also:
        Constant Field Values
      • CLIENT_DEPRECATE_EOF

        public static final int CLIENT_DEPRECATE_EOF
        EOF packet deprecated
        See Also:
        Constant Field Values
      • PROGRESS_OLD

        public static final int PROGRESS_OLD
        Client support progress indicator (before 10.2)
        See Also:
        Constant Field Values
      • MARIADB_RESERVED

        public static final long MARIADB_RESERVED
        not used anymore - reserved
        See Also:
        Constant Field Values
      • STMT_BULK_OPERATIONS

        public static final long STMT_BULK_OPERATIONS
        permit COM_STMT_BULK commands
        See Also:
        Constant Field Values
      • EXTENDED_TYPE_INFO

        public static final long EXTENDED_TYPE_INFO
        metadata extended information
        See Also:
        Constant Field Values
      • CACHE_METADATA

        public static final long CACHE_METADATA
        permit metadata caching
        See Also:
        Constant Field Values
      • BULK_UNIT_RESULTS

        public static final long BULK_UNIT_RESULTS
        permit returning all bulk individual results
        See Also:
        Constant Field Values
    • Constructor Detail

      • Capabilities

        public Capabilities()