| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Get statement information
Source position: sqldb.pp line 287
| public function TSQLConnection.GetStatementInfo( | 
| const ASQL: string | 
| ):TSQLStatementInfo; virtual; | 
| ASQL | 
 | SQL statement to analyse | 
SQL Statement information
GetStatementInfo returns information about the ASQL SQL command. To this end, it will partially parse the statement.
| 
 | Record to describe a SQL statement |