DefaultValueLoader Struct Reference
#include <RowOperations.h>
Public Member Functions | |
template<typename T > | |
const DefaultValueLoader & | load (const ResultSet &result, const unsigned int index, T &value) const |
template<typename... P> | |
const DefaultValueLoader & | loadp (const ResultSet &result, P &...p) const SSRC_DECL_THROW(DatabaseException) |
template<const unsigned int index, typename... P> | |
const DefaultValueLoader & | loadp (const ResultSet &result, P &...p) const SSRC_DECL_THROW(DatabaseException) |
Detailed Description
Definition at line 84 of file RowOperations.h.
Member Function Documentation
template<typename T >
const DefaultValueLoader& DefaultValueLoader::load | ( | const ResultSet & | result, |
const unsigned int | index, | ||
T & | value | ||
) | const [inline] |
Definition at line 87 of file RowOperations.h.
References ResultSet::value().
template<typename... P>
const DefaultValueLoader& DefaultValueLoader::loadp | ( | const ResultSet & | result, |
P &... | p | ||
) | const [inline] |
Definition at line 109 of file RowOperations.h.
template<const unsigned int index, typename... P>
const DefaultValueLoader& DefaultValueLoader::loadp | ( | const ResultSet & | result, |
P &... | p | ||
) | const [inline] |
Definition at line 116 of file RowOperations.h.
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.