Connection.performOperation
bool performOperation(gda.server_operation.ServerOperation op)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.
Parameters
op | a #GdaServerOperation object |
Returns
TRUE if no error occurred
Throws
[ConnectionException]