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 TZRowBuffer * | PZRowBuffer |
typedef set< TZRowUpdateType > | TZRowUpdateTypes |
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 TZRowBuffer* PZRowBuffer |
Definition at line 101 of file ZDbcCache.pas.
typedef set<TZRowUpdateType> TZRowUpdateTypes |
Definition at line 85 of file ZDbcCache.pas.
enum TZRowUpdateType |
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.
const RowHeaderSize = SizeOf(TZRowBuffer) - SizeOf(TByteArray) |
Definition at line 506 of file ZDbcCache.pas.