Oihana PHP System

Synonym

Property keys mapped to the columns of the OpenEdge SQL `SYSSYNONYMS` system catalog table.

SYSSYNONYMS contains one row for each synonym defined in the database.

Tags
see
https://docs.progress.com/bundle/openedge-sql-reference/page/SYSSYNONYMS.html
author

Marc Alcaraz (eKameleon)

since
1.0.0

Table of Contents

Constants

BASE_TABLE  : string = 'baseTable'
Name of the table (or view) that the synonym refers to (`basetbl`).
BASE_TABLE_OWNER  : string = 'baseTableOwner'
Owner (SQL schema) of the referenced base table (`basetblowner`).
SYNONYM_OWNER  : string = 'synonymOwner'
Owner (SQL schema) of the synonym itself (`synowner`).

Constants

BASE_TABLE

Name of the table (or view) that the synonym refers to (`basetbl`).

public string BASE_TABLE = 'baseTable'

BASE_TABLE_OWNER

Owner (SQL schema) of the referenced base table (`basetblowner`).

public string BASE_TABLE_OWNER = 'baseTableOwner'

SYNONYM_OWNER

Owner (SQL schema) of the synonym itself (`synowner`).

public string SYNONYM_OWNER = 'synonymOwner'
On this page

Search results