|
OpenPetra
Free Administration Software for Non-Profits
|
Public Member Functions | |
| TAsyncFindParameters (String AColumns, String ATable, String AWhereCriteria, String AOrderBy, Hashtable AColumNameMapping, OdbcParameter[] AParametersArray) | |
| Initialises the fields. More... | |
| TAsyncFindParameters (String ASqlQuery) | |
Public Attributes | |
| String | FSearchName |
| Set this to the name of the search. More... | |
Nested Class for passing in of parameters.
This is used because the main execution occurs in a Thread, and it's not straightforward to pass in several typed parameters to a Thread Delegate.
|
inline |
Initialises the fields.
| AColumns | Columns part of the SQL SELECT statement |
| ATable | Table part of the SQL SELECT statement |
| AWhereCriteria | WHERE part of the SQL SELECT statement |
| AOrderBy | ORDER BY part of the SQL SELECT statement |
| AColumNameMapping | HashTable containing a mapping of source column names to result column names |
| AParametersArray | Array containing the OdbcParameters for the parameterised query |
|
inline |
| ASqlQuery | Completely formed SqlQuery |
| String Ict.Petra.Server.MCommon.TPagedDataSet.TAsyncFindParameters.FSearchName |
Set this to the name of the search.