compile method

List<SqlCommand> compile()

Returns the SQL chunks without acquiring a connection or inserting rows.

A row that alone exceeds the parameter limit is rejected. An empty batch returns an empty command list.

Implementation

List<SqlCommand> compile() => compileQuery();