sqlize_to_statement


Description:

[ Version ( since = "3.58" ) ]
public static void sqlize_to_statement (StringBuilder stmt, string? str, DBSqlizeFlags flags)

Encodes the str to be safe to use as a string in an SQL statement and appends it to the stmt.

When str is null, a NULL word is appended.

Parameters:

stmt

a StringBuilder with an SQL statement

str

a string to sqlize

flags

bit-or of DBSqlizeFlags