![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| TableVariableResolver (Table table) | |
| TableVariableResolver (Table table, int rowIndex) | |
| 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... | |
| ITableVariableResolver | ForRow (int row) |
Private Member Functions | |
| int | FindColumnName (ObjectName columnName) |
Private Attributes | |
| readonly Table | table |
| readonly int | rowIndex |
|
inline |
Definition at line 177 of file Table.cs.
|
inline |
Definition at line 181 of file Table.cs.
|
inlineprivate |
Definition at line 189 of file Table.cs.
|
inline |
Implements Deveel.Data.Sql.ITableVariableResolver.
Definition at line 205 of file Table.cs.
|
inline |
Returns the value of a given variable.
| variable |
Implements Deveel.Data.Sql.IVariableResolver.
Definition at line 197 of file Table.cs.
|
inline |
Returns the SqlType of object the given variable is.
| variable |
Implements Deveel.Data.Sql.IVariableResolver.
Definition at line 201 of file Table.cs.
|
private |
|
private |
1.8.10