The query is executed with a success handler and an error handler function. 通过成功处理程序和错误处理程序(EH)函数执行查询。
Note that if no error handler is attached, the default implementation throws a SAXParseException on any validation error. 注意,如果没有指定错误处理程序(EH),则默认的实现对任何验证错误都抛出SAXParseException异常。
The error handler displays problems with an alert dialog. 错误处理程序(EH)通过警告对话框显示问题。
The executeSQL function takes an SQL string, then optionally a parameter list, plus success and error handler functions. executeSQL函数接受一个SQL字符串,然后是一个可选的参数列表,外加成功和错误处理器函数。
The only step left is to register your error handler implementation with the parsing process. 剩下的惟一步骤是将错误处理实现注册到解析过程。