Package net.sf.basedb.core.hibernate
Class GetCurrentCatalogWork
java.lang.Object
net.sf.basedb.core.hibernate.GetCurrentCatalogWork
- All Implemented Interfaces:
ReturningWork<String>
A work implementation that return the name of the current database catalog.
- Since:
- 3.4
- Author:
- nicklas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(Connection connection) From the Work interface -----------------------
-
Constructor Details
-
GetCurrentCatalogWork
public GetCurrentCatalogWork()Create a new work item.
-
-
Method Details
-
execute
From the Work interface ------------------------ Specified by:
execute
in interfaceReturningWork<String>
- Throws:
SQLException
-