|
std::string | cass::cql::impl::StaticCf2CassCreateTableIfNotExists (const GenDb::NewCf &cf, const std::string &compaction_strategy) |
|
std::string | cass::cql::impl::DynamicCf2CassCreateTableIfNotExists (const GenDb::NewCf &cf, const std::string &compaction_strategy, boost::system::error_code *ec) |
|
std::string | cass::cql::impl::CassCreateIndexIfNotExists (const std::string &cfname, const std::string &column, const std::string &indexname, const GenDb::ColIndexMode::type index_mode) |
|
std::string | cass::cql::impl::StaticCf2CassInsertIntoTable (const GenDb::ColList *v_columns) |
|
std::string | cass::cql::impl::DynamicCf2CassInsertIntoTable (const GenDb::ColList *v_columns) |
|
std::string | cass::cql::impl::StaticCf2CassPrepareInsertIntoTable (const GenDb::NewCf &cf) |
|
std::string | cass::cql::impl::DynamicCf2CassPrepareInsertIntoTable (const GenDb::NewCf &cf, boost::system::error_code *ec) |
|
std::string | cass::cql::impl::CassSelectFromTable (const std::string &table) |
|
std::string | cass::cql::impl::ClusteringKeyRangeAndIndexValue2CassSelectFromTable (const std::string &table, const GenDb::DbDataValueVec &rkeys, const GenDb::ColumnNameRange &ck_range, const GenDb::WhereIndexInfoVec &where_vec, const GenDb::FieldNamesToReadVec &read_vec) |
|
std::string | cass::cql::impl::PartitionKey2CassSelectFromTable (const std::string &table, const GenDb::DbDataValueVec &rkeys) |
|
std::string | cass::cql::impl::PartitionKeyAndClusteringKeyRange2CassSelectFromTable (const std::string &table, const GenDb::DbDataValueVec &rkeys, const GenDb::ColumnNameRange &ck_range, const GenDb::FieldNamesToReadVec &read_vec) |
|
std::string | cass::cql::impl::PartitionKeyAndClusteringKeyRange2CassSelectFromTable (const std::string &table, const std::vector< GenDb::DbDataValueVec > &rkeys, const GenDb::ColumnNameRange &ck_range, const GenDb::FieldNamesToReadVec &read_vec) |
|
void | cass::cql::impl::DynamicCfGetResult (interface::CassLibrary *cci, CassResultPtr *result, size_t rk_count, size_t ck_count, GenDb::ColListVec *v_col_list) |
|
void | cass::cql::impl::StaticCfGetResult (interface::CassLibrary *cci, CassResultPtr *result, size_t rk_count, GenDb::ColListVec *v_col_list) |
|