Function consumeBinaryValueIfComplete
Prototype
SQLValue consumeBinaryValueIfComplete(T, int N)(
								
  ref ubyte[] packet,
								
  bool unsigned
								
);
							
						
SQLValue consumeBinaryValueIfComplete(T, int N)(
								
  ref ubyte[] packet,
								
  bool unsigned
								
);