SE_stream_insert_into_file

Prepares to insert a row into an external file

Usage syntax

LONG SE_stream_insert_into_file
(SE_STREAM stream,
const SE_FILEINFO fileinfo,
SHORT num_attributes,
const CHAR **columns);

Parameters
stream The stream handle
query_info A pointer to an SE_FILEINFO structure
num_attributes The number of columns to use
columns A pointer to an array of column names
Description

SE_stream_insert_into_file prepares to insert a row into an external file. The external file can be an external format file, shapefile, or coverage. This is a client-only stream operation.

Returns

SE_SUCCESS
SE_ATT_NOEXIST

SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_FAILURE

SE_FILE_OBJECT_NOEXIST

SE_INVALID_FILEINFO_OBJECT_TYPE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM_TYPE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS