Database.escapeBinaryString

Escapes binary data for inclusion into a sql string. Note that unlike escape, the returned string here SHOULD include the quotes.

interface Database
string
escapeBinaryString
(
const(ubyte)[] sqlData
)

Meta