public class TableInfoWork extends java.lang.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(java.sql.Connection connection)
From the Work interface
-----------------------
|
private final Table table
public TableInfoWork(Table table)
table
- The table to get metadata information aboutpublic TableInfo execute(java.sql.Connection connection) throws java.sql.SQLException
execute
in interface ReturningWork<TableInfo>
java.sql.SQLException