SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command tblscope_set

Sets properties of a Scope Object.

command tblscope_set pScopeA, pProp, pValue
Parameters
TypeNameDescription
Simple parameter. pScopeA Scope reference array. See tableobj_getScope().
Simple parameter. pProp The property to get.
Simple parameter. pValue Value to set property to.
Description

Properties:

conditions: Search conditions for the Scope. Use binding variables in order to set the value when adding the scope to a SQL Query Object.

[related table] joins: The related tables to that the scope requries in addition to the scopes table. You can simply pass in a string like "LEFT JOIN related_table_name". The string will be parsed and the ON portion of the JOIN will be included.

order by: ORDER BY fields.

Return

empty

See also