Search results

From WandoraWiki
Jump to: navigation, search

Page title matches

  • ...ts or only leaf results, that is results where further applications of the directive would not return any more results. Maximum recursion depth can also be spec ... directive. These modified input rows are then used as input for the inner directive.
    3 KB (382 words) - 12:52, 24 August 2009
  • Removes duplicate rows from the result of inner query. Unique(Directive directive)
    506 B (57 words) - 08:37, 24 August 2009
  • Takes the results from one directive and feeds them one row at a time to another combining all results. From(Directive to,Directive from)
    2 KB (381 words) - 09:40, 20 August 2009
  • #REDIRECT [[Occurrence (query directive)]]
    42 B (4 words) - 10:56, 26 August 2009
  • ...''as'' method can also be given two parameters corresponding to the ''As'' directive constructor with two parameters. ...Note that using the ''as'' method is much more readable than creating same query using constructors only. Above example would be equal to
    2 KB (363 words) - 09:32, 20 August 2009
  • ...rns a non empty result then the then directive is used. Otherwise the else directive is used if provided or an empty result is returned. ...s empty. using ''If.COND'' avoids having to write and execute the same sub-query in both the conditional and then part. See examples on how to use this in p
    2 KB (369 words) - 10:26, 25 August 2009
  • Join(Directive d1,Directive d2,...) ...ically at all. Instead you may provide several directives to [[From (query directive)|from]] method which will implicitly join them.
    3 KB (389 words) - 15:20, 29 November 2013
  • This directive is best used using the ''of'' method present in every directive. Calling ''A.of("role")'' will resolve to ''A.from(new Of("role"))'' which ...nstance" from line 6. On line 4 it is not necessary but it makes the whole query more readable.
    1 KB (160 words) - 09:20, 20 August 2009
  • [[Category:Query directives]] ...usually really need to see the input topic either. So we can use ''Roles'' directive to remove everything else but "#instance" which contains all we need to see
    1 KB (185 words) - 09:47, 20 August 2009
  • Union(Directive d1,Directive d2,...) ... to remove the default column which will still be present from ''Players'' directive.
    851 B (112 words) - 09:50, 20 August 2009
  • [[Category:Query directives]] ... empty set in some cases. ''If'' directive does this internally if no else directive is provided. You can turn this other way round and only return something in
    628 B (91 words) - 10:23, 25 August 2009
  • [[Category:Query directives]] ...rective that does not do this internally. Most common case is ''Literals'' directive. Following example returns one row with a text label indicating if the inpu
    1 KB (196 words) - 10:23, 25 August 2009
  • ...ve can be given strings instead of directives. In this case a ''Literals'' directive is implicitly created from the strings. ''A.from("b","c","d")'' is same as [[Category:Query directives]]
    878 B (124 words) - 10:23, 25 August 2009
  • Returns the provided result rows. This is similar to [[Literals (query directive) |Literals]] but whereas Literals returns rows with a single column and str Static(ResultRow row) - Directive will return a single row.
    462 B (68 words) - 10:24, 25 August 2009
  • ...here(B).where(C)'' though structurally it resolves to a slightly different query. [[Category:Query directives]]
    791 B (109 words) - 08:11, 21 August 2009
  • The directive constructor is given a comparison operator as a string. It can be one of "= ... given three strings corresponding to the first constructor. A new Compare directive will be implicitly created. A.where("r1","==","r2") will resolve to new Fro
    3 KB (477 words) - 10:03, 21 August 2009
  • Includes rows where the inner directive returns a non-empty result using the row itself as input. Exists(Directive directive)
    567 B (80 words) - 08:44, 21 August 2009
  • [[Category:Query directives]]
    516 B (67 words) - 13:34, 29 November 2013
  • Returns rows which do not satisfy the inner filtering directive. Not(WhereDirective directive)
    447 B (55 words) - 08:47, 21 August 2009
  • Includes rows which satisfy at least one of inner filtering directive. Or(Directive d1,Directive d2,...)
    549 B (70 words) - 08:11, 21 August 2009

