Thanks to visit codestin.com
Credit goes to github.com

Skip to content

npp_sql_esc

Jurek Muszyński edited this page Dec 18, 2021 · 1 revision

char *npp_sql_esc(const char *string)

Description

SQL-escapes string. Max length is 64 kB.

Returns

Returns pointer to converted, zero-terminated static string.

Example

Clone this wiki locally