Class TRALDBUpdateSQL

Unit

Declaration

type TRALDBUpdateSQL = class(TPersistent)

Description

TRALDBUpdateSQL

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Protected procedure AssignTo(Dest: TPersistent); override;
Protected procedure SetDeleteSQL(AValue: TStrings);
Protected procedure SetInsertSQL(AValue: TStrings);
Protected procedure SetUpdateSQL(AValue: TStrings);

Properties

Published property DeleteSQL: TStrings read FDeleteSQL write SetDeleteSQL;
Published property InsertSQL: TStrings read FInsertSQL write SetInsertSQL;
Published property UpdateSQL: TStrings read FUpdateSQL write SetUpdateSQL;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Protected procedure AssignTo(Dest: TPersistent); override;
 
Protected procedure SetDeleteSQL(AValue: TStrings);
 
Protected procedure SetInsertSQL(AValue: TStrings);
 
Protected procedure SetUpdateSQL(AValue: TStrings);
 

Properties

Published property DeleteSQL: TStrings read FDeleteSQL write SetDeleteSQL;
 
Published property InsertSQL: TStrings read FInsertSQL write SetInsertSQL;
 
Published property UpdateSQL: TStrings read FUpdateSQL write SetUpdateSQL;
 


GitHub Repository
Generated by PasDoc 0.16.0.