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