![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Classes | |
| class | CursorArgumentPreparer |
Public Member Functions | |
| void | Open (IRequest context, params SqlExpression[] args) |
| void | Close () |
| void | FetchInto (FetchContext context) |
| void | Dispose () |
Package Functions | |
| Cursor (CursorInfo cursorInfo) | |
Properties | |
| CursorInfo | CursorInfo [get, private set] |
| CursorStatus | Status [get] |
| CursorState | State [get, private set] |
| ObjectName IDbObject. | FullName [get] |
| DbObjectType IDbObject. | ObjectType [get] |
| SqlQueryExpression | QueryExpression [get] |
Properties inherited from Deveel.Data.Sql.IDbObject | |
| ObjectName | FullName [get] |
| Gets the fully qualified name of the object used to resolve it uniquely within the database. More... | |
| DbObjectType | ObjectType [get] |
| Gets the type of database object that the implementation is for More... | |
Private Member Functions | |
| ~Cursor () | |
| void | AssertNotDisposed () |
| SqlQueryExpression | PrepareQuery (SqlExpression[] args) |
| Dictionary< string, SqlExpression > | BuildArgs (IEnumerable< CursorParameter > parameters, SqlExpression[] args) |
| ITable | Evaluate (IRequest context, SqlExpression[] args) |
| void | FetchIntoVatiable (IRequest request, Row row, string varName) |
| void | FetchIntoReference (IRequest request, Row row, ObjectName reference) |
| void | Dispose (bool disposing) |
|
inlinepackage |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 90 of file Cursor.cs.
|
inline |
Definition at line 120 of file Cursor.cs.
|
inlineprivate |
|
inline |
Definition at line 101 of file Cursor.cs.
|
inlineprivate |
Definition at line 64 of file Cursor.cs.
|
getprivate set |
|
getprivate |
|
getprivate |
|
get |
|
getprivate set |
|
get |
1.8.10