ServerProvider.createOperation

Creates a new #GdaServerOperation object which can be modified in order to perform the type type of action. The options can contain: <itemizedlist> <listitem>named values which ID is a path in the resulting GdaServerOperation object, to initialize some value</listitem> <listitem>named values which may change the contents of the GdaServerOperation, see <link linkend="gda-server-op-information-std">this section</link> for more information</listitem> </itemizedlist>

Parameters

cnc gda.connection.Connection

a #GdaConnection object which will be used to perform an action, or null

type gda.types.ServerOperationType

the type of operation requested

options gda.set.Set

a list of parameters or null

Return Value

Type: gda.server_operation.ServerOperation

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

Throws