|
| | CassStatementIndexBinder (interface::CassLibrary *cci, CassStatement *statement) |
| |
| void | operator() (const boost::blank &tblank, size_t index) const |
| |
| void | operator() (const std::string &tstring, size_t index) const |
| |
| void | operator() (const boost::uuids::uuid &tuuid, size_t index) const |
| |
| void | operator() (const uint8_t &tu8, size_t index) const |
| |
| void | operator() (const uint16_t &tu16, size_t index) const |
| |
| void | operator() (const uint32_t &tu32, size_t index) const |
| |
| void | operator() (const uint64_t &tu64, size_t index) const |
| |
| void | operator() (const double &tdouble, size_t index) const |
| |
| void | operator() (const IpAddress &tipaddr, size_t index) const |
| |
| void | operator() (const GenDb::Blob &tblob, size_t index) const |
| |
Definition at line 285 of file cql_if.cc.
◆ CassStatementIndexBinder()
| cass::cql::impl::CassStatementIndexBinder::CassStatementIndexBinder |
( |
interface::CassLibrary * |
cci, |
|
|
CassStatement * |
statement |
|
) |
| |
|
inline |
◆ operator()() [1/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const boost::blank & |
tblank, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [2/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const boost::uuids::uuid & |
tuuid, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [3/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const double & |
tdouble, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [4/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const GenDb::Blob & |
tblob, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [5/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const IpAddress & |
tipaddr, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [6/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const std::string & |
tstring, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [7/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint16_t & |
tu16, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [8/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint32_t & |
tu32, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [9/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint64_t & |
tu64, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ operator()() [10/10]
| void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint8_t & |
tu8, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
◆ cci_
◆ statement_
| CassStatement* cass::cql::impl::CassStatementIndexBinder::statement_ |
The documentation for this class was generated from the following file: