IBX.IBSQL.TIBSQL.CheckValidStatement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckValidStatement;   { raise error if statement is invalid.}

C++

void __fastcall CheckValidStatement();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

raises an exception if the query does not have a valid statement.

Call CheckValidStatement to raise an exception if the query does not have a valid statement.