[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 278

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 convencience call, a simple wrapper around GetObjectNames.

Errors

None.

See also

GetObjectNames


Documentation generated on: Sep 28 2017