Click or drag to resize

SQLListTables Constructor

X#
Construct a SQLListTables object.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cQualifier,
	cOwner,
	cTableName,
	cTableType,
	oSQLConnection
) CLIPPER
Request Example View Source

Parameters

cQualifier (Optional)
Type: Usual
The search string or name of the table qualifier.
cOwner (Optional)
Type: Usual
The search string or name of the table owner.
cTableName (Optional)
Type: Usual
The search string or name of the table.
cTableType (Optional)
Type: Usual
The list of table types to match (for example, ''Table', 'View', 'Synonym', 'System Table', 'Alias''). Refer to your driver documentation for a complete list of table types that are available.
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