On 2015-05-28 06:57, Robert burner Schadek wrote:

struct Table;

Table a, b, c;

con.insert!Table(a);
...

if you use CTFE to create the statement string there is no reason to
reuse it.
it will be string literal, that's even better! Think Big. Think D

the other code is Java not D

It still needs to be possible to execute raw SQL.

--
/Jacob Carlborg

Reply via email to