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 ColumnRep
public int getColumnType()
getColumnType
in interface ColumnRep
public int[] getColumnSize()
getColumnSize
in interface ColumnRep
public boolean acceptsNulls()
acceptsNulls
in interface ColumnRep
public Object getDefaultValue()
getDefaultValue
in interface ColumnRep
Copyright © 2018 com.mchange. All rights reserved.