Package microsoft.sql

Class Types

java.lang.Object
microsoft.sql.Types

public final class Types extends Object
Defines the constants that are used to identify the SQL types that are specific to Microsoft SQL Server. This class is never instantiated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOGRAPHY.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOMETRY.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SQL_VARIANT.
    static final int
    The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • DATETIMEOFFSET

      public static final int DATETIMEOFFSET
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.
      See Also:
    • STRUCTURED

      public static final int STRUCTURED
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED.
      See Also:
    • DATETIME

      public static final int DATETIME
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.
      See Also:
    • SMALLDATETIME

      public static final int SMALLDATETIME
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.
      See Also:
    • MONEY

      public static final int MONEY
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.
      See Also:
    • SMALLMONEY

      public static final int SMALLMONEY
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.
      See Also:
    • GUID

      public static final int GUID
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.
      See Also:
    • SQL_VARIANT

      public static final int SQL_VARIANT
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SQL_VARIANT.
      See Also:
    • GEOMETRY

      public static final int GEOMETRY
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOMETRY.
      See Also:
    • GEOGRAPHY

      public static final int GEOGRAPHY
      The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOGRAPHY.
      See Also: