DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlTableCreateParam | Constructors | Fields | Methods | Properties
Create a table parameter.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTableCreateParam.
// Delphi public procedure sqlTableCreateParam( const _id : Integer; const _name : String; const _type : TGIS_DataType; const _subtype : TGIS_SubDataType; const _size : Integer ); override;
// C++ Builder public: virtual void sqlTableCreateParam( const int _id, const UnicodeString _name, TGIS_DataType* const _type, TGIS_SubDataType* const _subtype, const int _size );
Name | Type | Description |
---|---|---|
_id | Integer | table id |
_name | String | parameter name |
_type | TGIS_DataType | parameter data type |
_subtype | TGIS_SubDataType | parameter subdata type |
_size | Integer | parameter data size |