Class tmsepqconnection
Unit
Declaration
type tmsepqconnection = class(tpqconnection, idbcontroller)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TCustomConnection
- tmdatabase
- tcustomsqlconnection
- tsqlconnection
- TPQConnection
- tmsepqconnection
Overview
Methods
| Protected | procedure loaded; override; |
| Protected | procedure internalexecute(const cursor: tsqlcursor; const atransaction: tsqltransaction; const aparams: tmseparams; const autf8: boolean); override; |
| Protected | function CreateBlobStream(const Field: TField; const Mode: TBlobStreamMode; const acursor: tsqlcursor): TStream; override; |
| Protected | function readsequence(const sequencename: string): msestring; override; |
| Protected | function sequencecurrvalue(const sequencename: string): msestring; override; |
| Protected | function writesequence(const sequencename: string; const avalue: largeint): msestring; override; |
| Public | constructor create(aowner: tcomponent); override; |
Properties
| Published | property DatabaseName: filenamety read getdatabasename write setdatabasename; |
| Published | property Connected: boolean read getconnected write setconnected
default false; |
| Published | property options: pqconnectionoptionsty read foptions write setoptions
default defaultpqconnectionoptionsty; |
Description
Methods
| Protected | procedure loaded; override; |
|
This item has no description. | |
| Protected | procedure internalexecute(const cursor: tsqlcursor; const atransaction: tsqltransaction; const aparams: tmseparams; const autf8: boolean); override; |
|
This item has no description. | |
| Protected | function CreateBlobStream(const Field: TField; const Mode: TBlobStreamMode; const acursor: tsqlcursor): TStream; override; |
|
This item has no description. | |
| Protected | function readsequence(const sequencename: string): msestring; override; |
|
This item has no description. | |
| Protected | function sequencecurrvalue(const sequencename: string): msestring; override; |
|
This item has no description. | |
| Protected | function writesequence(const sequencename: string; const avalue: largeint): msestring; override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
Properties
| Published | property DatabaseName: filenamety read getdatabasename write setdatabasename; |
|
This item has no description. | |
| Published | property Connected: boolean read getconnected write setconnected
default false; |
|
This item has no description. | |
| Published | property options: pqconnectionoptionsty read foptions write setoptions
default defaultpqconnectionoptionsty; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.