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

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
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

Method Details

CursorExists() public static méthode

public static CursorExists ( this context, string cursorName ) : bool
context this
cursorName string
Résultat bool

DeclareCursor() public static méthode

public static DeclareCursor ( this context, CursorInfo cursorInfo ) : bool
context this
cursorInfo CursorInfo
Résultat bool

DeclareCursor() public static méthode

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

DeclareCursor() public static méthode

public static DeclareCursor ( this context, string cursorName, SqlQueryExpression query ) : void
context this
cursorName string
query Deveel.Data.Sql.Expressions.SqlQueryExpression
Résultat void

DropCursor() public static méthode

public static DropCursor ( this context, string cursorName ) : bool
context this
cursorName string
Résultat bool

FindCursor() public static méthode

public static FindCursor ( this context, string cursorName ) : Deveel.Data.Sql.Cursors.Cursor
context this
cursorName string
Résultat Deveel.Data.Sql.Cursors.Cursor