Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
search_options.h File Reference

Go to the source code of this file.

Variables

const char * SO_RANGE_S = "in"
 The identifier for specifying a search for any value within a given set of values. More...
 
const char * SO_EQUALS_S = "="
 The identifier for equality search operations. More...
 
const char * SO_LESS_THAN_S = "<"
 The identifier for "less than" search operations. More...
 
const char * SO_LESS_THAN_OR_EQUALS_S = "<="
 The identifier for "less than or equals" search operations. More...
 
const char * SO_GREATER_THAN_S = ">"
 The identifier for "greater than" search operations. More...
 
const char * SO_GREATER_THAN_OR_EQUALS_S = ">="
 The identifier for "greater than or equals" search operations. More...
 
const char * SO_NOT_EQUALS_S = "!="
 The identifier for "not equals" search operations. More...
 
const char * SO_LIKE_S = "like"
 The identifier for "like" search operations. More...
 
const char * SO_CASE_INSENSITIVE_S = "insensitive"
 The identifier for specifying case-insensitive searches. More...