Difference between revisions of "DBRELATION()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return table-linking expression
 
Function to return table-linking expression
 
  
 
==Syntax==
 
==Syntax==
 
DBRELATION(<expN>)
 
DBRELATION(<expN>)
 
  
 
==See Also==
 
==See Also==
[[CREATE BRIDGE]], [[CREATE VIEW]], [[DBRSELECT()]], [[RELATION()]], [[SET RELATION]], [[SET VIEW]], [[TARGET()]], [[USE]]
+
[[CREATE VIEW]], [[DBRSELECT()]], [[RELATION()]], [[SET RELATION]], [[TARGET()]], [[USE]]
 
+
  
 
==Description==
 
==Description==
 
The DBRELATION() function is synonymous with the RELATION() function.  The DBRELATION() function returns the linking expression of a specified relation in the current workarea.  The <expN> specifies the position of the desired linking expression from the list of previously defined relations.  The DBRELATION() function always returns a character string in lower case.  If there is no linking expression defined for the <expN> selected a null string will be returned.
 
The DBRELATION() function is synonymous with the RELATION() function.  The DBRELATION() function returns the linking expression of a specified relation in the current workarea.  The <expN> specifies the position of the desired linking expression from the list of previously defined relations.  The DBRELATION() function always returns a character string in lower case.  If there is no linking expression defined for the <expN> selected a null string will be returned.
 
  
 
==Example==
 
==Example==
Line 26: Line 22:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 10:58, 9 February 2012

Purpose

Function to return table-linking expression

Syntax

DBRELATION(<expN>)

See Also

CREATE VIEW, DBRSELECT(), RELATION(), SET RELATION, TARGET(), USE

Description

The DBRELATION() function is synonymous with the RELATION() function. The DBRELATION() function returns the linking expression of a specified relation in the current workarea. The <expN> specifies the position of the desired linking expression from the list of previously defined relations. The DBRELATION() function always returns a character string in lower case. If there is no linking expression defined for the <expN> selected a null string will be returned.

Example

use shows in 2 index pcode
use patrons in 1
set relation to patron_code into shows
? dbrelation(1)
patron_code
? target(1)
         2