public interface ITableMetaData
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex(String columnName)
Returns the column's array index of the column with the given name within this table metadata.
|
Column[] |
getColumns()
Returns this table columns as recognized by dbunit.
|
Column[] |
getPrimaryKeys()
Returns this table primary key columns.
|
String |
getTableName()
Returns this table name.
|
String getTableName()
Column[] getColumns() throws DataSetException
IDataTypeFactory.
Note that it is not an exceptional case within dbunit when a ITableMetaData
does not have a column.DataSetExceptionColumn[] getPrimaryKeys() throws DataSetException
DataSetExceptionint getColumnIndex(String columnName) throws DataSetException
columnName - The name of the column that is searchedNoSuchColumnException - if the given column has not been foundDataSetException - if something goes wrong when trying to retrieve the columnsCopyright © 2002-2017. All Rights Reserved.