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 Public Attributes | |
static const int | kIsNullableFieldNumber = 1 |
static const int | kIsUnsignedFieldNumber = 2 |
static const int | kIsNotnullFieldNumber = 3 |
static const int | kIsUniqueFieldNumber = 4 |
static const int | kExpressionFieldNumber = 16 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_is_nullable () |
void | clear_has_is_nullable () |
void | set_has_is_unsigned () |
void | clear_has_is_unsigned () |
void | set_has_is_notnull () |
void | clear_has_is_notnull () |
void | set_has_is_unique () |
void | clear_has_is_unique () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::RepeatedPtrField < ::std::string > | expression_ |
bool | is_nullable_ |
bool | is_unsigned_ |
bool | is_notnull_ |
bool | is_unique_ |
int | _cached_size_ |
::google::protobuf::uint32 | _has_bits_ [(5+31)/32] |
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 790 of file table.pb.h.