| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return a list of sequence names
Source position: sqldb.pp line 286
| 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 convenience call, a simple wrapper used to call the GetDBInfo method.
None.