Module org.jooq

Class SybaseDataType

java.lang.Object
org.jooq.util.sybase.SybaseDataType

@Deprecated(forRemoval=true, since="3.11") public class SybaseDataType extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before the SQLDataType class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.

Use the corresponding SQLDataType instead.

Supported data types for the SQLDialect.SYBASE dialect
Author:
Espen Stromsnes
See Also:
http://infocenter.sybase.com/help/topic/com.sybase.help.sqlanywhere.12.0.0/dbreference/rf-datatypes.html
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static DataType<BigInteger>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Boolean>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Byte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Byte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<JSON>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<JSONB>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Long>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Date>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Float>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Short>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Time>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<UByte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<UUID>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<ULong>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<UByte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UNSIGNEDTINYINT

      public static final DataType<UByte> UNSIGNEDTINYINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TINYINT

      public static final DataType<UByte> TINYINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SMALLINT

      public static final DataType<Short> SMALLINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNSIGNEDSMALLLINT

      public static final DataType<UShort> UNSIGNEDSMALLLINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INT

      public static final DataType<Integer> INT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INTEGER

      public static final DataType<Integer> INTEGER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNSIGNEDINT

      public static final DataType<UInteger> UNSIGNEDINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BIGINT

      public static final DataType<Long> BIGINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNSIGNEDBIGINT

      public static final DataType<ULong> UNSIGNEDBIGINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOUBLE

      public static final DataType<Double> DOUBLE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FLOAT

      public static final DataType<Double> FLOAT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • REAL

      public static final DataType<Float> REAL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DECIMAL

      public static final DataType<BigDecimal> DECIMAL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NUMERIC

      public static final DataType<BigDecimal> NUMERIC
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BIT

      public static final DataType<Boolean> BIT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VARCHAR

      public static final DataType<String> VARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHAR

      public static final DataType<String> CHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGNVARCHAR

      public static final DataType<String> LONGNVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGVARCHAR

      public static final DataType<String> LONGVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NCHAR

      public static final DataType<String> NCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NTEXT

      public static final DataType<String> NTEXT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NVARCHAR

      public static final DataType<String> NVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TEXT

      public static final DataType<String> TEXT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATE

      public static final DataType<Date> DATE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TIME

      public static final DataType<Time> TIME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATETIME

      public static final DataType<Timestamp> DATETIME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TIMESTAMP

      public static final DataType<Timestamp> TIMESTAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BINARY

      public static final DataType<byte[]> BINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGBINARY

      public static final DataType<byte[]> LONGBINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VARBINARY

      public static final DataType<byte[]> VARBINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BLOB

      protected static final DataType<byte[]> __BLOB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BOOLEAN

      protected static final DataType<Boolean> __BOOLEAN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BYTE

      protected static final DataType<Byte> __BYTE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BYTESIGNED

      protected static final DataType<Byte> __BYTESIGNED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __JSON

      protected static final DataType<JSON> __JSON
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __JSONB

      protected static final DataType<JSONB> __JSONB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BIGINTEGER

      protected static final DataType<BigInteger> __BIGINTEGER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MONEY

      public static final DataType<BigDecimal> MONEY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SMALLMONEY

      public static final DataType<BigDecimal> SMALLMONEY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNIQUEIDENTIFIERSTR

      public static final DataType<String> UNIQUEIDENTIFIERSTR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • XML

      public static final DataType<String> XML
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNIQUEIDENTIFIER

      public static final DataType<UUID> UNIQUEIDENTIFIER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATETIMEOFFSET

      public static final DataType<Timestamp> DATETIMEOFFSET
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SMALLDATETIME

      public static final DataType<Timestamp> SMALLDATETIME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TIMESTAMPWITHTIMEZONE

      public static final DataType<Timestamp> TIMESTAMPWITHTIMEZONE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IMAGE

      public static final DataType<byte[]> IMAGE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VARBIT

      public static final DataType<byte[]> VARBIT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGVARBIT

      public static final DataType<byte[]> LONGVARBIT
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SybaseDataType

      public SybaseDataType()
      Deprecated, for removal: This API element is subject to removal in a future version.