class Swcdb::Thrift::Gen::UCellSerial
The Cell
data for using with Update of SERIAL Column Type
Constants
- ENCODER
- F
- FIELDS
- K
- TS
- TS_DESC
- V
Public Instance Methods
struct_fields()
click to toggle source
# File lib/swcdb/thrift/gen/service_types.rb, line 1013 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/swcdb/thrift/gen/service_types.rb, line 1015 def validate unless @f.nil? || ::Swcdb::Thrift::Gen::Flag::VALID_VALUES.include?(@f) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field f!') end unless @encoder.nil? || ::Swcdb::Thrift::Gen::EncodingType::VALID_VALUES.include?(@encoder) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field encoder!') end end