class InterMine::PathQuery::UnaryConstraint
Public Class Methods
valid_ops()
click to toggle source
# File lib/intermine/query.rb 1299 def self.valid_ops 1300 return ["IS NULL", "IS NOT NULL"] 1301 end
# File lib/intermine/query.rb 1299 def self.valid_ops 1300 return ["IS NULL", "IS NOT NULL"] 1301 end