org.jboss.arquillian.persistence.data.dbunit.dataset
Class Table
java.lang.Object
org.jboss.arquillian.persistence.data.dbunit.dataset.Table
public class Table
- extends Object
Represents table described in data set. Stores information such as
table's name, list of columns and Rows.
- Author:
- Bartosz Majsak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table
public Table(String tableName)
addRows
public void addRows(Collection<Row> rows)
addColumns
public void addColumns(Collection<String> columns)
getTableName
public String getTableName()
getColumns
public Set<String> getColumns()
getRows
public List<Row> getRows()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.