The code will definetly change in the future while not keeping the same functionparameters and calls. You should not use this except you excatly know what you're doing.
Since the functions will change, comments are written for the future functions.
The idea behind this is to maintain data in cached form (client-context-side)) for various keyword-constructs.
/**
* This is an experimental library.
* The code will definitely change in the future while not keeping the same functionparameters and calls. You should not use this except you exactly know what you're doing.
* Since the functions will change, comments are written for the future functions.
*
* The idea behind this is to maintain data in cached form (client-context-side)) for various keyword-constructs.
* get a SqlBuilder object for this keyword attribute. You can easily add additional conditions to it.
*
* @return {SqlBuilder} a SqlBuilder which contains a select for the entry-id's, joins to entry and attribute
* and conditions for the container and the attribute-name.
* @return {SqlBuilder} a SqlBuilder which contains a select for the entry-id's, joins to entry and attribute and conditions for the container and the attribute-name.