of operation or if an error occurred
Connection.createOperation
gda.server_operation.ServerOperation createOperation(gda.types.ServerOperationType type, gda.set.Set options = null)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 | the type of operation requested |
options | an optional list of parameters |
Returns
a new #GdaServerOperation object, or null in the connection's provider does not support the type type
Throws
[ConnectionException]