public class TableColumnDataType
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TableColumnDataType.DataType |
Modifier and Type | Field and Description |
---|---|
static TableColumnDataType |
BOOLEAN |
Modifier and Type | Method and Description |
---|---|
static TableColumnDataType |
b() |
static TableColumnDataType |
blob() |
static TableColumnDataType |
c(int size) |
static TableColumnDataType |
clob() |
static TableColumnDataType |
d() |
boolean |
equals(java.lang.Object o) |
TableColumnDataType.DataType |
getDataType() |
int |
getScale() |
int |
getSize() |
boolean |
isCompatibleWith(TableColumnDataType that) |
static TableColumnDataType |
n(int size) |
static TableColumnDataType |
n(int size,
int precision) |
static TableColumnDataType |
r(int size) |
static TableColumnDataType |
v(int size) |
public static final TableColumnDataType BOOLEAN
public TableColumnDataType.DataType getDataType()
public int getSize()
public int getScale()
public static TableColumnDataType v(int size)
public static TableColumnDataType c(int size)
public static TableColumnDataType n(int size)
public static TableColumnDataType n(int size, int precision)
public static TableColumnDataType r(int size)
public static TableColumnDataType d()
public static TableColumnDataType b()
public static TableColumnDataType blob()
public static TableColumnDataType clob()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean isCompatibleWith(TableColumnDataType that)