コード例 #1
0
ファイル: result.cpp プロジェクト: bpgriner01/RPostgres
// [[Rcpp::export]]
bool result_active(XPtr<PqResult> rs) {
  return rs.get() != NULL && rs->active();
}