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