[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a list of sequence names
Source position: sqldb.pp line 278
public procedure TSQLConnection.GetSequenceNames( |
List: TStrings |
); virtual; |
List |
|
Stringlist in which to return the sequence names |
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.
None.
GetObjectNames |