Package org.kawanfw.sql.api.server.executor

Provides an interface that allows implementing server-side coded SQL queries.
  • Interface Summary
    Interface Description
    ServerQueryExecutor
    Implementation of this interface allow client side to call a server side programmed class that returns a ResultSet.
  • Class Summary
    Class Description
    ClientEvent
    Allows to get all details of a ServerQueryExecutor call asked by the client side.