C# 클래스 Deveel.Data.Sql.Statements.RevokeRoleStatement

상속: SqlStatement
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
RevokeRoleStatement ( SerializationInfo info, StreamingContext context ) : System
RevokeRoleStatement ( string grantee, string roleName ) : System

보호된 메소드들

메소드 설명
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void

메소드 상세

ExecuteStatement() 보호된 메소드

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
리턴 void

GetData() 보호된 메소드

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

RevokeRoleStatement() 공개 메소드

public RevokeRoleStatement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

RevokeRoleStatement() 공개 메소드

public RevokeRoleStatement ( string grantee, string roleName ) : System
grantee string
roleName string
리턴 System