Interface MySqlTypes


public interface MySqlTypes
Types present in a MySQL database.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final de.chojo.sadu.core.types.SqlType
    "Unlimited"
    static final de.chojo.sadu.core.types.SqlType
    Fixed < 255 with padding
    static final de.chojo.sadu.core.types.SqlType
    < 65,353
    static final de.chojo.sadu.core.types.SqlType
    Boolean representation
    static final de.chojo.sadu.core.types.SqlType
    Fixed < 255 with padding
    static final de.chojo.sadu.core.types.SqlType
    Date
    static final de.chojo.sadu.core.types.SqlType
    exact fixed point
    static final de.chojo.sadu.core.types.SqlType
    double precision
    static final de.chojo.sadu.core.types.SqlType
    single precision
    static final de.chojo.sadu.core.types.SqlType
    -2,147,483,648 and 2,147,483,647
    static final de.chojo.sadu.core.types.SqlType
    < 4,294,967,295
    static final de.chojo.sadu.core.types.SqlType
    < 4,294,967,295 Bytes
    static final de.chojo.sadu.core.types.SqlType
    < 16,777,215 Bytes
    static final de.chojo.sadu.core.types.SqlType
    -8,288,608 and 8,388,607
    static final de.chojo.sadu.core.types.SqlType
    < 16,777,215 Bytes
    static final de.chojo.sadu.core.types.SqlType
    -32,768 and 32,767
    static final de.chojo.sadu.core.types.SqlType
    < 65,353 Bytes
    static final de.chojo.sadu.core.types.SqlType
    Time
    static final de.chojo.sadu.core.types.SqlType
    Timestamp
    static final de.chojo.sadu.core.types.SqlType
    < 255 Bytes
    static final de.chojo.sadu.core.types.SqlType
    -128 and 127
    static final de.chojo.sadu.core.types.SqlType
    < 255 Bytes
    static final de.chojo.sadu.core.types.SqlType
    < 65,353 Bytes
    static final de.chojo.sadu.core.types.SqlType
    < 65,353 Bytes
  • Field Details

    • CHAR

      static final de.chojo.sadu.core.types.SqlType CHAR
      Fixed < 255 with padding
    • VARCHAR

      static final de.chojo.sadu.core.types.SqlType VARCHAR
      < 65,353 Bytes
    • TINYTEXT

      static final de.chojo.sadu.core.types.SqlType TINYTEXT
      < 255 Bytes
    • TEXT

      static final de.chojo.sadu.core.types.SqlType TEXT
      < 65,353 Bytes
    • MEDIUMTEXT

      static final de.chojo.sadu.core.types.SqlType MEDIUMTEXT
      < 16,777,215 Bytes
    • LONGTEXT

      static final de.chojo.sadu.core.types.SqlType LONGTEXT
      < 4,294,967,295 Bytes
    • TINYINT

      static final de.chojo.sadu.core.types.SqlType TINYINT
      -128 and 127
    • SMALLINT

      static final de.chojo.sadu.core.types.SqlType SMALLINT
      -32,768 and 32,767
    • MEDIUMINT

      static final de.chojo.sadu.core.types.SqlType MEDIUMINT
      -8,288,608 and 8,388,607
    • INT

      static final de.chojo.sadu.core.types.SqlType INT
      -2,147,483,648 and 2,147,483,647
    • BIGINT

      static final de.chojo.sadu.core.types.SqlType BIGINT
      "Unlimited"
    • DECIMAL

      static final de.chojo.sadu.core.types.SqlType DECIMAL
      exact fixed point
    • DOUBLE

      static final de.chojo.sadu.core.types.SqlType DOUBLE
      double precision
    • FLOAT

      static final de.chojo.sadu.core.types.SqlType FLOAT
      single precision
    • BOOLEAN

      static final de.chojo.sadu.core.types.SqlType BOOLEAN
      Boolean representation
    • BINARY

      static final de.chojo.sadu.core.types.SqlType BINARY
      Fixed < 255 with padding
    • VARBINARY

      static final de.chojo.sadu.core.types.SqlType VARBINARY
      < 65,353 Bytes
    • TINYBLOB

      static final de.chojo.sadu.core.types.SqlType TINYBLOB
      < 255 Bytes
    • BLOB

      static final de.chojo.sadu.core.types.SqlType BLOB
      < 65,353
    • MEDIUMBLOB

      static final de.chojo.sadu.core.types.SqlType MEDIUMBLOB
      < 16,777,215 Bytes
    • LONGBLOB

      static final de.chojo.sadu.core.types.SqlType LONGBLOB
      < 4,294,967,295
    • DATE

      static final de.chojo.sadu.core.types.SqlType DATE
      Date
    • TIME

      static final de.chojo.sadu.core.types.SqlType TIME
      Time
    • TIMESTAMP

      static final de.chojo.sadu.core.types.SqlType TIMESTAMP
      Timestamp