#include "stdafx.h" #include #include namespace mssql { bool PollingModeOperation::TryInvokeOdbc() { if (!_statement) return false; return _statement->set_polling(_polling); } Local PollingModeOperation::CreateCompletionArg() { return Nan::Null(); } }