Public Types | |
|
typedef Table_ForeignKeyConstraint_ForeignKeyMatchOption | ForeignKeyMatchOption |
|
typedef Table_ForeignKeyConstraint_ForeignKeyOption | ForeignKeyOption |
Public Member Functions | |
| Table_ForeignKeyConstraint (const Table_ForeignKeyConstraint &from) | |
| Table_ForeignKeyConstraint & | operator= (const Table_ForeignKeyConstraint &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Table_ForeignKeyConstraint *other) |
| Table_ForeignKeyConstraint * | New () const |
| void | CopyFrom (const ::google::protobuf::Message &from) |
| void | MergeFrom (const ::google::protobuf::Message &from) |
| void | CopyFrom (const Table_ForeignKeyConstraint &from) |
| void | MergeFrom (const Table_ForeignKeyConstraint &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_name () const |
| void | clear_name () |
| const ::std::string & | name () const |
| void | set_name (const ::std::string &value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| inline::std::string * | mutable_name () |
| inline::std::string * | release_name () |
| int | column_names_size () const |
| void | clear_column_names () |
| const ::std::string & | column_names (int index) const |
| inline::std::string * | mutable_column_names (int index) |
| void | set_column_names (int index, const ::std::string &value) |
| void | set_column_names (int index, const char *value) |
| void | set_column_names (int index, const char *value, size_t size) |
| inline::std::string * | add_column_names () |
| void | add_column_names (const ::std::string &value) |
| void | add_column_names (const char *value) |
| void | add_column_names (const char *value, size_t size) |
|
const ::google::protobuf::RepeatedPtrField < ::std::string > & | column_names () const |
|
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_column_names () |
| bool | has_references_table_name () const |
| void | clear_references_table_name () |
| const ::std::string & | references_table_name () const |
| void | set_references_table_name (const ::std::string &value) |
| void | set_references_table_name (const char *value) |
| void | set_references_table_name (const char *value, size_t size) |
| inline::std::string * | mutable_references_table_name () |
| inline::std::string * | release_references_table_name () |
| int | references_columns_size () const |
| void | clear_references_columns () |
| const ::std::string & | references_columns (int index) const |
| inline::std::string * | mutable_references_columns (int index) |
| void | set_references_columns (int index, const ::std::string &value) |
| void | set_references_columns (int index, const char *value) |
| void | set_references_columns (int index, const char *value, size_t size) |
| inline::std::string * | add_references_columns () |
| void | add_references_columns (const ::std::string &value) |
| void | add_references_columns (const char *value) |
| void | add_references_columns (const char *value, size_t size) |
|
const ::google::protobuf::RepeatedPtrField < ::std::string > & | references_columns () const |
|
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_references_columns () |
| bool | has_match () const |
| void | clear_match () |
| inline::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyMatchOption | match () const |
| void | set_match (::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyMatchOption value) |
| bool | has_update_option () const |
| void | clear_update_option () |
| inline::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyOption | update_option () const |
| void | set_update_option (::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyOption value) |
| bool | has_delete_option () const |
| void | clear_delete_option () |
| inline::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyOption | delete_option () const |
| void | set_delete_option (::drizzled::message::Table_ForeignKeyConstraint_ForeignKeyOption value) |
Static Public Member Functions | |
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const Table_ForeignKeyConstraint & | default_instance () |
| static bool | ForeignKeyMatchOption_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | ForeignKeyMatchOption_descriptor () |
| static const ::std::string & | ForeignKeyMatchOption_Name (ForeignKeyMatchOption value) |
| static bool | ForeignKeyMatchOption_Parse (const ::std::string &name, ForeignKeyMatchOption *value) |
| static bool | ForeignKeyOption_IsValid (int value) |
|
static const ::google::protobuf::EnumDescriptor * | ForeignKeyOption_descriptor () |
| static const ::std::string & | ForeignKeyOption_Name (ForeignKeyOption value) |
| static bool | ForeignKeyOption_Parse (const ::std::string &name, ForeignKeyOption *value) |
Static Private Attributes | |
| static Table_ForeignKeyConstraint * | default_instance_ = NULL |
Friends | |
| void | protobuf_AddDesc_table_2eproto () |
| void | protobuf_AssignDesc_table_2eproto () |
| void | protobuf_ShutdownFile_table_2eproto () |
Definition at line 422 of file table.pb.h.
|
static |
Definition at line 486 of file table.pb.h.
|
static |
Definition at line 484 of file table.pb.h.
|
static |
Definition at line 482 of file table.pb.h.
|
static |
Definition at line 514 of file table.pb.h.
|
static |
Definition at line 512 of file table.pb.h.
|
static |
Definition at line 510 of file table.pb.h.