DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
This is the complete list of members for Deveel.Data.Sql.Cursors.RequestExtensions, including all inherited members.
CloseCursor(this IRequest query, string cursorName) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
CursorExists(this IRequest query, string cursorName) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DeclareCursor(this IRequest context, CursorInfo cursorInfo) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DeclareCursor(this IRequest context, string cursorName, SqlQueryExpression query) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DeclareCursor(this IRequest context, string cursorName, CursorFlags flags, SqlQueryExpression query) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DeclareInsensitiveCursor(this IRequest context, string cursorName, SqlQueryExpression query) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DeclareInsensitiveCursor(this IRequest context, string cursorName, SqlQueryExpression query, bool withScroll) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
DropCursor(this IRequest query, string cursorName) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
FindCursor(this IRequest query, string cursorName) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |
OpenCursor(this IRequest query, string cursorName, params SqlExpression[] args) | Deveel.Data.Sql.Cursors.RequestExtensions | inlinestatic |