DK11 for Delphi | GisDbLibpq.TGIS_DbLibpq.sqlGetParams | Constructors | Fields | Methods | Properties
Get parameters list.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlGetParams.
// Delphi public function sqlGetParams( const _idx : Integer ) : TStringList; override;
// C++ Builder public: virtual TStringList* sqlGetParams( const int _idx );
Name | Type | Description |
---|---|---|
_idx | Integer | param index |
Type | Description |
---|---|
TStringList | list of parameters |