OpenSDN source code
|
#include <gendb_if.h>
Public Member Functions | |
ColumnNameRange () | |
~ColumnNameRange () | |
bool | IsEmpty () const |
std::string | ToString () const |
Public Attributes | |
DbDataValueVec | start_ |
DbDataValueVec | finish_ |
uint32_t | count_ |
Op::type | start_op_ |
Op::type | finish_op_ |
Definition at line 210 of file gendb_if.h.
|
inline |
Definition at line 211 of file gendb_if.h.
|
inline |
Definition at line 214 of file gendb_if.h.
|
inline |
Definition at line 217 of file gendb_if.h.
std::string ColumnNameRange::ToString | ( | ) | const |
uint32_t GenDb::ColumnNameRange::count_ |
Definition at line 227 of file gendb_if.h.
DbDataValueVec GenDb::ColumnNameRange::finish_ |
Definition at line 226 of file gendb_if.h.
Op::type GenDb::ColumnNameRange::finish_op_ |
Definition at line 229 of file gendb_if.h.
DbDataValueVec GenDb::ColumnNameRange::start_ |
Definition at line 225 of file gendb_if.h.
Op::type GenDb::ColumnNameRange::start_op_ |
Definition at line 228 of file gendb_if.h.