ServerProvider.performOperation
bool performOperation(gda.connection.Connection cnc, gda.server_operation.ServerOperation op)Performs the operation described by op. Note that op is not destroyed by this method and can be reused.
Parameters
cnc | a #GdaConnection object which will be used to perform the action, or null |
op | a #GdaServerOperation object |
Returns
true if no error occurred
Throws
[ServerProviderException]