Class GetCurrentCatalogWork

  • All Implemented Interfaces:
    org.hibernate.jdbc.ReturningWork<String>

    public class GetCurrentCatalogWork
    extends Object
    implements org.hibernate.jdbc.ReturningWork<String>
    A work implementation that return the name of the current database catalog.
    Since:
    3.4
    Author:
    nicklas
    • Constructor Detail

      • GetCurrentCatalogWork

        public GetCurrentCatalogWork()
        Create a new work item.
    • Method Detail