Home
last modified time | relevance | path

Searched refs:irow (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/unixODBC/inc/
H A Dsqlext.h2152 #define SQL_POSITION_TO(hstmt,irow) \ argument
2154 #define SQL_LOCK_RECORD(hstmt,irow,fLock) \ argument
2155 SQLSetPos(hstmt,irow,SQL_POSITION,fLock)
2156 #define SQL_REFRESH_RECORD(hstmt,irow,fLock) \ argument
2157 SQLSetPos(hstmt,irow,SQL_REFRESH,fLock)
2158 #define SQL_UPDATE_RECORD(hstmt,irow) \ argument
2160 #define SQL_DELETE_RECORD(hstmt,irow) \ argument
2162 #define SQL_ADD_RECORD(hstmt,irow) \ argument
2163 SQLSetPos(hstmt,irow,SQL_ADD,SQL_LOCK_NO_CHANGE)
2416 SQLLEN irow,
[all …]

Completed in 31 milliseconds