Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLConnection.GetStatementInfo

Get statement information.

Declaration

Source position: sqldb.pp line 289

public function TSQLConnection.GetStatementInfo(

  const ASQL: string

):TSQLStatementInfo; virtual;

Arguments

ASQL

  

SQL statement to analyse.

Function result

SQL Statement information.

Description

GetStatementInfo returns information about the ASQL SQL command. To this end, it will partially parse the statement.

See also

TSQLStatementInfo

  

Record to describe a SQL statement.


Documentation generated on: Jul 24 2023