Get database schema names.
Source position: sqldb.pp line 293
| public procedure TSQLConnection.GetSchemaNames( | 
| List: TStrings | 
| ); virtual; | 
| List | 
 | On return, filled with schema names, one per line. | 
GetSchemaNames returns a list of schemas defined in the database.
| 
 | Get a list of the tables in the specified database. | |
| 
 | Gets a list of Stored Procedures in the Database. | |
| 
 | Gets a list of the field names in the specified table. |