Esempio n. 1
0
 public void UsePrepareResponseParser()
 {
     //switch from current parser to another
     ParseResult           = null;
     prepareResponseParser = new PrepareResponsePacketParser(this._isProtocol41);
     currentPacketParser   = prepareResponseParser;
     _mysqlStreamReader.Reset();
 }
 public void UsePrepareResponseParser()
 {
     //switch from current parser to another
     ParseResult = null;
     prepareResponseParser = new PrepareResponsePacketParser(this._isProtocol41);
     currentPacketParser = prepareResponseParser;
     _mysqlStreamReader.Reset();
 }