626364656667686970717273
public java.sql.ResultSet executeInternal(String sql) throws SQLException { try { Result res = phoenixdbConnection.prepare(sql); if (res.isSelective()) { return new ResultSet(phoenixdbConnection.execute()); } else {