ServerProvider.performOperation

Performs the operation described by op. Note that op is not destroyed by this method and can be reused.

class ServerProvider
bool
performOperation

Parameters

cnc gda.connection.Connection

a #GdaConnection object which will be used to perform the action, or null

op gda.server_operation.ServerOperation

a #GdaServerOperation object

Return Value

Type: bool

true if no error occurred

Throws