public class Table extends Object
Rows.| Modifier and Type | Method and Description |
|---|---|
void |
addColumns(Collection<String> columns) |
void |
addRows(Collection<Row> rows) |
Set<String> |
getColumns() |
List<Row> |
getRows() |
String |
getTableName() |
public Table(String tableName)
public void addRows(Collection<Row> rows)
public void addColumns(Collection<String> columns)
public String getTableName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.