Class CopyDataReceiver (0.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass CopyDataReceiverimplementsCallable<Void>This message receiver is activated when the COPY sub-protocol is activated by a COPY statement. This handler will run and receive all incoming messages until the state of the connection changes from COPY_IN to either COPY_DONE or COPY_FAILED.
Implements
Callable<Void>Inherited Members
Constructors
CopyDataReceiver(CopyStatement copyStatement, ConnectionHandler connectionHandler)
publicCopyDataReceiver(CopyStatementcopyStatement,ConnectionHandlerconnectionHandler) Name
Description
Methods
call()
publicVoidcall() Type
Description
Exceptions
Type
Description