Connection.createOperation

Creates a new #GdaServerOperation object which can be modified in order to perform the type type of action. It is a wrapper around the gda.server_provider.ServerProvider.createOperation method.

Parameters

type gda.types.ServerOperationType

the type of operation requested

options gda.set.Set

an optional list of parameters

Return Value

Type: gda.server_operation.ServerOperation

a new #GdaServerOperation object, or null in the connection's provider does not support the type type of operation or if an error occurred

Throws