SE_rastercolumn_create

Creates a raster column entry in the raster datastore.

Usage syntax

LONG SE_rastercolumn_create (SE_CONNECTION connection, const SE_RASCOLINFO rastercolumn);

Parameters
connection The connection handle
rastercolumn A pointer to the raster column
Description

SE_rastercolumn_create creates a raster column entry in the raster datastore. An SE_RASCOLINFO objects has the following properties:

• ID
• Table name
• Raster column name
• Owner
• Description
• Creation time
• Creation configuration keyword
• User access privileges
• Minimum ID

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED