Auxiliary type, used when binding parameters.
Source position: db.pas line 1376
type TParamBinding = array of Integer; |
TParamBinding is an auxiliary type used when parsing and binding parameters in SQL statements. It should never be used directly in application code.
|
A collection of parameter values for SQL-based datasets. |
|
|
Parameter description class. |