Get statement information.
Source position: sqldb.pp line 296
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. |