compile method

SqlCommand compile()

Validates and compiles SQL with separately bound parameters, without I/O.

Implementation

SqlCommand compile() => compileQuery(planQuery().$1);