public class Types extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ARRAY
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
ARRAY. |
static int |
BIGINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIGINT. |
static int |
BINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BINARY. |
static int |
BIT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIT. |
static int |
BLOB
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
BLOB. |
static int |
BOOLEAN
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type
BOOLEAN. |
static int |
BOX |
static int |
BOX2D |
static int |
BOX3D |
static int |
CHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
CHAR. |
static int |
CIRCLE |
static int |
CLOB
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
CLOB. |
static int |
CURSOR
Redhorse 游标类型
CURSOR. |
static int |
DATALINK
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type
DATALINK. |
static int |
DATE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DATE. |
static int |
DATETIME |
static int |
DATETIME_TZ
带时区的时间类型
|
static int |
DECIMAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DECIMAL. |
static int |
DISTINCT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
DISTINCT. |
static int |
DOUBLE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DOUBLE. |
static int |
FLOAT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
FLOAT. |
static int |
GEOGRAPHY |
static int |
GEOMETRY
复杂空间类型
|
static int |
GUID
序列串类型,类似于:xxxx-xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx(总共32位)
|
static int |
IMAGE
IMAGE类型
|
static int |
INTEGER
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
INTEGER. |
static int |
INTERVAL_D |
static int |
INTERVAL_D2H |
static int |
INTERVAL_D2M |
static int |
INTERVAL_D2S |
static int |
INTERVAL_H |
static int |
INTERVAL_H2M |
static int |
INTERVAL_H2S |
static int |
INTERVAL_M |
static int |
INTERVAL_M2S |
static int |
INTERVAL_MI |
static int |
INTERVAL_S |
static int |
INTERVAL_Y
INTERVAL类型
|
static int |
INTERVAL_Y2M |
static int |
JAVA_OBJECT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
JAVA_OBJECT. |
static int |
JSON
JSON类型 wqy编号
|
static int |
LINE |
static int |
LONGNVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGNVARCHAR. |
static int |
LONGVARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY. |
static int |
LONGVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR. |
static int |
LSEG |
static int |
NCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NCHAR. |
static int |
NCLOB
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
NCLOB. |
static int |
NULL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NULL. |
static int |
NUMERIC
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NUMERIC. |
static int |
NVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NVARCHAR. |
static int |
OTHER
The constant in the Java programming language that indicates
that the SQL type is database-specific and
gets mapped to a Java object that can be accessed via
the methods
getObject and setObject. |
static int |
PATH |
static int |
POINT
基础空间类型
|
static int |
POLYGON |
static int |
RASTER |
static int |
REAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL. |
static int |
REF
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
REF. |
static int |
REFCUR
Redhorse 引用游标类型
REFCUR. |
static int |
ROWID
Redhorse ROWID类型
CURSOR. |
static int |
ROWVERSION |
static int |
SMALLINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT. |
static int |
SPHEROID |
static int |
STRUCT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
STRUCT. |
static int |
TIME
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIME. |
static int |
TIME_TZ |
static int |
TIMESTAMP
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIMESTAMP. |
static int |
TINYINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TINYINT. |
static int |
UDTOBJECT |
static int |
UDTRECORD |
static int |
UDTTABLE |
static int |
UDTVARRAY |
static int |
VARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARBINARY. |
static int |
VARBIT
变长位类型
|
static int |
VARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARCHAR. |
static int |
XML
XML类型
|
| 构造器和说明 |
|---|
Types() |
public static final int BIT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIT.
public static final int TINYINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TINYINT.
public static final int SMALLINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT.
public static final int INTEGER
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
INTEGER.
public static final int BIGINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIGINT.
public static final int FLOAT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
FLOAT.
public static final int REAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL.
public static final int DOUBLE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DOUBLE.
public static final int NUMERIC
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NUMERIC.
public static final int DECIMAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DECIMAL.
public static final int CHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
CHAR.
public static final int NCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NCHAR.
public static final int VARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARCHAR.
public static final int NVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NVARCHAR.
public static final int LONGVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR.
public static final int LONGNVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGNVARCHAR.
public static final int DATE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DATE.
public static final int TIME
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIME.
public static final int TIMESTAMP
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIMESTAMP.
public static final int BINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BINARY.
public static final int VARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARBINARY.
public static final int LONGVARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY.
public static final int ROWID
Redhorse ROWID类型
CURSOR.
public static final int REFCUR
Redhorse 引用游标类型
REFCUR.
public static final int CURSOR
Redhorse 游标类型
CURSOR.
public static final int NULL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NULL.
public static final int OTHER
getObject and setObject.public static final int JAVA_OBJECT
JAVA_OBJECT.public static final int DISTINCT
DISTINCT.public static final int STRUCT
STRUCT.public static final int ARRAY
ARRAY.public static final int BLOB
BLOB.public static final int CLOB
CLOB.public static final int NCLOB
NCLOB.public static final int REF
REF.public static final int DATALINK
DATALINK.public static final int BOOLEAN
BOOLEAN.public static final int INTERVAL_Y
public static final int INTERVAL_M
public static final int INTERVAL_D
public static final int INTERVAL_H
public static final int INTERVAL_MI
public static final int INTERVAL_S
public static final int INTERVAL_Y2M
public static final int INTERVAL_D2H
public static final int INTERVAL_D2M
public static final int INTERVAL_D2S
public static final int INTERVAL_H2M
public static final int INTERVAL_H2S
public static final int INTERVAL_M2S
public static final int DATETIME_TZ
public static final int TIME_TZ
public static final int DATETIME
public static final int GUID
public static final int ROWVERSION
public static final int IMAGE
public static final int UDTOBJECT
public static final int UDTRECORD
public static final int UDTVARRAY
public static final int UDTTABLE
public static final int JSON
public static final int POINT
public static final int LSEG
public static final int LINE
public static final int BOX
public static final int PATH
public static final int POLYGON
public static final int CIRCLE
public static final int GEOMETRY
public static final int GEOGRAPHY
public static final int BOX2D
public static final int BOX3D
public static final int SPHEROID
public static final int RASTER
public static final int XML
public static final int VARBIT
Copyright © 2025. All rights reserved.