Connection.performOperation

Performs the operation described by op (which should have been created using gda.connection.Connection.createOperation). It is a wrapper around the gda.server_provider.ServerProvider.performOperation method.

class Connection
bool
performOperation

Parameters

op gda.server_operation.ServerOperation

a #GdaServerOperation object

Return Value

Type: bool

TRUE if no error occurred

Throws