Public Member Functions | |
Resultset (const Resultset &from) | |
Resultset & | operator= (const Resultset &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Resultset *other) |
Resultset * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Resultset &from) |
void | MergeFrom (const Resultset &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
bool | has_key () const |
void | clear_key () |
const ::std::string & | key () const |
void | set_key (const ::std::string &value) |
void | set_key (const char *value) |
void | set_key (const char *value, size_t size) |
inline::std::string * | mutable_key () |
bool | has_schema () const |
void | clear_schema () |
const ::std::string & | schema () const |
void | set_schema (const ::std::string &value) |
void | set_schema (const char *value) |
void | set_schema (const char *value, size_t size) |
inline::std::string * | mutable_schema () |
bool | has_sql () const |
void | clear_sql () |
const ::std::string & | sql () const |
void | set_sql (const ::std::string &value) |
void | set_sql (const char *value) |
void | set_sql (const char *value, size_t size) |
inline::std::string * | mutable_sql () |
bool | has_select_header () const |
void | clear_select_header () |
const ::drizzled::message::SelectHeader & | select_header () const |
inline::drizzled::message::SelectHeader * | mutable_select_header () |
bool | has_select_data () const |
void | clear_select_data () |
const ::drizzled::message::SelectData & | select_data () const |
inline::drizzled::message::SelectData * | mutable_select_data () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Resultset & | default_instance () |
Static Public Attributes | |
static const int | kKeyFieldNumber = 1 |
static const int | kSchemaFieldNumber = 2 |
static const int | kSqlFieldNumber = 3 |
static const int | kSelectHeaderFieldNumber = 4 |
static const int | kSelectDataFieldNumber = 5 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
bool | _has_bit (int index) const |
void | _set_bit (int index) |
void | _clear_bit (int index) |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
int | _cached_size_ |
::std::string * | key_ |
::std::string * | schema_ |
::std::string * | sql_ |
::drizzled::message::SelectHeader * | select_header_ |
::drizzled::message::SelectData * | select_data_ |
::google::protobuf::uint32 | _has_bits_ [(5+31)/32] |
Static Private Attributes | |
static const ::std::string | _default_key_ |
static const ::std::string | _default_schema_ |
static const ::std::string | _default_sql_ |
static Resultset * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_resultset_2eproto () |
void | protobuf_AssignDesc_resultset_2eproto () |
void | protobuf_ShutdownFile_resultset_2eproto () |
Definition at line 633 of file resultset.pb.h.