Definition at line 20 of file CursorScopeExtensions.cs.
static bool Deveel.Data.Sql.Cursors.CursorScopeExtensions.CursorExists |
( |
this ICursorScope |
scope, |
|
|
string |
cursorName |
|
) |
| |
|
inlinestatic |
static void Deveel.Data.Sql.Cursors.CursorScopeExtensions.DeclareCursor |
( |
this ICursorScope |
scope, |
|
|
CursorInfo |
cursorInfo |
|
) |
| |
|
inlinestatic |
static bool Deveel.Data.Sql.Cursors.CursorScopeExtensions.DropCursor |
( |
this ICursorScope |
scope, |
|
|
string |
cursorName |
|
) |
| |
|
inlinestatic |
static Cursor Deveel.Data.Sql.Cursors.CursorScopeExtensions.GetCursor |
( |
this ICursorScope |
scope, |
|
|
string |
cursorName |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: