Unit SDQuery

*****************************************************} { } { SQLDirect Component Library } { for Delphi & Delphi 2 } { ( SQLBase Ver.6 ) } { Copyright (c) 1995,98 by Yuri Sheino } { } { Author: Yuri Sheino } { e-mail: sheino@cit.org.by } { WWW: www.cit.org.by/users/sheino } { www.cit.org.by/users/sheino/sqldir.htm } { } { Free to use and redistribute with applications. } { You can not: } { - distribute library source code without } { permission from author; } { - distribute modified versions of the Library, } { in whole or in part; } { - rent or lease the Library. } { No warranty is given by the author, expressed } { or implied. } { } {

Classes

TSDBlobField - TSDBlobField
TSDBlobStream -
TSDDateField - TSDDateField
TSDDateTimeField - TSDDateTimeField
TSDIntegerField - TSDIntegerField
TSDNumericField - TSDNumericField
TSDParam -
TSDParams - TSDParams
TSDQuery - TSDQuery
TSDSmallintField - TSDSmallintField
TSDStoredProc - TSDStoredProc
TSDStringField - TSDStringField
TSDTimeField - TSDTimeField
TSDWordField - TSDWordField

Functions

MakeSDQuery - creates and returns an instance of TSDQuery component

Size not including header

Types

TSDBlobStreamMode
TSDParamRec
TSDParamType
TSqlShortDateStr
TSqlShortDateTimeStr
TSqlShortTimeStr

Constants

SqlShortDateFormat
SqlShortDateSizeStr
SqlShortDateTimeFormat
SqlShortDateTimeSizeStr
SqlShortTimeFormat
SqlShortTimeSizeStr

Variables


Functions


function MakeSDQuery(AOwner: TComponent; const ADatabaseName, ASqlText: string): TSDQuery;

creates and returns an instance of TSDQuery component

Size not including header


Types


TSDBlobStreamMode = (bmRead, bmWrite);
TSDBlobStream
TSDParamRec = record
end;

TSDParamType = (ptUnknown, ptInput, ptOutput, ptInputOutput, ptResult);
TSDParam
TSqlShortDateStr = string[SqlShortDateSizeStr]

TSqlShortDateTimeStr = string[SqlShortDateTimeSizeStr]

TSqlShortTimeStr = string[SqlShortTimeSizeStr]

Constants

SqlShortDateFormat = 'dd.mm.yyyy'

SqlShortDateSizeStr = SqlSCde + 1

SqlShortDateTimeFormat = 'dd.mm.yyyy hh:mi:ss.9999999'

SqlShortDateTimeSizeStr = SqlSCda + 1

SqlShortTimeFormat = 'hh:mi:ss.9999999'

SqlShortTimeSizeStr = SqlSCti + 1


Variables