[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Style of parameter
Source position: db.pas line 1137
type TParamStyle = ( |
||
psInterbase, |
|
Parameters are specified by a ? character |
psPostgreSQL, |
|
Parameters are specified by a $N character. |
psSimulated |
|
Parameters are specified by a $N character. |
); |
TParamStyle denotes the style in which parameters are specified in a query. It is used in the TParams.ParseSQl method, and can have the following values:
|
Parse SQL statement, replacing parameter names with SQL parameter placeholders |