Camel.DBSqlizeFlags – camel-1.2 Reference Manual
Packages
camel-1.2
Camel
DBSqlizeFlags
ESCAPE_ONLY
FULL
DBSqlizeFlags
Description:
[
CCode
( cprefix =
"CAMEL_DB_SQLIZE_FLAG_"
, type_id =
"camel_db_sqlize_flags_get_type ()"
) ]
[
Flags
]
[
Version
( since =
"3.58"
) ]
public
enum
DBSqlizeFlags
Influences how the
sqlize_to_statement
behaves.
Namespace:
Camel
Package:
camel-1.2
Content:
Enum values:
ESCAPE_ONLY
-
only escape the text, without adding surrounding apostrophes
FULL
-
escape the text and enclose it into apostrophes