DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Client.LocalRowCache.CachedRow Class Reference

A cached row. More...

Public Attributes

int ResultId
 
int Row
 
ISqlObject[] RowData
 
int[] Sizes
 

Detailed Description

A cached row.

Definition at line 234 of file LocalRowCache.cs.

Member Data Documentation

int Deveel.Data.Client.LocalRowCache.CachedRow.ResultId

Definition at line 235 of file LocalRowCache.cs.

int Deveel.Data.Client.LocalRowCache.CachedRow.Row

Definition at line 236 of file LocalRowCache.cs.

ISqlObject [] Deveel.Data.Client.LocalRowCache.CachedRow.RowData

Definition at line 237 of file LocalRowCache.cs.

int [] Deveel.Data.Client.LocalRowCache.CachedRow.Sizes

Definition at line 238 of file LocalRowCache.cs.


The documentation for this class was generated from the following file: