NAME
DBIx::DataModel::Schema::ResultAs::Sql - sql and bind values
DESCRIPTION
In scalar context, the result will just be the generated SQL statement. In list context, it will be ($sql, @bind)
, i.e. the SQL statement together with the bind values.