Definition at line 20 of file GrantRoleStatement.cs.
Deveel.Data.Sql.Statements.GrantRoleStatement.GrantRoleStatement |
( |
string |
userName, |
|
|
string |
role |
|
) |
| |
|
inline |
Deveel.Data.Sql.Statements.GrantRoleStatement.GrantRoleStatement |
( |
string |
userName, |
|
|
string |
role, |
|
|
bool |
withAdmin |
|
) |
| |
|
inline |
Definition at line 25 of file GrantRoleStatement.cs.
26 if (
String.IsNullOrEmpty(userName))
27 throw new ArgumentNullException(
"userName");
28 if (
String.IsNullOrEmpty(role))
29 throw new ArgumentNullException(
"role");
A long string in the system.
string Deveel.Data.Sql.Statements.GrantRoleStatement.Role |
|
getprivate set |
string Deveel.Data.Sql.Statements.GrantRoleStatement.UserName |
|
getprivate set |
bool Deveel.Data.Sql.Statements.GrantRoleStatement.WithAdmin |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Statements/GrantRoleStatement.cs