JDBC Driver for Outreach

Build 23.0.8839

SpecialProfileExists

Creates or finds profile with provided Specialid

Stored Procedure Specific Information

Outreach allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. For example:

EXECUTE SpecialProfileExists Id = 1, SpecialId = admin, Name = admin

Input

Name Type Required Description
Id Integer True ID of the profile.
SpecialId String True Special Id to search for must be one of.

使用できる値は次のとおりです。admin, default, leadership, gwc

Name String True Name to search for must be one of.

使用できる値は次のとおりです。admin, default, leadership, gwc

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839