Package com.impossibl.postgres.protocol
Interface RequestExecutor.CopyFromHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.SynchronizedHandler
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.CopyFromHandler extends RequestExecutor.SynchronizedHandler
Copy In & Out
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleComplete()
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
handleReady
-
-
-
-
Method Detail
-
handleComplete
void handleComplete() throws IOException
- Throws:
IOException
-
-