C# 클래스 Deveel.Data.Sql.Cursors.ContextExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
CursorExists ( this context, string cursorName ) : bool
DeclareCursor ( this context, CursorInfo cursorInfo ) : bool
DeclareCursor ( this context, string cursorName, CursorFlags flags, SqlQueryExpression query ) : void
DeclareCursor ( this context, string cursorName, SqlQueryExpression query ) : void
DropCursor ( this context, string cursorName ) : bool
FindCursor ( this context, string cursorName ) : Deveel.Data.Sql.Cursors.Cursor

메소드 상세

CursorExists() 공개 정적인 메소드

public static CursorExists ( this context, string cursorName ) : bool
context this
cursorName string
리턴 bool

DeclareCursor() 공개 정적인 메소드

public static DeclareCursor ( this context, CursorInfo cursorInfo ) : bool
context this
cursorInfo CursorInfo
리턴 bool

DeclareCursor() 공개 정적인 메소드

public static DeclareCursor ( this context, string cursorName, CursorFlags flags, SqlQueryExpression query ) : void
context this
cursorName string
flags CursorFlags
query Deveel.Data.Sql.Expressions.SqlQueryExpression
리턴 void

DeclareCursor() 공개 정적인 메소드

public static DeclareCursor ( this context, string cursorName, SqlQueryExpression query ) : void
context this
cursorName string
query Deveel.Data.Sql.Expressions.SqlQueryExpression
리턴 void

DropCursor() 공개 정적인 메소드

public static DropCursor ( this context, string cursorName ) : bool
context this
cursorName string
리턴 bool

FindCursor() 공개 정적인 메소드

public static FindCursor ( this context, string cursorName ) : Deveel.Data.Sql.Cursors.Cursor
context this
cursorName string
리턴 Deveel.Data.Sql.Cursors.Cursor