ServerOperation


Description:

[ CCode ( has_construct_function = false ) ]
public ServerOperation (ServerOperationType op_type, string xml_file)

IMPORTANT NOTE: Using this funtion is not the recommended way of creating a ServerOperation object, the correct way is to use create_operation; this method is reserved for the database provider's implementation.

Creates a new ServerOperation 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:

op_type

type of operation

xml_file

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

Returns:

a new ServerOperation object