99class ExecSqlRequestType :
public HashDataType {
109const ExecSqlRequestType =
new ExecSqlRequestType();
111class ExecSqlResponseType :
public HashDataType {
121const ExecSqlResponseType =
new ExecSqlResponseType();
The database data provider base class.
Definition DbDataProviderBase.qc.dox.h:28
AbstractDatabase db
the database object, if required
Definition DbDataProviderBase.qc.dox.h:33
DB exec data provider.
Definition DbExecSqlDataProvider.qc.dox.h:28
const RequestType
Request type.
Definition DbExecSqlDataProvider.qc.dox.h:40
*string getDesc()
Returns the data provider description.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
constructor(AbstractDatasource ds, *hash< auto > opts)
creates the object
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderSummaryInfo
Provider summary info.
Definition DbExecSqlDataProvider.qc.dox.h:36
const ProviderInfo
Provider info.
Definition DbExecSqlDataProvider.qc.dox.h:32
constructor(AbstractDatabase db, *LoggerInterface logger)
creates the object
const ResponseType
Response type.
Definition DbExecSqlDataProvider.qc.dox.h:43
string getName()
Returns the data provider name.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Qore AbstractDbRecordIterator class definition.
Definition AbstractDbRecordIterator.qc.dox.h:26