#include "stdafx.h" #include #include #include #include namespace mssql { bool FreeStatementOperation::TryInvokeOdbc() { // std::cerr << "FreeStatementOperation() " << _statementId << " " << endl; _connection->getStatamentCache()->checkin(_statementId); //fprintf(stderr, " checkin statementId %d size %llu\n", statementId, connection->statements->size()); return true; } Local FreeStatementOperation::CreateCompletionArg() { const nodeTypeFactory fact; return fact.null(); } }