[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets a list of the field names in the specified table
Source position: sqldb.pp line 239
public procedure TSQLConnection.GetFieldNames( |
const TableName: string; |
List: TStrings |
); virtual; |
TableName |
|
Name of the table for to retrieve the field names. |
List |
|
Stringlist in which to return the field names. |
GetFieldNames will return the names of the fields in TableName in list
List is cleared before adding the names.
If a non-existing tablename is passed, no error will be raised.
|
Get a list of the tables in the specified database |
|
|
Gets a list of Stored Procedures in the Database |