dbc/ZDbcCache.pas File Reference

Go to the source code of this file.

Classes

class  TZRowAccessor
 Implements a column buffer accessor. More...
struct  TZRowBuffer
 Defines a header for row buffer. More...

Typedefs

typedef TZRowBufferPZRowBuffer
typedef set< TZRowUpdateTypeTZRowUpdateTypes

Enumerations

enum  TZRowUpdateType { utUnmodified, utModified, utInserted, utDeleted }
 Defines a row status type. More...

Functions

Integer CompareBool (Boolean Value1, Boolean Value2)
Integer CompareInt64 (Int64 Value1, Int64 Value2)

Variables

const RowHeaderSize = SizeOf(TZRowBuffer) - SizeOf(TByteArray)


Typedef Documentation

Definition at line 101 of file ZDbcCache.pas.

Definition at line 85 of file ZDbcCache.pas.


Enumeration Type Documentation

Defines a row status type.

Enumerator:
utUnmodified 
utModified 
utInserted 
utDeleted 

Definition at line 77 of file ZDbcCache.pas.


Function Documentation

Integer CompareBool ( Boolean  Value1,
Boolean  Value2 
)

Definition at line 897 of file ZDbcCache.pas.

Integer CompareInt64 ( Int64  Value1,
Int64  Value2 
)

Definition at line 912 of file ZDbcCache.pas.


Variable Documentation

const RowHeaderSize = SizeOf(TZRowBuffer) - SizeOf(TByteArray)

Definition at line 506 of file ZDbcCache.pas.


Generated on Wed Dec 30 08:42:41 2009 for zeoslib by  doxygen 1.5.7.1