[ Version ( since = "3.26" ) ]
public unowned string? lookup (string name)
Looks up currently stored value for the column named name.
As the values can be null one cannot distinguish between a column which doesn't have stored any value and a column which has stored null value. Use contains to check whether such column exitst in the this. The returned pointer is owned by this and is valid until the value is overwritten of the this freed.
| this | |
| name |
a column name |
|
Stored value for the column named |