Searched refs:tablePattern (Results 1 – 1 of 1) sorted by relevance
290 std::string tablePattern = tableName.empty() ? "%" : tableName; in GetDeviceTableName() local291 … std::string deviceTableName = DBConstant::RELATIONAL_PREFIX + tablePattern + "_" + devicePattern; in GetDeviceTableName()