Page text matches

  • ...opic panel]] and in [[Query topic map]]. Image below illustrates Wandora's query interface in search tool. Search tool is opened with menu option '''Edit > ... predefined query directive classes. This somewhat resembles a traditional query language.
    19 KB (2,982 words) - 08:12, 23 September 2014
  • ...ts or only leaf results, that is results where further applications of the directive would not return any more results. Maximum recursion depth can also be spec ... directive. These modified input rows are then used as input for the inner directive.
    3 KB (382 words) - 12:52, 24 August 2009
  • Removes duplicate rows from the result of inner query. Unique(Directive directive)
    506 B (57 words) - 08:37, 24 August 2009
  • Takes the results from one directive and feeds them one row at a time to another combining all results. From(Directive to,Directive from)
    2 KB (381 words) - 09:40, 20 August 2009
  • ...''as'' method can also be given two parameters corresponding to the ''As'' directive constructor with two parameters. ...Note that using the ''as'' method is much more readable than creating same query using constructors only. Above example would be equal to
    2 KB (363 words) - 09:32, 20 August 2009
  • ...uage which is no longer in use. See documentation for the new version at [[Query language]].''' ... Currently the query language is used only in [[Custom topic panel]] and [[Query topic map]].
    23 KB (3,352 words) - 10:31, 11 August 2009
  • ...rns a non empty result then the then directive is used. Otherwise the else directive is used if provided or an empty result is returned. ...s empty. using ''If.COND'' avoids having to write and execute the same sub-query in both the conditional and then part. See examples on how to use this in p
    2 KB (369 words) - 10:26, 25 August 2009
  • Join(Directive d1,Directive d2,...) ...ically at all. Instead you may provide several directives to [[From (query directive)|from]] method which will implicitly join them.
    3 KB (389 words) - 15:20, 29 November 2013
  • This directive is best used using the ''of'' method present in every directive. Calling ''A.of("role")'' will resolve to ''A.from(new Of("role"))'' which ...nstance" from line 6. On line 4 it is not necessary but it makes the whole query more readable.
    1 KB (160 words) - 09:20, 20 August 2009
  • [[Category:Query directives]] ...usually really need to see the input topic either. So we can use ''Roles'' directive to remove everything else but "#instance" which contains all we need to see
    1 KB (185 words) - 09:47, 20 August 2009
  • [[Category:Query directives]] ... empty set in some cases. ''If'' directive does this internally if no else directive is provided. You can turn this other way round and only return something in
    628 B (91 words) - 10:23, 25 August 2009
  • [[Category:Query directives]] ...rective that does not do this internally. Most common case is ''Literals'' directive. Following example returns one row with a text label indicating if the inpu
    1 KB (196 words) - 10:23, 25 August 2009
  • ...ve can be given strings instead of directives. In this case a ''Literals'' directive is implicitly created from the strings. ''A.from("b","c","d")'' is same as [[Category:Query directives]]
    878 B (124 words) - 10:23, 25 August 2009
  • Returns the provided result rows. This is similar to [[Literals (query directive) |Literals]] but whereas Literals returns rows with a single column and str Static(ResultRow row) - Directive will return a single row.
    462 B (68 words) - 10:24, 25 August 2009
  • ...here(B).where(C)'' though structurally it resolves to a slightly different query. [[Category:Query directives]]
    791 B (109 words) - 08:11, 21 August 2009
  • The directive constructor is given a comparison operator as a string. It can be one of "= ... given three strings corresponding to the first constructor. A new Compare directive will be implicitly created. A.where("r1","==","r2") will resolve to new Fro
    3 KB (477 words) - 10:03, 21 August 2009
  • Includes rows where the inner directive returns a non-empty result using the row itself as input. Exists(Directive directive)
    567 B (80 words) - 08:44, 21 August 2009
  • Returns rows which do not satisfy the inner filtering directive. Not(WhereDirective directive)
    447 B (55 words) - 08:47, 21 August 2009
  • Includes rows which satisfy at least one of inner filtering directive. Or(Directive d1,Directive d2,...)
    549 B (70 words) - 08:11, 21 August 2009
  • ...MATCH, Regex.MODE_GLOBAL and Regex.MODE_ICASE. The MATCH option causes the directive to return an empty result if no match is found. Otherwise rows are returned ...ter rows. Replacement cannot be used when directive is used as a filtering directive.
    2 KB (238 words) - 10:54, 26 August 2009

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)

Views
Personal tools
Toolbox