hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
MySQLUtil
hunt
database
driver
mysql
MySQLUtil
class
MySQLUtil {
static
string
escapeWithQuotes
(string value);
static
string
escapeLiteral
(string str);
}
Members
Static functions
escapeLiteral
string
escapeLiteral
(string str)
Escape a string literal.
escapeWithQuotes
string
escapeWithQuotes
(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
mysql
MySQLUtil
classes
MySQLUtil