lookup


Description:

[ 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.

Parameters:

this

an CacheColumnValues

name

a column name

Returns:

Stored value for the column named name, or null, if no such column values is stored.