[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TParam descendent used in SQLDB
Source position: sqldb.pp line 98
type TSQLDBParam = class(TParam) end; |
||
public |
||
|
Field definition for update sql |
|
property SQLDBData: Pointer; [rw] |
|
Private data for TSQLDB descendents. |
|
TParam descendent used in SQLDB |
|
| | ||
|
Parameter description class |
|
| | ||
| | ||
| | ||
TSQLDBParam is used to be able to create parameters which can store info about a field on which the parameter is based in the TSQLDBParam.FieldDef field. This is useful when constructing update or insert queries. It can also store private data needed for the various TSQLConnection descendents in the TSQLDBParam.SQLDBData property.
|
TFieldDef descendant with room to store engine-specific data |
|
|
Field definition for update sql |
|
|
Private data for TSQLDB descendents. |