public final class GridSqlType extends Object
| Modifier and Type | Field and Description |
|---|---|
static GridSqlType |
BIGINT |
static GridSqlType |
BOOLEAN |
static GridSqlType |
DOUBLE |
static GridSqlType |
RESULT_SET |
static GridSqlType |
UNKNOWN |
static GridSqlType |
UUID |
| Modifier and Type | Method and Description |
|---|---|
int |
displaySize()
Get the display size of this expression.
|
static GridSqlType |
fromColumn(org.h2.table.Column c) |
static GridSqlType |
fromExpression(org.h2.expression.Expression e) |
long |
precision()
Get the precision of this expression.
|
int |
scale()
Get the scale of this expression.
|
String |
sql() |
String |
toString() |
int |
type() |
public static final GridSqlType UNKNOWN
public static final GridSqlType BIGINT
public static final GridSqlType DOUBLE
public static final GridSqlType UUID
public static final GridSqlType BOOLEAN
public static final GridSqlType RESULT_SET
public static GridSqlType fromColumn(org.h2.table.Column c)
c - Column to take type definition from.public static GridSqlType fromExpression(org.h2.expression.Expression e)
e - Expression to take type from.public int type()
public int scale()
public long precision()
public int displaySize()
public String sql()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018