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

typethe type of operation requested
optionsan optional list of parameters

Returns

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

[ConnectionException]