|
Cloud DB
|
#include "postgres.h"#include "tcassconnection.h"#include "tcasstuple.h"#include "callback.h"#include "uItemPointerData.h"#include "alias.h"Функции | |
| void | buildMaxKey (char *dest) |
| void | buildGetLastPointer (tCassandraConnectionConfig config, char *tableName, char *key, char *dest) |
| void | buildKeyspace (tCassandraConnectionConfig config, char *dest) |
| void | buildCreateTable (tCassandraConnectionConfig config, const char *tableName, tCassTuple tuple, char *dest) |
| void | buildSelectAll (tCassandraConnectionConfig config, const char *tableName, int64_t current, char *dest) |
| void | buildDelete (tCassandraConnectionConfig config, const char *tableName, char *dest) |
| void | buildUpdate (tCassandraConnectionConfig config, const char *tableName, char *dest) |
| void | buildInsert (tCassandraConnectionConfig config, const char *tableName, tCassTuple tuple, char *dest) |
| void | buildUpdateFlags (tCassandraConnectionConfig config, const char *tableName, char *dest, enum MinMax transaxtionX, enum TransactionState state) |
В этом файле содержатся все методы, генерирующие CQL-запросы.