Struct MysqlEscape
Struct to wrap around a string so it can be passed to formattedWrite and be properly escaped all using the buffer that formattedWrite provides.
Template Params: Input = Type of the input
Template arguments
struct MysqlEscape(Input);
							
						Fields
| Name | Type | Description | 
|---|---|---|
									input
								 | 
								Input | 
								
Methods
| Name | Description | 
|---|---|
									
										toString
									
								 |