Unit msesqldb

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tmsesqltransaction  
Class tsqldscontroller  
Class tmsesqlquery  
Interface idbparaminfo  
Class tparamsourcedatalink  
Class tparamdestdatalink  
Class tdestvalue  
Class tdestparam  
Class tdestparams  
Class tdestfield  
Class tdestfields  
Class tfieldparamlink  
Class tsequencedatalink  
Class tsequencelink  

Types

fieldparamlinkoptionty = (...);
fieldparamlinkoptionsty = set of fieldparamlinkoptionty;
applyrecupdateeventty = procedure(const sender: tmsesqlquery; const updatekind: tupdatekind; var asql: msestring; var done: boolean) of object;
afterapplyrecupdateeventty = procedure(const sender: tmsesqlquery; const updatekind: tupdatekind) of object;
updateerroreventty = procedure(const sender: tmsesqlquery; const aupdatekind: tupdatekind; var aupdateaction: tupdateaction) of object;
setparameventty = procedure(const sender: tfieldparamlink; var done: boolean) of object;
destfieldoptionty = (...);
destfieldoptionsty = set of destfieldoptionty;

Constants

defaultfieldparamlinkoptions = [fplo_autorefresh,fplo_refreshifchangedonly];
defaultsqlcontrolleroptions = defaultdscontrolleroptions;
defaultsqlbdsoptions = defaultbufdatasetoptions + [bdo_autoapply,bdo_autocommitret];

Description

Types

fieldparamlinkoptionty = (...);
 
Values
  • fplo_disabled
  • fplo_autorefresh
  • fplo_refreshifactiveonly
  • fplo_refreshifchangedonly
  • fplo_checkbrowsemodeonrefresh
  • fplo_restorerecno
  • fplo_syncmasterpost
  • fplo_delayedsyncmasterpost
  • fplo_syncmastercancel
  • fplo_syncmastercancelupdates
  • fplo_syncmasterapplyupdates
  • fplo_syncmastercheckbrowsemode
  • fplo_syncmasteredit
  • fplo_syncmasterinsert
  • fplo_syncmasterdelete
  • fplo_syncslavepost
  • fplo_delayedsyncslavepost
  • fplo_syncslavecancel
  • fplo_syncslaveedit
  • fplo_syncslaveinsert
  • fplo_syncslaveinserttoedit
  • fplo_syncslavedelete
  • fplo_syncslavedeletetoedit
fieldparamlinkoptionsty = set of fieldparamlinkoptionty;
 
applyrecupdateeventty = procedure(const sender: tmsesqlquery; const updatekind: tupdatekind; var asql: msestring; var done: boolean) of object;
 
afterapplyrecupdateeventty = procedure(const sender: tmsesqlquery; const updatekind: tupdatekind) of object;
 
updateerroreventty = procedure(const sender: tmsesqlquery; const aupdatekind: tupdatekind; var aupdateaction: tupdateaction) of object;
 
setparameventty = procedure(const sender: tfieldparamlink; var done: boolean) of object;
 
destfieldoptionty = (...);
 
Values
  • dfo_onlyifnull
  • dfo_notifunmodifiedinsert
destfieldoptionsty = set of destfieldoptionty;
 

Constants

defaultfieldparamlinkoptions = [fplo_autorefresh,fplo_refreshifchangedonly];
 
defaultsqlcontrolleroptions = defaultdscontrolleroptions;
 
defaultsqlbdsoptions = defaultbufdatasetoptions + [bdo_autoapply,bdo_autocommitret];
 

Generated by PasDoc 0.16.0.