C# Class Deveel.Data.Sql.Statements.RevokePrivilegesStatement

Inheritance: SqlStatement
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName, IEnumerable columns ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName, IEnumerable columns ) : System

Protected Methods

Method Description
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
PrepareStatement ( IRequest context ) : SqlStatement

Private Methods

Method Description
RevokePrivilegesStatement ( SerializationInfo info, StreamingContext context ) : System

Method Details

ExecuteStatement() protected method

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
return void

GetData() protected method

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
return void

PrepareStatement() protected method

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
return SqlStatement

RevokePrivilegesStatement() public method

public RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName ) : System
grantee string
privileges Privileges
objectName ObjectName
return System

RevokePrivilegesStatement() public method

public RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName, IEnumerable columns ) : System
grantee string
privileges Privileges
objectName ObjectName
columns IEnumerable
return System

RevokePrivilegesStatement() public method

public RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName ) : System
grantee string
privileges Privileges
grantOption bool
objectName ObjectName
return System

RevokePrivilegesStatement() public method

public RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName, IEnumerable columns ) : System
grantee string
privileges Privileges
grantOption bool
objectName ObjectName
columns IEnumerable
return System