public class TableInfoWork extends Object implements ReturningWork<TableInfo>
TableInfo
object.Constructor and Description |
---|
TableInfoWork(Table table)
Create a new work item.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
execute(Connection connection)
From the Work interface
-----------------------
|
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