SE_stream_query_with_info

Initiates a query using an SE_QUERYINFO structure

Usage syntax

LONG SE_stream_query_with_info
(SE_STREAM stream,
const SE_QUERYINFO query_info);

Parameters
stream The stream handle
query_info A pointer to an SE_QUERYINFO structure
Description

SE_stream_query_with_info initializes a stream query using an SE_QUERYINFO structure. The SE_QUERYINFO structure includes parameters to define tables, columns, a WHERE clause, query type, ORDER BY clauses, and DBMS hints.

Returns

SE_SUCCESS
SE_ATTR_CONV_ERROR

SE_ATT_NOEXIST

SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_INVALID_ROW_ID_LAYER

SE_INVALID_SQL

SE_INVALID_WHERE

SE_LAYER_MISMATCH

SE_LOAD_ONLY_LAYER

SE_MULTIPLE_SPATIAL_COLS

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_QUERYINFO_NOT_PREPARED

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS

SE_TABLE_NOEXIST

Notes

∙  This function is similar to SE_stream_query except that the query parameters are in an opaque SE_QUERYINFO structure.