public virtual void CloseStatement() { if (!IsPrepared) { return; } Driver.CloseStatement(statementId); statementId = 0; }