ServerOperation.this

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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.types.ServerOperationType opType, string xmlFile)
    class ServerOperation

Parameters

opType gda.types.ServerOperationType

type of operation

xmlFile string

a file which has the specifications for the GdaServerOperation object to create

Return Value

a new #GdaServerOperation object