operation_get_sql_identifier_at_path
Description:
[ Version ( since = "6.0" ) ]
public string? operation_get_sql_identifier_at_path (ServerOperation op, string path) throws Error
public string? operation_get_sql_identifier_at_path (ServerOperation op, string path) throws Error
This method is similar to gda_server_operation_get_value_at
, but for SQL identifiers: a new string is returned instead of a
Value.
Also the returned string is assumed to represents an SQL identifier and will correctly be quoted to be used with this.
Parameters:
this |
a Connection, or null |
op |
a ServerOperation object |
path |
a complete path to a node (starting with "/") |
Returns:
a new string, or null if the value is undefined or if the |