Schema
Owner
postgres
Descriptions
args: rast - Returns the number of bands in the raster object.
Options
Option | Value |
---|---|
Returns |
integer |
Language |
c |
Parameters |
public.raster |
Definition
CREATE OR REPLACE FUNCTION public.st_numbands (
public.raster
)
RETURNS integer AS
'$libdir/rtpostgis-2.3', 'RASTER_getNumBands'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.st_numbands(public.raster)
IS 'args: rast - Returns the number of bands in the raster object.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |