Interface idbcontroller

Unit

Declaration

type idbcontroller = interface(iactivatorclient)

Description

No description available, ancestor iactivatorclient description follows
No description available, ancestor inullinterface description follows
Attributes
GUID[miid_iactivatorclient]
Attributes
GUID[miid_idbcontroller]

Hierarchy

Overview

Methods

Public procedure setinheritedconnected(const avalue: boolean);
Public function readsequence(const sequencename: string): msestring;
Public function sequencecurrvalue(const sequencename: string): msestring;
Public function writesequence(const sequencename: string; const avalue: largeint): msestring;
Public function ExecuteDirect(const SQL : mseString; const aisutf8: boolean): integer;
Public procedure updateutf8(var autf8: boolean);

Description

Methods

Public procedure setinheritedconnected(const avalue: boolean);
 
Public function readsequence(const sequencename: string): msestring;
 
Public function sequencecurrvalue(const sequencename: string): msestring;
 
Public function writesequence(const sequencename: string; const avalue: largeint): msestring;
 
Public function ExecuteDirect(const SQL : mseString; const aisutf8: boolean): integer;
 
Public procedure updateutf8(var autf8: boolean);
 

Generated by PasDoc 0.16.0.