Public Member Functions | |
| Table_Field_FieldConstraints (const Table_Field_FieldConstraints &from) | |
| Table_Field_FieldConstraints & | operator= (const Table_Field_FieldConstraints &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Table_Field_FieldConstraints *other) |
| Table_Field_FieldConstraints * | New () const |
| void | CopyFrom (const ::google::protobuf::Message &from) |
| void | MergeFrom (const ::google::protobuf::Message &from) |
| void | CopyFrom (const Table_Field_FieldConstraints &from) |
| void | MergeFrom (const Table_Field_FieldConstraints &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_is_nullable () const |
| void | clear_is_nullable () |
| bool | is_nullable () const |
| void | set_is_nullable (bool value) |
| bool | has_is_unsigned () const |
| void | clear_is_unsigned () |
| bool | is_unsigned () const |
| void | set_is_unsigned (bool value) |
| bool | has_is_notnull () const |
| void | clear_is_notnull () |
| bool | is_notnull () const |
| void | set_is_notnull (bool value) |
| bool | has_is_unique () const |
| void | clear_is_unique () |
| bool | is_unique () const |
| void | set_is_unique (bool value) |
| int | expression_size () const |
| void | clear_expression () |
| const ::std::string & | expression (int index) const |
| inline::std::string * | mutable_expression (int index) |
| void | set_expression (int index, const ::std::string &value) |
| void | set_expression (int index, const char *value) |
| void | set_expression (int index, const char *value, size_t size) |
| inline::std::string * | add_expression () |
| void | add_expression (const ::std::string &value) |
| void | add_expression (const char *value) |
| void | add_expression (const char *value, size_t size) |
|
const ::google::protobuf::RepeatedPtrField < ::std::string > & | expression () const |
|
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_expression () |
Static Public Member Functions | |
|
static const ::google::protobuf::Descriptor * | descriptor () |
|
static const Table_Field_FieldConstraints & | default_instance () |
Static Private Attributes | |
|
static Table_Field_FieldConstraints * | default_instance_ = NULL |
Friends | |
| void | protobuf_AddDesc_table_2eproto () |
| void | protobuf_AssignDesc_table_2eproto () |
| void | protobuf_ShutdownFile_table_2eproto () |
Definition at line 792 of file table.pb.h.