ServerOperation.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gda.types.ServerOperationType opType, string xmlFile)

IMPORTANT NOTE: Using this funtion is not the recommended way of creating a #GdaServerOperation object, the correct way is to use [gda.server_provider.ServerProvider.createOperation]; this method is reserved for the database provider's implementation.

Creates a new #GdaServerOperation object from the xml_file specifications

The xml_file must respect the DTD described in the "libgda-server-operation.dtd" file: its top node must be a <serv_op> tag.

Parameters

opTypetype of operation
xmlFilea file which has the specifications for the GdaServerOperation object to create

Returns

a new #GdaServerOperation object