前置命令
最后更新:2025-07-02 23:32:15
|
状态:未完成
有些查询需要一些前置命令,如先创建临时表
ConfigStore可以设置前置命令
ConfigStore可以设置前置命令
ConfigStore configs = new DefaultConfigStore(); RunPrepare prepare = new DefaultTextPrepare("CREATE TEMPORARY TABLE TMP_TAB AS SELECT * FROM crm_user"); configs.prepare(prepare); service.querys("TMP_TAB", configs );