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 aResultSet
. -
Class Summary Class Description ClientEvent Allows to get all details of aServerQueryExecutor
call asked by the client side.