compile method
Validates and compiles SQL with separately bound parameters, without I/O.
Implementation
SqlCommand compile() => compileQuery(planQuery().$1);
Validates and compiles SQL with separately bound parameters, without I/O.
SqlCommand compile() => compileQuery(planQuery().$1);