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

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

공개 메소드들

메소드 설명
FetchStatement ( string cursorName, FetchDirection direction ) : System
FetchStatement ( string cursorName, FetchDirection direction, SqlExpression offsetExpression ) : System

보호된 메소드들

메소드 설명
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement

비공개 메소드들

메소드 설명
FetchStatement ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ExecuteStatement() 보호된 메소드

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

FetchStatement() 공개 메소드

public FetchStatement ( string cursorName, FetchDirection direction ) : System
cursorName string
direction FetchDirection
리턴 System

FetchStatement() 공개 메소드

public FetchStatement ( string cursorName, FetchDirection direction, SqlExpression offsetExpression ) : System
cursorName string
direction FetchDirection
offsetExpression Deveel.Data.Sql.Expressions.SqlExpression
리턴 System

GetData() 보호된 메소드

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

PrepareExpressions() 보호된 메소드

protected PrepareExpressions ( IExpressionPreparer preparer ) : SqlStatement
preparer IExpressionPreparer
리턴 SqlStatement