1 #ifndef EASYQTSQL_PARAMETERWRAPPER_H 2 #define EASYQTSQL_PARAMETERWRAPPER_H 29 #ifndef EASY_QT_SQL_MAIN 44 ,
alias(aliasName.trimmed())
103 #endif // EASYQTSQL_PARAMETERWRAPPER_H Input SQL parameters wrapper.
Definition: EasyQtSql_ParamDirectionWrapper.h:61
virtual ~ParamDirectionWrapper()
Definition: EasyQtSql_ParamDirectionWrapper.h:47
virtual void doesNothing() const override
Does nothing.
Definition: EasyQtSql_ParamDirectionWrapper.h:100
InOut(const QVariant &value, const QString &alias)
Definition: EasyQtSql_ParamDirectionWrapper.h:93
const QString alias
Definition: EasyQtSql_ParamDirectionWrapper.h:50
ParamDirectionWrapper(const QVariant &val, const QString &aliasName)
Definition: EasyQtSql_ParamDirectionWrapper.h:42
Out(const QString &alias)
Definition: EasyQtSql_ParamDirectionWrapper.h:78
virtual void doesNothing() const override
Does nothing.
Definition: EasyQtSql_ParamDirectionWrapper.h:70
In(const QVariant &value, const QString &alias=QString())
Definition: EasyQtSql_ParamDirectionWrapper.h:63
Base parameters wrapper struct.
Definition: EasyQtSql_ParamDirectionWrapper.h:40
virtual void doesNothing() const =0
Protection against instantiating the class.
Output SQL parameters wrapper.
Definition: EasyQtSql_ParamDirectionWrapper.h:76
Bidirectional SQL parameters wrapper.
Definition: EasyQtSql_ParamDirectionWrapper.h:91
virtual void doesNothing() const override
Does nothing.
Definition: EasyQtSql_ParamDirectionWrapper.h:85
const QVariant value
Definition: EasyQtSql_ParamDirectionWrapper.h:49