Package net.sf.basedb.core.hibernate
Class TableInfoWork
java.lang.Object
net.sf.basedb.core.hibernate.TableInfoWork
- All Implemented Interfaces:
ReturningWork<TableInfo>
A work implementation that loads database metadata for a table
and returns it as a
TableInfo
object.- Version:
- 2.9
- Author:
- nicklas
- Last modified
- $Date: 2018-11-05 15:01:50 +0100 (må, 05 nov 2018) $
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(Connection connection) From the Work interface -----------------------
-
Field Details
-
table
-
-
Constructor Details
-
TableInfoWork
Create a new work item.- Parameters:
table
- The table to get metadata information about
-
-
Method Details
-
execute
From the Work interface ------------------------ Specified by:
execute
in interfaceReturningWork<TableInfo>
- Throws:
SQLException
-