[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get statement information
Source position: sqldb.pp line 243
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.
TStatementInfo |