palio.connectors.schema
Class TableColumnDataType
java.lang.Object
palio.connectors.schema.TableColumnDataType
public class TableColumnDataType
- extends java.lang.Object
- Author:
- Szymon Kuklewicz
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final TableColumnDataType BOOLEAN
getDataType
public TableColumnDataType.DataType getDataType()
getSize
public int getSize()
getScale
public int getScale()
v
public static TableColumnDataType v(int size)
c
public static TableColumnDataType c(int size)
n
public static TableColumnDataType n(int size)
n
public static TableColumnDataType n(int size,
int precision)
r
public static TableColumnDataType r(int size)
d
public static TableColumnDataType d()
b
public static TableColumnDataType b()
blob
public static TableColumnDataType blob()
clob
public static TableColumnDataType clob()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
isCompatibleWith
public boolean isCompatibleWith(TableColumnDataType that)