|
int QueriesStorage::ImportQuery |
( |
int |
eRequiredType, |
|
|
binary |
pData |
|
) |
| |
Import query from blob.
Imports query from a single chunk.
- Parameters:
-
eRequiredType | (int) Required query type QueryType. if query type does not equal eRequiredType then exception STDE_BADFORMAT will be thrown |
pData | (binary) query exported by ExportQuery, cannot be NULL |
- Returns:
- query id
- See also:
-
|