SE_rastercolumn_create |
Creates a raster column entry in the raster tables in the database
LONG SE_rastercolumn_create (SE_CONNECTION connection, const SE_RASCOLINFO rastercolumn);
connection | The connection handle |
rastercolumn | A pointer to the raster column |
SE_rastercolumn_create creates a raster column entry in the raster tables: SDE_RAS_<N>, SDE_BND_<N>, SDE_AUX_<N>, and SDE_BLK_<N>. 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
SE_SUCCESS
SE_FAILURE
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED