render


Description:

public string? render () throws Error

Creates an SQL statement (possibly using some specific extensions of the DBMS) corresponding to the this operation.

Note that the returned string may actually contain more than one SQL statement.

This function's purpose is mainly informative to get the actual SQL code which would be executed to perform the operation; to actually perform the operation, use gda_server_operation_perform.

Parameters:

this

a ServerOperation object

Returns:

a new string, or null if an error occurred or operation cannot be rendered as SQL.