public final class Types
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
DATETIME |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIME.
|
static int |
DATETIMEOFFSET |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type DATETIMEOFFSET.
|
static int |
GUID |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type GUID.
|
static int |
MONEY |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type MONEY.
|
static int |
SMALLDATETIME |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLDATETIME.
|
static int |
SMALLMONEY |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type SMALLMONEY.
|
static 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.
|
static int |
STRUCTURED |
The constant in the Java programming language, sometimes referred to as a type code, that identifies the Microsoft SQL type STRUCTURED.
|
public static final int DATETIMEOFFSET
public static final int STRUCTURED
public static final int DATETIME
public static final int SMALLDATETIME
public static final int MONEY
public static final int SMALLMONEY
public static final int GUID
public static final int SQL_VARIANT
Copyright © 2018 Microsoft Corporation. All rights reserved.