public class TableInfoWork extends Object implements ReturningWork<TableInfo>
TableInfo
object.Constructor and Description |
---|
TableInfoWork(Table table)
Create a new work item.
|
private final Table table
public TableInfoWork(Table table)
table
- The table to get metadata information aboutpublic TableInfo execute(Connection connection) throws SQLException
execute
in interface ReturningWork<TableInfo>
SQLException