public final class SQLType
extends java.lang.Enum
Title: Open Service Framework
Description: Mapping between SQL types and corresponding Java classes.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static SQLType |
ARRAY |
static SQLType |
ASPECTS |
static SQLType |
BIGINT |
static SQLType |
BINARY |
static SQLType |
BIT |
static SQLType |
BLOB |
static SQLType |
BOOLEAN |
static SQLType |
CATEGORY |
static SQLType |
CHAR |
static SQLType |
CLOB |
static SQLType |
DATE |
static SQLType |
DECIMAL |
static SQLType |
DOUBLE |
static SQLType |
EVENT |
static SQLType |
FACETS |
static SQLType |
FLOAT |
static SQLType |
FLOB |
static SQLType |
INTEGER |
static SQLType |
LONG |
static SQLType |
LONGNVARCHAR |
static SQLType |
LONGVARBINARY |
static SQLType |
LONGVARCHAR |
static SQLType |
NCHAR |
static SQLType |
NUMERIC |
static SQLType |
NVARCHAR |
static SQLType |
OTHER |
static SQLType |
REAL |
static SQLType |
SMALLINT |
static SQLType |
SQLDATE |
static SQLType |
SQLTIME |
static SQLType |
SQLTIMESTAMP |
static SQLType |
STRING |
static SQLType |
TINYINT |
static SQLType |
UBIGINT |
static SQLType |
UINTEGER |
static SQLType |
URL |
static SQLType |
USMALLINT |
static SQLType |
UTINYINT |
static SQLType |
VARBINARY |
static SQLType |
VARCHAR |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
java.lang.Class |
getTypeClass() |
java.lang.String |
getTypeName() |
static SQLType |
typeForClass(java.lang.Class clazz) |
static SQLType |
typeForId(int id) |
static SQLType |
typeForId(int columnType,
java.lang.String columnTypeName,
java.lang.String columnClassName) |
static SQLType |
typeForName(java.lang.String name) |
static SQLType |
valueOf(java.lang.String name) |
static SQLType[] |
values() |
public static final SQLType CHAR
public static final SQLType VARCHAR
public static final SQLType LONGVARCHAR
public static final SQLType NCHAR
public static final SQLType NVARCHAR
public static final SQLType LONGNVARCHAR
public static final SQLType STRING
public static final SQLType CATEGORY
public static final SQLType SQLDATE
public static final SQLType SQLTIME
public static final SQLType SQLTIMESTAMP
public static final SQLType TINYINT
public static final SQLType SMALLINT
public static final SQLType INTEGER
public static final SQLType LONG
public static final SQLType BIGINT
public static final SQLType REAL
public static final SQLType DOUBLE
public static final SQLType FLOAT
public static final SQLType NUMERIC
public static final SQLType DECIMAL
public static final SQLType BOOLEAN
public static final SQLType BINARY
public static final SQLType VARBINARY
public static final SQLType LONGVARBINARY
public static final SQLType CLOB
public static final SQLType BLOB
public static final SQLType BIT
public static final SQLType EVENT
public static final SQLType ARRAY
public static final SQLType URL
public static final SQLType OTHER
public static final SQLType DATE
public static final SQLType FLOB
public static final SQLType FACETS
public static final SQLType ASPECTS
public static final SQLType UTINYINT
public static final SQLType USMALLINT
public static final SQLType UINTEGER
public static final SQLType UBIGINT
public static SQLType[] values()
public static SQLType valueOf(java.lang.String name)
public int getType()
public java.lang.String getTypeName()
public java.lang.Class getTypeClass()
public static SQLType typeForId(int id)
public static SQLType typeForId(int columnType, java.lang.String columnTypeName, java.lang.String columnClassName)
public static SQLType typeForName(java.lang.String name)
public static SQLType typeForClass(java.lang.Class clazz)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.