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).
ServerOperation.getSqlIdentifierAt
string getSqlIdentifierAt(gda.connection.Connection cnc, gda.server_provider.ServerProvider prov, string path)This method is similar to [gda.server_operation.ServerOperation.getValueAt], but for SQL identifiers: a new string is returned instead of a #GValue. 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
cnc | a #GdaConnection, or null |
prov | a #GdaServerProvider, or null |
path | a complete path to a node (starting with "/") |
Returns
a new string, or null if the value is undefined or