Grantee
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the name of the schema to which you want to grant EXECUTE
privileges for Db2 packages. This property is ignored if the GrantExecute property is set to
false.
Valid Values
string
where:
- string
- Is a valid Db2 schema.
Notes
- Using
a value other than
PUBLICrestricts access to use the driver. For example, if you set this property toTSMITH, only the user TSMITH would be allowed access to use the driver against the server.
Data Source Methods
public String getGrantee()
public void setGrantee(String)
Default
PUBLIC
Data Type
String