[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLConnection.GetSequenceNames

Return a list of sequence names

Declaration

Source position: sqldb.pp line 286

public procedure TSQLConnection.GetSequenceNames(

  List: TStrings

); virtual;

Arguments

List

  

Stringlist in which to return the sequence names

Description

GetSequenceNames returns the names of all defined sequences (Generators in Firebird) in the databases in List, if the database engine supports them: Not all database types support sequences.

This call is a convenience call, a simple wrapper used to call the GetDBInfo method.

Errors

None.


Documentation generated on: May 14 2021