Modifier and Type | Field and Description |
---|---|
private TableInfo |
info |
private Table |
table |
Constructor and Description |
---|
TableInfoWork(Table table)
Create a new work item.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Connection connection)
From the Work interface
-----------------------
|
TableInfo |
getResult()
Get the result of the work.
|
public TableInfoWork(Table table)
table
- The table to get metadata information aboutpublic void execute(Connection connection) throws SQLException
execute
in interface Work
SQLException