Method | Description | |
---|---|---|
GrantPrivilegesStatement ( string grantee, Privileges privilege, ObjectName objName ) : System | ||
GrantPrivilegesStatement ( string grantee, Privileges privilege, ObjectName objName, IEnumerable |
||
GrantPrivilegesStatement ( string grantee, Privileges privilege, bool withGrant, ObjectName objName ) : System | ||
GrantPrivilegesStatement ( string grantee, Privileges privilege, bool withGrant, ObjectName objName, IEnumerable |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( |
||
PrepareStatement ( IRequest context ) : |
Method | Description | |
---|---|---|
GrantPrivilegesStatement ( |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( |
||
info | ||
return | void |
public GrantPrivilegesStatement ( string grantee, Privileges privilege, ObjectName objName ) : System | ||
grantee | string | |
privilege | Privileges | |
objName | ObjectName | |
return | System |
public GrantPrivilegesStatement ( string grantee, Privileges privilege, ObjectName objName, IEnumerable |
||
grantee | string | |
privilege | Privileges | |
objName | ObjectName | |
columns | IEnumerable |
|
return | System |
public GrantPrivilegesStatement ( string grantee, Privileges privilege, bool withGrant, ObjectName objName ) : System | ||
grantee | string | |
privilege | Privileges | |
withGrant | bool | |
objName | ObjectName | |
return | System |
public GrantPrivilegesStatement ( string grantee, Privileges privilege, bool withGrant, ObjectName objName, IEnumerable |
||
grantee | string | |
privilege | Privileges | |
withGrant | bool | |
objName | ObjectName | |
columns | IEnumerable |
|
return | System |
protected PrepareStatement ( IRequest context ) : |
||
context | IRequest | |
return |