Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLConnection.GetObjectNames

Return a collection of object names for a given type of object.

Declaration

Source position: sqldb.pp line 281

public function TSQLConnection.GetObjectNames(

  ASchemaType: TSchemaType;

  AList: TSqlObjectIdentifierList

):Integer; virtual;

Arguments

ASchemaType

  

Type of object to return.

AList

  

List in which to return the object names.

Function result

Number of found objects.

Description

GetObjectNames returns all the names of objects of a given type ASchemaType in the database, and returns the number of found objects as a result. The object names are placed in the collection AList.

The collection is not cleared.

See also

#fcl.sqltypes.TSqlObjectIdentifierList


Documentation generated on: Jul 24 2023