| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Gets a list of Stored Procedures in the Database
Source position: sqldb.pp line 283
public procedure TSQLConnection.GetProcedureNames(  | 
List: TStrings  | 
); virtual;  | 
List  | 
  | 
String list in which table names will be returned.  | 
GetProcedureNames will return the names of the stored procedures in the database in List.
List is cleared before adding the names.
  | 
Get a list of the tables in the specified database  | 
|
  | 
Gets a list of the field names in the specified table  |