C# OJAI Client API
MapRDB.Driver.OjaiConstants Class Reference

Static Public Attributes

static string ID_FIELD = @"_id"
 
static string QUERY_SELECT = @"$select"
 
static string QUERY_WHERE = @"$where"
 
static string QUERY_OFFSET = @"$offset"
 
static string QUERY_LIMIT = @"$limit"
 
static string QUERY_ORDER_BY = @"$orderby"
 
static string QUERY_COND_CLOSE = @";"
 
static string QUERY_COND_AND = @"$and"
 
static string QUERY_COND_OR = @"$or"
 
static string QUERY_COND_ELEMENT_AND = @"$elementAnd"
 
static string QUERY_COND_EXIST = @"$exists"
 
static string QUERY_COND_NOT_EXIST = @"$notexists"
 
static string QUERY_COND_IN = @"$in"
 
static string QUERY_COND_NOT_IN = @"$notin"
 
static string QUERY_COND_TYPE_OF = @"$typeof"
 
static string QUERY_COND_NOT_TYPE_OF = @"$nottypeof"
 
static string QUERY_COND_MATCHES = @"$matches"
 
static string QUERY_COND_NOT_MATCHES = @"$notmatches"
 
static string QUERY_COND_LIKE = @"$like"
 
static string QUERY_COND_NOT_LIKE = @"$notlike"
 
static string TYPE_BYTE = @"$numberByte"
 
static string TYPE_SHORT = @"$numberShort"
 
static string TYPE_INT = @"$numberInt"
 
static string TYPE_LONG = @"$numberLong"
 
static string TYPE_FLOAT = @"$numberFloat"
 
static string TYPE_DECIMAL = @"$decimal"
 
static string TYPE_DATE_DAY = @"$dateDay"
 
static string TYPE_TIME = @"$time"
 
static string TYPE_DATE = @"$date"
 
static string TYPE_INTERVAL = @"$interval"
 
static string TYPE_BINARY = @"$binary"
 
static string TYPE_DICT = @"dict"
 
static string TYPE_LIST = @"list"
 
static long MAX_QUERY_TIMEOUT = 2147483647