SE_rascolinfo_set_storage_type

Sets the raster layer storage type

Usage syntax

SE_rascolinfo_set_storage_type (SE_RASCOLINFO rastercolumn, SE_RASTER_STORAGE_TYPE type)
 

Parameters

rastercolumn The raster column handle
type The storage type.
Description

This function sets the storage type of the raster layer. Possible storage types depend on the database management system and include the following:

Oracle: BLOB, LONGRAW (deprecated), SDO_GEORASTER, ST_RASTER
Microsoft SQL Server: ST_RASTER, VARBINARY(MAX)
PostgreSQL: ST_RASTER, BYTEA

Returns

SE_SUCCESS