Class LazyQueryRequest
- java.lang.Object
- 
- com.impossibl.postgres.protocol.v30.LazyQueryRequest
 
- 
- All Implemented Interfaces:
- ServerRequest
 
 public class LazyQueryRequest extends java.lang.Object implements ServerRequest Generates a query request (usually "BEGIN"). Commands are not sync'ed and errors/notices are passed to the following protocol handler. This allows it to prefix whatever command comes next without waiting for completion.
- 
- 
Constructor SummaryConstructors Constructor Description LazyQueryRequest(java.lang.String query)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.impossibl.postgres.protocol.v30.LazyQueryRequest.HandlercreateHandler()voidexecute(ProtocolChannel channel)
 
- 
- 
- 
Method Detail- 
createHandlerpublic com.impossibl.postgres.protocol.v30.LazyQueryRequest.Handler createHandler() - Specified by:
- createHandlerin interface- ServerRequest
 
 - 
executepublic void execute(ProtocolChannel channel) throws java.io.IOException - Specified by:
- executein interface- ServerRequest
- Throws:
- java.io.IOException
 
 
- 
 
-