[#dbwrapper_private-GetObfuscation] = xref:dbwrapper_private.adoc[dbwrapper_private]::GetObfuscation :relfileprefix: ../ :mrdocs: Work around circular dependency, as well as for testing in dbwrapper_tests. Database obfuscation should be considered an implementation detail of the specific database. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Obfuscation.adoc[Obfuscation] const& GetObfuscation(xref:CDBWrapper.adoc[CDBWrapper] const& w); ---- == Description Returns the obfuscation applied to a wrapper's stored data. == Return Value The obfuscation used by the wrapper. == Parameters [cols="1,4"] |=== | Name| Description | *w* | The wrapper whose obfuscation is queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#