Content


NTL
Core
DbSupportedAvailabilityOfResultSetsInParameterizedExecution

DbSupportedAvailabilityOfResultSetsInParameterizedExecution


Describes database supported availability of result sets in parameterized execution clauses. Each member of the structure is a boolean value indicating whether the feature is supported or not.

You can find more information in comments below.

struct DbSupportedAvailabilityOfResultSetsInParameterizedExecution
{
    bool Valid; // Indicates whether this structure contains valid data (it was successfully retrieved from data source) 
    bool Batch;
    bool NoBatch;
    bool NoSelect;

    explicit operator String() const;
};
Namespace: nitisa
Include: Nitisa/Db/DbSupportedAvailabilityOfResultSetsInParameterizedExecution.h