palio.connectors.schema
Class TableColumnDataType

java.lang.Object
  extended by palio.connectors.schema.TableColumnDataType

public class TableColumnDataType
extends java.lang.Object

Author:
Szymon Kuklewicz

Nested Class Summary
static class TableColumnDataType.DataType
           
 
Field Summary
static TableColumnDataType BOOLEAN
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final TableColumnDataType BOOLEAN
Method Detail

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)