|
| 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 280 of file cql_if.cc.
cass::cql::impl::CassStatementIndexBinder::CassStatementIndexBinder |
( |
interface::CassLibrary * |
cci, |
|
|
CassStatement * |
statement |
|
) |
| |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const boost::blank & |
tblank, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const std::string & |
tstring, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const boost::uuids::uuid & |
tuuid, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint8_t & |
tu8, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint16_t & |
tu16, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint32_t & |
tu32, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const uint64_t & |
tu64, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const double & |
tdouble, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const IpAddress & |
tipaddr, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
void cass::cql::impl::CassStatementIndexBinder::operator() |
( |
const GenDb::Blob & |
tblob, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
CassStatement* cass::cql::impl::CassStatementIndexBinder::statement_ |
The documentation for this class was generated from the following file: