IBQuery.TIBQuery Methods
From RAD Studio VCL Reference
C++ Information
| unsigned short __fastcall GetParamsCount(void); | |
| bool __fastcall GenerateQueryForLiveUpdate(void); | |
| void __fastcall BatchInput(Ibsql::TIBBatchInput * InputObject); |
Executes the parameterized query in SQL for input in the referenced input object. |
| void __fastcall BatchOutput(Ibsql::TIBBatchOutput * OutputObject); |
Outputs the selected query in SQL to the referenced OutputObject. |
| void __fastcall ExecSQL(void); |
Executes the SQL statement for the query. |
| Db::TParam * __fastcall ParamByName(System::UnicodeString Value); |
Accesses parameter information based on a specified parameter name. |
| void __fastcall Prepare(void); |
Sends a query to the server for optimization prior to execution. |
| void __fastcall UnPrepare(void); |
Frees the resources allocated for a previously prepared query. |
Unit: IBQuery
Type: method
Visibility: public
Member Of: TIBQuery
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!