[#wallet-SQLiteBatch-HasKey] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::HasKey :relfileprefix: ../../ :mrdocs: Report whether a key exists in the database. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool HasKey(xref:DataStream.adoc[DataStream]&& key) override; ---- == Return Value True if the key exists, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The key to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#