Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dresults.c498 stmt_updatable = SC_is_updatable(stmt) in PGAPI_ColAttributes()
3219 if (!SC_is_updatable(stmt)) in SC_pos_reload_with_key()
3653 if (!SC_is_updatable(stmt)) in SC_pos_reload_needed()
3755 if (!SC_is_updatable(stmt)) in SC_pos_newload()
4009 if (!SC_is_updatable(s.stmt)) in SC_pos_update()
4218 if (!SC_is_updatable(stmt)) in SC_pos_delete()
4534 if (!SC_is_updatable(s.stmt)) in SC_pos_add()
5089 if (!SC_is_updatable(stmt)) in SC_fetch_by_bookmark()
H A Dstatement.h360 #define SC_is_updatable(s) (0 < ((s)->updatable)) macro
H A Dconvert.c2952 if (SC_is_updatable(stmt) && stmt->ntab > 0) in copy_statement_with_parameters()