, including all inherited members.
Alloc() | TZRowAccessor | |
AllocBuffer(PZRowBuffer &Buffer) | TZRowAccessor | |
CheckColumnConvertion(Integer ColumnIndex, TZSQLType ResultType) | TZRowAccessor | [protected] |
CheckColumnIndex(Integer ColumnIndex) | TZRowAccessor | [protected] |
Clear() | TZRowAccessor | |
ClearBuffer(PZRowBuffer Buffer) | TZRowAccessor | |
CloneBuffer(PZRowBuffer SrcBuffer, PZRowBuffer DestBuffer) | TZRowAccessor | |
CloneFrom(PZRowBuffer SrcBuffer) | TZRowAccessor | |
CloneTo(PZRowBuffer DestBuffer) | TZRowAccessor | |
ColumnsSize | TZRowAccessor | |
CompareBuffers(PZRowBuffer Buffer1, PZRowBuffer Buffer2, TIntegerDynArray ColumnIndices, TBooleanDynArray ColumnDirs) | TZRowAccessor | |
CopyBuffer(PZRowBuffer SrcBuffer, PZRowBuffer DestBuffer) | TZRowAccessor | |
CopyFrom(PZRowBuffer SrcBuffer) | TZRowAccessor | |
CopyTo(PZRowBuffer DestBuffer) | TZRowAccessor | |
Dispose() | TZRowAccessor | |
DisposeBuffer(PZRowBuffer Buffer) | TZRowAccessor | |
FBuffer | TZRowAccessor | [private] |
FColumnCases typedef | TZRowAccessor | [private] |
FColumnCount | TZRowAccessor | [private] |
FColumnLengths typedef | TZRowAccessor | [private] |
FColumnNames typedef | TZRowAccessor | [private] |
FColumnOffsets typedef | TZRowAccessor | [private] |
FColumnsSize | TZRowAccessor | [private] |
FColumnTypes typedef | TZRowAccessor | [private] |
FHasBlobs | TZRowAccessor | [private] |
FRowSize | TZRowAccessor | [private] |
FTemp | TZRowAccessor | [private] |
GetAsciiStream(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetBigDecimal(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetBinaryStream(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetBlob(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetBlobObject(PZRowBuffer Buffer, Integer ColumnIndex) | TZRowAccessor | [private] |
GetBoolean(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetByte(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetBytes(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetColumnCase(Integer ColumnIndex) | TZRowAccessor | |
GetColumnData(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetColumnDataSize(Integer ColumnIndex) | TZRowAccessor | |
GetColumnLength(Integer ColumnIndex) | TZRowAccessor | |
GetColumnName(Integer ColumnIndex) | TZRowAccessor | |
GetColumnOffSet(Integer ColumnIndex) | TZRowAccessor | |
GetColumnSize(TZColumnInfo ColumnInfo) | TZRowAccessor | [private] |
GetColumnType(Integer ColumnIndex) | TZRowAccessor | |
GetDate(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetDouble(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetFloat(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetInt(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetLong(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetPChar(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetShort(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetString(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetTime(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetTimestamp(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetUnicodeStream(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetUnicodeString(Integer ColumnIndex, Boolean &IsNull) | TZRowAccessor | |
GetValue(Integer ColumnIndex) | TZRowAccessor | |
Init() | TZRowAccessor | |
InitBuffer(PZRowBuffer Buffer) | TZRowAccessor | |
IsNull(Integer ColumnIndex) | TZRowAccessor | |
MoveBuffer(PZRowBuffer SrcBuffer, PZRowBuffer DestBuffer) | TZRowAccessor | |
MoveFrom(PZRowBuffer SrcBuffer) | TZRowAccessor | |
MoveTo(PZRowBuffer DestBuffer) | TZRowAccessor | |
RowBuffer | TZRowAccessor | |
RowSize | TZRowAccessor | |
SetAsciiStream(Integer ColumnIndex, TStream Value) | TZRowAccessor | |
SetBigDecimal(Integer ColumnIndex, Extended Value) | TZRowAccessor | |
SetBinaryStream(Integer ColumnIndex, TStream Value) | TZRowAccessor | |
SetBlob(Integer ColumnIndex, IZBlob Value) | TZRowAccessor | |
SetBlobObject(PZRowBuffer Buffer, Integer ColumnIndex, IZBlob Value) | TZRowAccessor | [private] |
SetBoolean(Integer ColumnIndex, Boolean Value) | TZRowAccessor | |
SetByte(Integer ColumnIndex, ShortInt Value) | TZRowAccessor | |
SetBytes(Integer ColumnIndex, TByteDynArray Value) | TZRowAccessor | |
SetDate(Integer ColumnIndex, TDateTime Value) | TZRowAccessor | |
SetDouble(Integer ColumnIndex, Double Value) | TZRowAccessor | |
SetFloat(Integer ColumnIndex, Single Value) | TZRowAccessor | |
SetInt(Integer ColumnIndex, Integer Value) | TZRowAccessor | |
SetLong(Integer ColumnIndex, Int64 Value) | TZRowAccessor | |
SetNotNull(Integer ColumnIndex) | TZRowAccessor | |
SetNull(Integer ColumnIndex) | TZRowAccessor | |
SetPChar(Integer ColumnIndex, PChar Value) | TZRowAccessor | |
SetShort(Integer ColumnIndex, SmallInt Value) | TZRowAccessor | |
SetString(Integer ColumnIndex, string Value) | TZRowAccessor | |
SetTime(Integer ColumnIndex, TDateTime Value) | TZRowAccessor | |
SetTimestamp(Integer ColumnIndex, TDateTime Value) | TZRowAccessor | |
SetUnicodeStream(Integer ColumnIndex, TStream Value) | TZRowAccessor | |
SetUnicodeString(Integer ColumnIndex, WideString Value) | TZRowAccessor | |
SetValue(Integer ColumnIndex, TZVariant Value) | TZRowAccessor | |
TZRowAccessor(TObjectList ColumnsInfo) | TZRowAccessor | |
~TZRowAccessor() | TZRowAccessor | |