Class LazyExecuteRequest

  • All Implemented Interfaces:
    ServerRequest

    public class LazyExecuteRequest
    extends Object
    implements ServerRequest
    Generates a request to execute a prepared statement (usually "BEGIN"). Commands are not sync'd and errors/notices are passed to the following protocol handler. This allows it to prefix whatever command comes next without waiting for completion.