QDB Asset
The QDB asset exists solely on Black Ops 2 and there is nothing known about its purpose. It very clearly mirrors the rawfile asset with a len and buffer. Once one is found, more information about what is contained in the buffer will be provided.
struct QDB
{
const char *name;
int len;
const char *buffer;
};