Class: cSQLConnection

Module location: sql.pkg line 1330 (view source)

***************************************************************************** *** Class : cSQLConnection *** *** Purpose: Connection object for embedded SQL *** *** *** *** Description: *** *** This provides the ability to create a connection for a driver. *** *** It will contain child statement objects *** *****************************************************************************

Class Hierarchy:

ARRAYcSQLConnection

Class Definition

Properties

IntegerphCLIHandle
IntegerpiBindFile
StringpsDriverID

Functions and Procedures

Construct_object(Integer Image)
IntegerCreateHandle()
*** *** Function: CreateHandle *** Purpose : Creates a child statement handle ***
FreeHandle()
*** *** Procedure: FreeHandle *** Purpose : Destroys handle object and all child statement objects ***
IntegerSQLConnect(string sDrvrID String sConnect)
*** *** Function: SQLConnect *** Purpose : Make a connectin to an embedded SQL server *** Returns : The DataFlex handle to the connection ***
SQLDisconnect()
*** *** Procedure: SQLDisconnect *** Purpose : Disconnect from an embedded SQL server and free allocated *** resources ***
IntegerSQLFileConnect(Integer iFileNum)
*** *** Function: SQLFileConnect *** Purpose : Use a connection of an already open file ***
IntegerSQLOpen()
*** *** Function: SQLOpen *** Prupose : Open a statement for use ***
StoreHandleInfo(Integer iCLIHandle String sDrvrId Integer iParentHandle)
*** *** Procedure: StoreHandleInfo *** Purpose : Store basic information about the statement handle. ***

Instances

Break_ArrayReport.pkg222
Button_IdsDfclient.pkg498
ColCkBoxDfsellst.pkg129
EVDfdtcent.pkg41
EVDfenrad.pkg93
Export_ArrayDd_cddeo.pkg42
item$groupdep_item.pkg85
item_group_idsdep_item.pkg67
oArgscCommandLine.pkg22
oColParamsDfdata.pkg70
oDFColorArrayDf_print.pkg982
oDiagramArrayDf_print.pkg1061
oEntryValuesDd_pklst.pkg52
oRecordsDatalist.pkg178
Radio_ObjectsDfrad_mx.pkg45
RptTotalDfwinrpt.pkg61
Seq_Channel_Listseq_chnl.pkg57
Statushelp_ArrayWindows.pkg3030
Statushelp_ArraySthlp_mx.pkg11
Statushelp_ArrayDatadict.pkg1184
System_File_objDatadict.pkg1193
WinQLErrorsCrystalReport.pkg962

References (1):

ModuleContaining SymbolLine
sql.pkgoSQLConnection1591