SE_queryinfo_get_query_type

Retrieves the query type

Usage syntax

LONG SE_queryinfo_get_query_type
(const SE_QUERYINFO query_info,
LONG *query_type);

Parameters
query_info The SE_QUERYINFO handle
query_type The query type
Description

SE_queryinfo_get_query_type retrieves the query type. The query types are:

SE_QUERYTYPE_ATTRIBUTE_FIRST /* Join the business tables first, then the

                                spatial and/or feature table */

SE_QUERYTYPE_JFA             /* Join the feature and attribute (business)

                                tables */

SE_QUERYTYPE_JSF             /* Join the spatial and feature tables */

SE_QUERYTYPE_JSFA            /* Join the spatial/feature/business/tables */

SE_QUERYTYPE_V3              /* Uses the SDE Version 3.x query method where

                                all tables are queried individually */

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_QUERYINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED