Prepare SQL statement for multiple execution or for parameters binding.
If args are given, they are bound before return, so client can immediately call step() to get rows.
See Implementation
Prepare SQL statement for multiple execution or for parameters binding.
If args are given, they are bound before return, so client can immediately call step() to get rows.