|
typedef DatabaseResponse_ResponseType | ResponseType |
|
|
| DatabaseResponse (const DatabaseResponse &from) |
|
DatabaseResponse & | operator= (const DatabaseResponse &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (DatabaseResponse *other) |
|
DatabaseResponse * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const DatabaseResponse &from) |
|
void | MergeFrom (const DatabaseResponse &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_response_type () const |
|
void | clear_response_type () |
|
inline::goby::common::protobuf::DatabaseResponse_ResponseType | response_type () const |
|
void | set_response_type (::goby::common::protobuf::DatabaseResponse_ResponseType value) |
|
int | sql_result_size () const |
|
void | clear_sql_result () |
|
const ::goby::common::protobuf::EmbeddedMessage & | sql_result (int index) const |
|
inline::goby::common::protobuf::EmbeddedMessage * | mutable_sql_result (int index) |
|
inline::goby::common::protobuf::EmbeddedMessage * | add_sql_result () |
|
const ::google::protobuf::RepeatedPtrField< ::goby::common::protobuf::EmbeddedMessage > & | sql_result () const |
|
inline::google::protobuf::RepeatedPtrField< ::goby::common::protobuf::EmbeddedMessage > * | mutable_sql_result () |
|
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const DatabaseResponse & | default_instance () |
|
static bool | ResponseType_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | ResponseType_descriptor () |
|
static const ::std::string & | ResponseType_Name (ResponseType value) |
|
static bool | ResponseType_Parse (const ::std::string &name, ResponseType *value) |
|
|
static const ResponseType | NEW_PUBLISH_ACCEPTED = DatabaseResponse_ResponseType_NEW_PUBLISH_ACCEPTED |
|
static const ResponseType | NEW_PUBLISH_DENIED = DatabaseResponse_ResponseType_NEW_PUBLISH_DENIED |
|
static const ResponseType | SQL_QUERY_RESULT = DatabaseResponse_ResponseType_SQL_QUERY_RESULT |
|
static const ResponseType | SQL_QUERY_INVALID = DatabaseResponse_ResponseType_SQL_QUERY_INVALID |
|
static const ResponseType | ResponseType_MIN |
|
static const ResponseType | ResponseType_MAX |
|
static const int | ResponseType_ARRAYSIZE |
|
static const int | kResponseTypeFieldNumber = 1 |
|
static const int | kSqlResultFieldNumber = 2 |
|
|
void | protobuf_AddDesc_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto () |
|
void | protobuf_AssignDesc_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto () |
|
void | protobuf_ShutdownFile_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto () |
|
Definition at line 223 of file database_request.pb.h.
const int goby::common::protobuf::DatabaseResponse::ResponseType_ARRAYSIZE |
|
static |
Initial value:=
DatabaseResponse_ResponseType_ResponseType_ARRAYSIZE
Definition at line 286 of file database_request.pb.h.
const ResponseType goby::common::protobuf::DatabaseResponse::ResponseType_MAX |
|
static |
const ResponseType goby::common::protobuf::DatabaseResponse::ResponseType_MIN |
|
static |
The documentation for this class was generated from the following file: