Class TSqlitePassParam

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassParam = class(TObject)

Description

Param

Hierarchy

Overview

Methods

Public Constructor Create(Owner: TSqlitePassParams);
Public Destructor Destroy; override;
Public procedure Assign(Const Source: TSqlitePassParam);
Public procedure BindValue;

Properties

Public property Bound: Boolean read FBound write FBound;
Public property DataType: TFieldType read FDataType write SetFDataType;
Public property IsNull: Boolean read FIsNull write FIsNull;
Public property Name: String read FName write SetFName;
Public property ParamIndex: Integer read FParamIndex write FParamIndex;
Public property Value: String read FTextValue write SetFValue;

Description

Methods

Public Constructor Create(Owner: TSqlitePassParams);

—– Constructor / Destructor —–

Public Destructor Destroy; override;
 
Public procedure Assign(Const Source: TSqlitePassParam);

—– Procedure —–

Public procedure BindValue;

TODO procedure AssignField(Field: TField); TODO procedure AssignFieldValue(Field: TField; const Value: String); TODO procedure Clear;

Properties

Public property Bound: Boolean read FBound write FBound;
 
Public property DataType: TFieldType read FDataType write SetFDataType;
 
Public property IsNull: Boolean read FIsNull write FIsNull;
 
Public property Name: String read FName write SetFName;
 
Public property ParamIndex: Integer read FParamIndex write FParamIndex;
 
Public property Value: String read FTextValue write SetFValue;
 

Generated by PasDoc 0.11.0 on 2010-09-10 15:54:38