| Constructor and Description |
|---|
ColumnRepImpl(String colName,
int col_type) |
ColumnRepImpl(String colName,
int col_type,
int[] colSize) |
ColumnRepImpl(String colName,
int col_type,
int[] colSize,
boolean accepts_nulls,
Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsNulls() |
boolean |
equals(Object o) |
String |
getColumnName() |
int[] |
getColumnSize() |
int |
getColumnType() |
Object |
getDefaultValue() |
int |
hashCode() |
public ColumnRepImpl(String colName, int col_type)
public ColumnRepImpl(String colName, int col_type, int[] colSize)
public String getColumnName()
getColumnName in interface ColumnReppublic int getColumnType()
getColumnType in interface ColumnReppublic int[] getColumnSize()
getColumnSize in interface ColumnReppublic boolean acceptsNulls()
acceptsNulls in interface ColumnReppublic Object getDefaultValue()
getDefaultValue in interface ColumnRep