src/main/java/com/aliyun/ha3engine/jdbc/Ha3PreparedStatement.java [460:473]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public boolean execute(String sql) throws SQLException {
        initResultSet(sql);
        return true;
    }

    /**
     * 发起远端调用，请求Ha3 Server获取数据
     *
     * @param sql
     * @throws SQLException
     */
    protected void initResultSet(String sql) throws Ha3DriverException {
        if (this.ha3Connection.getHa3Config().isEnableDetailLog()) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/ha3engine/jdbc/Ha3Statement.java [197:210]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public boolean execute(String sql) throws SQLException {
        initResultSet(sql);
        return true;
    }

    /**
     * 发起远端调用，请求Ha3 Server获取数据
     *
     * @param sql
     * @throws SQLException
     */
    protected void initResultSet(String sql) throws Ha3DriverException {
        if (this.ha3Connection.getHa3Config().isEnableDetailLog()) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



