Class Capabilities

java.lang.Object
org.mariadb.jdbc.util.constants.Capabilities

public final class Capabilities extends Object
Client / Server capabilities
  • Field Details

    • CLIENT_MYSQL

      public static final int CLIENT_MYSQL
      Is client mysql
      See Also:
    • FOUND_ROWS

      public static final int FOUND_ROWS
      use Found rowd instead of affected rows
      See Also:
    • LONG_FLAG

      public static final int LONG_FLAG
      Get all column flags
      See Also:
    • CONNECT_WITH_DB

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

      public static final int NO_SCHEMA
      Don't allow database.table.column
      See Also:
    • COMPRESS

      public static final int COMPRESS
      use compression protocol
      See Also:
    • ODBC

      public static final int ODBC
      Odbc client
      See Also:
    • LOCAL_FILES

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

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

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

      public static final int CLIENT_INTERACTIVE
      Is interactive client
      See Also:
    • SSL

      public static final int SSL
      Switch to SSL after handshake
      See Also:
    • IGNORE_SIGPIPE

      public static final int IGNORE_SIGPIPE
      IGNORE sigpipes
      See Also:
    • TRANSACTIONS

      public static final int TRANSACTIONS
      transactions
      See Also:
    • RESERVED

      public static final int RESERVED
      reserved - not used
      See Also:
    • SECURE_CONNECTION

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

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

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

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

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

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

      public static final int PLUGIN_AUTH_LENENC_CLIENT_DATA
      authentication data length is a length auth integer
      See Also:
    • CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS

      public static final int CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS
      Client can handle expired passwords
      See Also:
    • CLIENT_SESSION_TRACK

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

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

      public static final int PROGRESS_OLD
      Client support progress indicator (before 10.2)
      See Also:
    • PROGRESS

      public static final long PROGRESS
      Client progression
      See Also:
    • MARIADB_RESERVED

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

      public static final long STMT_BULK_OPERATIONS
      permit COM_STMT_BULK commands
      See Also:
    • EXTENDED_METADATA

      public static final long EXTENDED_METADATA
      metadata extended information
      See Also:
    • CACHE_METADATA

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

      public static final long BULK_UNIT_RESULTS
      permit returning all bulk individual results
      See Also:
  • Constructor Details

    • Capabilities

      public Capabilities()