![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| RowVariableResolver (Row row) | |
| DataObject | Resolve (ObjectName columnName) |
| Returns the value of a given variable. More... | |
| SqlType | ReturnType (ObjectName columnName) |
| Returns the SqlType of object the given variable is. More... | |
Package Functions | |
| void | NextAssignment () |
Properties | |
| int | SetId [get] |
Private Attributes | |
| readonly Row | row |
| int | assignmentCount |
|
inline |
|
inlinepackage |
Definition at line 442 of file Row.cs.
|
inline |
Returns the value of a given variable.
| variable |
Implements Deveel.Data.Sql.IVariableResolver.
Definition at line 450 of file Row.cs.
|
inline |
Returns the SqlType of object the given variable is.
| variable |
Implements Deveel.Data.Sql.IVariableResolver.
Definition at line 464 of file Row.cs.
|
private |
|
private |
1.8.10