Enum NativeConstants.IntegerDataType

java.lang.Object
java.lang.Enum<NativeConstants.IntegerDataType>
com.mysql.cj.protocol.a.NativeConstants.IntegerDataType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NativeConstants.IntegerDataType>, java.lang.constant.Constable
Enclosing class:
NativeConstants

public static enum NativeConstants.IntegerDataType
extends java.lang.Enum<NativeConstants.IntegerDataType>
Basic protocol data types as they are defined in http://dev.mysql.com/doc/internals/en/integer.html
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    INT_LENENC
    Length-Encoded Integer Type
    INT1
    1 byte Protocol::FixedLengthInteger
    INT2
    2 byte Protocol::FixedLengthInteger
    INT3
    3 byte Protocol::FixedLengthInteger
    INT4
    4 byte Protocol::FixedLengthInteger
    INT6
    6 byte Protocol::FixedLengthInteger
    INT8
    8 byte Protocol::FixedLengthInteger
  • Method Summary

    Modifier and Type Method Description
    static NativeConstants.IntegerDataType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static NativeConstants.IntegerDataType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait