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 ColumnRep
public int getColumnType()
getColumnType
in interface ColumnRep
public int[] getColumnSize()
getColumnSize
in interface ColumnRep
public boolean acceptsNulls()
acceptsNulls
in interface ColumnRep
public java.lang.Object getDefaultValue()
getDefaultValue
in interface ColumnRep
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object