SE_stream_get_int64 |
Gets a 64-bit integer column from the row
LONG SE_stream_get_int64( SE_STREAM stream, SHORT column, SE_INT64 *int64_val);
stream | The stream handle |
column | The column number |
int64_val | The returned 64-bit integer value |
This function extracts a 64-bit integer column from the current record on the specified stream.
Note: While 64 bit integers can be managed with ArcSDE 9, they cannot yet be used with ArcGIS 9.
SE_SUCCESS
SE_NULL_VALUE
SE_WRONG_COLUMN_TYPE
SE_BIND_CONFLICT
SE_FUNCTION_SEQUENCE_ERROR
SE_INVALID_POINTER
SE_INVALID_STREAM
SE_INVALID_PARAM_VALUE
SE_SDE_NOT_STARTED
SE_CONNECTION_LOCKED
SE_CONNECTION_IN_USE