get_sql_identifier_at_path


Description:

[ Version ( since = "4.2.6" ) ]
public string get_sql_identifier_at_path (Connection? cnc, ServerProvider? prov, string path)

This method is similar to get_value_at_format, 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 cnc, or prov if cnc is null (a generic quoting rule will be applied if both are null).

Parameters:

this

a ServerOperation object

cnc

a Connection, or null

prov

a ServerProvider, or null

path

a complete path to a node (starting with "/")

Returns:

a new string, or null if the value is undefined or if the path is not defined or path does not hold any value, or if the value held is not a string (in that last case a warning is shown).