C# Class Deveel.Data.Sql.Cursors.CursorScopeExtensions

ファイルを表示 Open project: deveel/deveeldb

Public Methods

Method Description
CursorExists ( this scope, string cursorName ) : bool
DropCursor ( this scope, string cursorName ) : bool
GetCursor ( this scope, string cursorName ) : Deveel.Data.Sql.Cursors.Cursor

Method Details

CursorExists() public static method

public static CursorExists ( this scope, string cursorName ) : bool
scope this
cursorName string
return bool

DropCursor() public static method

public static DropCursor ( this scope, string cursorName ) : bool
scope this
cursorName string
return bool

GetCursor() public static method

public static GetCursor ( this scope, string cursorName ) : Deveel.Data.Sql.Cursors.Cursor
scope this
cursorName string
return Deveel.Data.Sql.Cursors.Cursor