class Hexspace::TGetFunctionsReq
Constants
- CATALOGNAME
- FIELDS
- FUNCTIONNAME
- SCHEMANAME
- SESSIONHANDLE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/hexspace/tcli_service_types.rb, line 1596 def struct_fields; FIELDS; end
validate()
click to toggle source
# 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