GPVLayerFunction - AppGeo/GPV GitHub Wiki
The GPVLayerFunction table specifies various database functions supported by the layers defined in GPVLayer. Each function points to a stored procedure which generates an appropriate result set.
Columns
- LayerID - The ID of the GPV layer this function is connected to (not null). Links to GPVLayer.
- FunctionName - The type of function, one of "maptip", "identify", "mailinglabel", "export", or "targetparams" (not null).
- ConnectionID - The database connection for the stored procedure. If null, defaults to the configuration database. Links to GPVConnection.
- StoredProc - The name of the stored procedure to execute for this function (not null). See the following for details on authoring the stored procedure by function:
- Active - Specifies whether this function is available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).