Docs tagged "GMQL"
Contained topics: GMQL Conjunction and Disjunctions, GMQL Group By, GMQL Order by, GMQL Joins, Generic Model Query Language, GMQL Distinct, ...
12 files
GMQL Conjunction and Disjunctions
	  	
	  				Conjunctions and disjunctions can be invoked by using the and & or keywords respectively.conjunctions require that ...
	  			
	  			
	  				GMQL
			GMQL Group By
	  	
	  				The Group By function is used o group the aggregate results by a defined property.The Group By function is used in conjunction with aggregate functions to group the aggregate results by the property defined in the group by function....
	  			
	  			
	  				GMQL
			GMQL Order by
	  	
	  				...
	  			
	  			
	  				GMQL
			GMQL Joins
	  	
	  				...
	  			
	  			
	  				GMQL
			Generic Model Query Language
	  	
	  				Generic Model Query Language (GMQL) is a domain-specific query language used for searching entities and properties of your Tribefire model....
	  			
	  			
	  				GMQL
	  				Serialization
			GMQL Distinct
	  	
	  				Distinct can be used on any of the query types and should be placed before the entity and property statements and after the select statement....
	  			
	  			
	  				GMQL
			GMQL Where
	  	
	  				The where statement restricts results, returning only those that match the value comparison(s), or in the case of the negated value comparison, return only the results that do not match the value comparison....
	  			
	  			
	  				GMQL
			General GMQL Query Types
	  	
	  				GMQL supports three standard query types:Select QueryEntity QueryProperty Query...
	  			
	  			
	  				GMQL
			GMQL Functions
	  	
	  				GMQL supports the following functions:avg(.) – average valuecount(.) – total number of non-null values....
	  			
	  			
	  				GMQL
			GMQL Syntax
	  	
	  				As you already know, GMQL supports three standard query types:Select QueryEntity QueryProperty Query...
	  			
	  			
	  				GMQL
			GMQL Pagination
	  	
	  				Pagination makes use of two keywords: limit and offset. limit determines the start index and offset determines the page size....
	  			
	  			
	  				GMQL
			GMQL Examples
	  	
	  				...
	  			
	  			
	  				GMQL