, including all inherited members.
AllocateSQLDA(Word NumVars) | TZASASQLDA | |
CheckIndex(const Word Index) | TZASASQLDA | [private] |
CheckRange(const Word Index) | TZASASQLDA | [private] |
CreateException(string Msg) | TZASASQLDA | [private] |
FCursorName | TZASASQLDA | [private] |
FDeclType typedef | TZASASQLDA | [protected] |
FHandle | TZASASQLDA | [private] |
FPlainDriver | TZASASQLDA | [private] |
FreeSQLDA() | TZASASQLDA | |
FSQLDA | TZASASQLDA | [private] |
GetBigDecimal(const Integer Index) | TZASASQLDA | |
GetBoolean(const Integer Index) | TZASASQLDA | |
GetByte(const Integer Index) | TZASASQLDA | |
GetBytes(const Integer Index) | TZASASQLDA | |
GetData() | TZASASQLDA | |
GetDate(const Integer Index) | TZASASQLDA | |
GetDouble(const Integer Index) | TZASASQLDA | |
GetFieldCount() | TZASASQLDA | |
GetFieldIndex(const String Name) | TZASASQLDA | |
GetFieldLength(const Word Index) | TZASASQLDA | |
GetFieldName(const Word Index) | TZASASQLDA | |
GetFieldScale(const Word Index) | TZASASQLDA | |
GetFieldSqlType(const Word Index) | TZASASQLDA | |
GetFloat(const Integer Index) | TZASASQLDA | |
GetInt(const Integer Index) | TZASASQLDA | |
GetLong(const Integer Index) | TZASASQLDA | |
GetPChar(const Integer Index) | TZASASQLDA | |
GetShort(const Integer Index) | TZASASQLDA | |
GetString(const Integer Index) | TZASASQLDA | |
GetTime(const Integer Index) | TZASASQLDA | |
GetTimestamp(const Integer Index) | TZASASQLDA | |
GetValue(const Word Index) | TZASASQLDA | |
InitFields() | TZASASQLDA | |
IsAssigned(const Integer Index) | TZASASQLDA | |
IsBlob(const Word Index) | TZASASQLDA | |
IsNull(const Integer Index) | TZASASQLDA | |
IsNullable(const Word Index) | TZASASQLDA | |
ReadBlob(const Word Index, Pointer Buffer, LongWord Length) | TZASASQLDA | [protected] |
ReadBlobToMem(const Word Index, Pointer &Buffer, LongWord &Length) | TZASASQLDA | |
ReadBlobToStream(const Word Index, TStream Stream) | TZASASQLDA | |
ReadBlobToString(const Word Index, string &str) | TZASASQLDA | |
ReadBlobToVariant(const Word Index, Variant &Value) | TZASASQLDA | |
SetFieldType(const Word Index, Smallint ASAType, LongWord Len, Boolean SetDeclType=true) | TZASASQLDA | [private] |
TZASASQLDA(IZASAPlainDriver PlainDriver, PZASASQLCA Handle, String CursorName, Word NumVars=StdVars) | TZASASQLDA | |
UpdateBigDecimal(const Integer Index, Extended Value) | TZASASQLDA | |
UpdateBoolean(const Integer Index, boolean Value) | TZASASQLDA | |
UpdateByte(const Integer Index, ShortInt Value) | TZASASQLDA | |
UpdateBytes(const Integer Index, TByteDynArray Value) | TZASASQLDA | |
UpdateDate(const Integer Index, TDateTime Value) | TZASASQLDA | |
UpdateDateTime(const Integer Index, TDateTime Value) | TZASASQLDA | |
UpdateDouble(const Integer Index, Double Value) | TZASASQLDA | |
UpdateFloat(const Integer Index, Single Value) | TZASASQLDA | |
UpdateInt(const Integer Index, Integer Value) | TZASASQLDA | |
UpdateLong(const Integer Index, Int64 Value) | TZASASQLDA | |
UpdateNull(const Integer Index, boolean Value) | TZASASQLDA | |
UpdatePChar(const Integer Index, PChar Value) | TZASASQLDA | |
UpdateShort(const Integer Index, SmallInt Value) | TZASASQLDA | |
UpdateString(const Integer Index, string Value) | TZASASQLDA | |
UpdateTime(const Integer Index, TDateTime Value) | TZASASQLDA | |
UpdateTimestamp(const Integer Index, TDateTime Value) | TZASASQLDA | |
UpdateValue(const Word Index, Variant Value) | TZASASQLDA | |
WriteBlob(const Integer Index, TStream Stream) | TZASASQLDA | |
~TZASASQLDA() | TZASASQLDA | |