Docs Menu
API Developer Guide / middleware / pub / string / escapeSQL

Service: escapeSQL

This service will escape the characters in a string value to be suitable to pass to an SQL query.

Input Parameter:

Name Type Description
input: String Input SQL Query in string

Output Parameter:

Name Type Description
output: String SQL Query with escaped characters