|
fb-cpp 0.0.1
A modern C++ wrapper for the Firebird database API
|
Represents options used when preparing a Statement. More...
#include <Statement.h>
Public Member Functions | |
| bool | getPrefetchLegacyPlan () const |
| Reports whether the legacy textual plan should be prefetched during prepare. | |
| StatementOptions & | setPrefetchLegacyPlan (bool value) |
| Enables or disables prefetching of the legacy textual plan at prepare time. | |
| bool | getPrefetchPlan () const |
| Reports whether the structured plan should be prefetched during prepare. | |
| StatementOptions & | setPrefetchPlan (bool value) |
| Enables or disables prefetching of the structured plan at prepare time. | |
Represents options used when preparing a Statement.
Definition at line 70 of file Statement.h.
|
inline |
Reports whether the legacy textual plan should be prefetched during prepare.
Definition at line 76 of file Statement.h.
|
inline |
Reports whether the structured plan should be prefetched during prepare.
Definition at line 95 of file Statement.h.
|
inline |
Enables or disables prefetching of the legacy textual plan at prepare time.
| value | true to prefetch the legacy plan, false to skip it. |
Definition at line 86 of file Statement.h.
|
inline |
Enables or disables prefetching of the structured plan at prepare time.
| value | true to prefetch the optimized plan, false to skip it. |
Definition at line 105 of file Statement.h.