sql_has_key

sql_has_key(dictionary, key)[source]

Check if a dictionary has a key.

Parameters
  • dictionary (SQLProperties) – SQLProperties object representing a JSON dict.

  • key (str or int) – Key to check for.

Returns

SQLTriplet representing key check.

Return type

SQLTriplet