class Swcdb::Thrift::Gen::Service::Sql_query_args
Constants
- FIELDS
- RSLT
- SQL
Public Instance Methods
struct_fields()
click to toggle source
# File lib/swcdb/thrift/gen/service.rb, line 869 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/swcdb/thrift/gen/service.rb, line 871 def validate unless @rslt.nil? || ::Swcdb::Thrift::Gen::CellsResult::VALID_VALUES.include?(@rslt) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field rslt!') end end