Base parameters wrapper struct.
More...
#include <EasyQtSql_ParamDirectionWrapper.h>
Base parameters wrapper struct.
The ParamDirectionWrapper struct is pure-virtual
◆ ParamDirectionWrapper()
ParamDirectionWrapper::ParamDirectionWrapper |
( |
const QVariant & |
val, |
|
|
const QString & |
aliasName |
|
) |
| |
|
inline |
◆ ~ParamDirectionWrapper()
virtual ParamDirectionWrapper::~ParamDirectionWrapper |
( |
| ) |
|
|
inlinevirtual |
◆ doesNothing()
virtual void ParamDirectionWrapper::doesNothing |
( |
| ) |
const |
|
pure virtual |
Protection against instantiating the class.
Implemented in InOut, Out, and In.
◆ alias
const QString ParamDirectionWrapper::alias |
◆ value
const QVariant ParamDirectionWrapper::value |
The documentation for this struct was generated from the following file: