Class: Hexspace::TGetFunctionsReq

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hexspace/tcli_service_types.rb,
lib/hexspace/tcli_service_types.rb

Constant Summary collapse

SESSIONHANDLE =
1
CATALOGNAME =
2
SCHEMANAME =
3
FUNCTIONNAME =
4
FIELDS =
{
  SESSIONHANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'sessionHandle', :class => ::Hexspace::TSessionHandle},
  CATALOGNAME => {:type => ::Thrift::Types::STRING, :name => 'catalogName', :optional => true},
  SCHEMANAME => {:type => ::Thrift::Types::STRING, :name => 'schemaName', :optional => true},
  FUNCTIONNAME => {:type => ::Thrift::Types::STRING, :name => 'functionName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1596
# File 'lib/hexspace/tcli_service_types.rb', line 1596

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


1598
1599
1600
1601
# File 'lib/hexspace/tcli_service_types.rb', line 1598

def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field sessionHandle is unset!') unless @sessionHandle
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field functionName is unset!') unless @functionName
end