Package microsoft.sql
Class Types
java.lang.Object
microsoft.sql.Types
public final class Types
extends java.lang.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 intDATETIMEThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.static intDATETIMEOFFSETThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.static intGEOGRAPHYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOGRAPHY.static intGEOMETRYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOMETRY.static intGUIDThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.static intMONEYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.static intSMALLDATETIMEThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.static intSMALLMONEYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.static intSQL_VARIANTThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SQL_VARIANT.static intSTRUCTUREDThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED. -
Method Summary
-
Field Details
-
DATETIMEOFFSET
public static final int DATETIMEOFFSETThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.- See Also:
- Constant Field Values
-
STRUCTURED
public static final int STRUCTUREDThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED.- See Also:
- Constant Field Values
-
DATETIME
public static final int DATETIMEThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.- See Also:
- Constant Field Values
-
SMALLDATETIME
public static final int SMALLDATETIMEThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.- See Also:
- Constant Field Values
-
MONEY
public static final int MONEYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.- See Also:
- Constant Field Values
-
SMALLMONEY
public static final int SMALLMONEYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.- See Also:
- Constant Field Values
-
GUID
public static final int GUIDThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.- See Also:
- Constant Field Values
-
SQL_VARIANT
public static final int SQL_VARIANTThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SQL_VARIANT.- See Also:
- Constant Field Values
-
GEOMETRY
public static final int GEOMETRYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOMETRY.- See Also:
- Constant Field Values
-
GEOGRAPHY
public static final int GEOGRAPHYThe constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GEOGRAPHY.- See Also:
- Constant Field Values
-