Click or drag to resize

SQLListForeignKeys Constructor

X#
Construct a SQLListForeignKeys object.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cPQualifier,
	cpOwner,
	cPTableName,
	cFQualifier,
	cFOwner,
	cFTableName,
	oSQLConnection
) CLIPPER
Request Example View Source

Parameters

cPQualifier (Optional)
Type: Usual
The search string or name of the primary key table qualifier.
cpOwner (Optional)
Type: Usual
The search string or name of the primary key table owner.
cPTableName (Optional)
Type: Usual
The search string or name of the primary key table.
cFQualifier (Optional)
Type: Usual
The search string or name of the foreign key table qualifier.
cFOwner (Optional)
Type: Usual
The search string or name of the foreign key table owner.
cFTableName (Optional)
Type: Usual
The search string or name of the foreign key table.
oSQLConnection (Optional)
Type: Usual
The SQL connection indicating where the table can be found. If not specified, the current default connection is used, if any; if none is defined, the system asks the end user to log on to a database.
See Also