Searched refs:tableDesc (Results 1 – 1 of 1) sorted by relevance
38 const tableDesc = { variable49 if (name in tableDesc.cols)50 return tableDesc.cols[name];51 tableDesc.cols[name] = {60 return tableDesc.cols[name];77 tableDesc.tablegroup = m[1];81 tableDesc.name = m[1];91 tableDesc.comment += `${comm}\n`;98 tableDesc.cppClassName = m[1];99 if (tableDesc.name === '') {[all …]