1 |
4.469151 |
RFX_Operation::BindFieldForUpdate |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
BindFieldForUpdate, // temporarily bind columns before update (via SQLSetPos)
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxdb.h(331,0) |
|
2 |
0.9875522 |
RFX_Operation |
Enum |
|
|
|
|
|
|
enum RFX_Operation
{
BindParam, // register users parameters with ODBC SQLBindParameter
RebindParam, // migrate param values to proxy array before Requery
BindFieldToColumn, // register users fields with ODBC SQLBindCol
BindFieldForUpdate, // temporarily bind columns before update (via SQLSetPos)
UnbindFieldForUpdate, // unbind columns after update (via SQLSetPos)
Fixup, // Set string lengths, clear status bits
MarkForAddNew, // Prepare fields and flags for addnew operation
MarkForUpdate, // Prepare fields and flags for update operation
Name, // append dirty field name
NameValue, // append dirty name=value
Value, // append dirty value or parameter marker
SetFieldNull, // Set status bit for null value
StoreField, // archive values of current record
LoadField, // reload archived values into current record
AllocCache, // allocate cache used for dirty field check
AllocMultiRowBuffer, // allocate buffer holding multi rows of data
DeleteMultiRowBuffer, // delete buffer holding multi rows of data
DumpField, // dump bound field name and value
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.16.27023\atlmfc\include\afxdb.h(326,0) |
|