SE_rascolinfo_get_raster_column |
Retrieves the table and column for a raster column.
LONG SE_rascolinfo_get_raster_column (const SE_RASCOLINFO rastercolumn, CHAR *table, CHAR *raster_column);
Parameters
rastercolumn | The rastercolumn handle |
table | The table associated with the raster column |
column | The column name of the raster column |
SE_rascolinfo_get_raster_column retrieves the table and column names for a specific raster column. The table name may include the database and owner name depending on the DBMS. The caller should have at least SE_QUALIFIED_TABLE_NAME bytes available for the table argument, while the column argument should have SE_MAX_COLUMN_LEN bytes.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED