19 namespace Deveel.Data.Sql.Cursors {
Cursor GetCursor(string cursorName)
bool CursorExists(string cursorName)
static Cursor GetCursor(this ICursorScope scope, string cursorName)
static bool DropCursor(this ICursorScope scope, string cursorName)
static void DeclareCursor(this ICursorScope scope, CursorInfo cursorInfo)
bool DropCursor(string cursorName)
static bool CursorExists(this ICursorScope scope, string cursorName)
void DeclareCursor(CursorInfo cursorInfo)
CursorManager CursorManager