|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.test.mock.ColumnMetaData
public class ColumnMetaData
Container for Column Metadata information.
Constructor Summary | |
---|---|
ColumnMetaData()
Constructs an empty ColumnMetaData object. |
|
ColumnMetaData(java.lang.String columnName,
int columnType)
Constructs a ColumnMetaData object with its member variables. |
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Gets the column name for this object. |
int |
getColumnType()
Gets the column type for this object. |
void |
setColumnName(java.lang.String columnName)
Sets the column name for this object. |
void |
setColumnType(int columnType)
Sets the column type for this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnMetaData()
public ColumnMetaData(java.lang.String columnName, int columnType)
columnName
- the name of the column.columnType
- the SQL type of the column.Method Detail |
---|
public final void setColumnName(java.lang.String columnName)
columnName
- the column name.public final java.lang.String getColumnName()
public final void setColumnType(int columnType)
columnType
- the SQL type for the column.public final int getColumnType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |