After we compose our SQL statement, all the other steps are the same as for any dynamic statement with parameter markers.
在构造sql语句之后,剩下的步骤就与其他具有参数标记的动态语句完全相同了。
2
Validate data: statement hooks let you validate parameter data before statement execution, providing the opportunity to do constraint check and data validation at the application level.