GrantExecute
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Determines which Db2 schema is granted EXECUTE privileges for Db2 packages.
Valid Values
true | false
Behavior
If set to true, EXECUTE privileges are granted to the schema that is
specified by the Grantee property.
If set to false, EXECUTE privileges are
granted to the schema that created the Db2 packages.
Data Source Methods
public Boolean getGrantExecute()
public void setGrantExecute(Boolean)
Default
true
Data Type
Boolean