[ Version ( since = "4.2" ) ]
public SqlBuilderId add_expr_value (DataHandler? dh, Value? value)
Defines an expression in this which may be reused to build other parts of a statement.
The new expression will contain the value passed as the value
argument.
If value
's type is a string then it is possible to customize how the value has to be interpreted by passing a specific
DataHandler object as dh
. This feature is very rarely used and the
dh
argument should generally be null
.
this |
a SqlBuilder object |
dh |
deprecated useless argument, just pass |
value |
value to set the expression to, or |
the ID of the new expression, or |