User's Guide and Reference

db2gse.gse_unregist_gc

Use this stored procedure to unregister a geocoder other than the default geocoder.

To find information about the geocoder that you want to unregister, consult the DB2GSE.SPATIAL_GEOCODER catalog view; seeDB2GSE.SPATIAL_GEOCODER.

Authorization

The user ID under which this stored procedure is invoked must hold either SYSADM or DBADM authority on the database that contains the geocoder that is to be unregistered.

Input parameter

Table 30. Input parameter for the db2gse.gse_unregist_gc stored procedure.
Name Data type Description
gcId INTEGER The identifier of the geocoder that is to be unregistered.

This parameter is not nullable.

Output parameters

Table 31. Output parameters for the db2gse.gse_unregist_gc stored procedure.
Name Data type Description
msgCode INTEGER Code associated with the messages that the caller of this stored procedure can return.
Reserved VARCHAR(1024) Complete error message, as constructed at the DB2 Spatial Extender server.


[ Top of Page | Previous Page | Next Page ]