IBQuery.TIBQuery Properties
From RAD Studio VCL Reference
C++ Information
| __property bool Prepared = {read=FPrepared,write=SetPrepare}; |
Determines whether or not a query is prepared for execution. |
| __property unsigned short ParamCount = {read=GetParamsCount}; |
Indicates the current number of parameters for the query. |
| __property void * * StmtHandle = {read=GetStmtHandle}; |
Identifies the statement handle for the query. |
| __property System::UnicodeString Text = {read=FText}; |
Points to the actual text of the SQL query. |
| __property bool GenerateParamNames = {read=FGenerateParamNames,write=FGenerateParamNames}; |
Generates a list of parameter names for the query. |
| __property Classes::TStrings * SQL = {read=FSQL,write=SetQuery}; |
Contains the text of the SQL statement to execute for the query. |
Unit: IBQuery
Type: property
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!