GET_SOLUTION_SET

Constant GET_SOLUTION_SET 

Source
pub const GET_SOLUTION_SET: &str = "SELECT\n    solution_set\nFROM\n    solution_set\nWHERE\n    content_addr = :content_addr\n";
Expand description
SELECT
    solution_set
FROM
    solution_set
WHERE
    content_addr = :content_addr