SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

function tblscope_get()

Retrieves properties of a Scope Object.

function tblscope_get pScopeA, pProp
Parameters
TypeNameDescription
Simple parameter. pScopeA Scope reference array. See tableobj_getScope().
Simple parameter. pProp The property to get.
Description

Properties:

conditions: Search conditions for the Scope (as set using tableobj_set).

database: Database that Scope is associated with.

order by: ORDER BY fields.

sql conditions: The conditions as they will appear in the SQL statement. Any english operators used when setting the 'conditions' will have been translated into SQL.

table: Table that Scope is associated with.

[related table] joins: If you haven't defined relationships between tables then this is the string you set the joins to. If you have defined relationships then you will get the internal array that represents the join.

Return

value

See also