Package net.sf.basedb.core.hibernate
Class GetCurrentCatalogWork
- java.lang.Object
-
- net.sf.basedb.core.hibernate.GetCurrentCatalogWork
-
-
Constructor Summary
Constructors Constructor Description GetCurrentCatalogWork()
Create a new work item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute(Connection connection)
From the Work interface -----------------------
-
-
-
Method Detail
-
execute
public String execute(Connection connection) throws SQLException
From the Work interface ------------------------ Specified by:
execute
in interfaceorg.hibernate.jdbc.ReturningWork<String>
- Throws:
SQLException
-
-