You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing some work in Qt and creating a Model (as in Model-View-Controller) and the code is generic
I want to make primary key columns non-editable.... what is the best way to find this out?
This is a special case of the general features that would be nice to have access to... by this I mean access to the meta information of the storage object and its subobjects for enabling or making it possible to write code that takes advantage of this information'
(for instance whether a column is part of a primary key)...
The text was updated successfully, but these errors were encountered:
I am doing some work in Qt and creating a Model (as in Model-View-Controller) and the code is generic
I want to make primary key columns non-editable.... what is the best way to find this out?
This is a special case of the general features that would be nice to have access to... by this I mean access to the meta information of the storage object and its subobjects for enabling or making it possible to write code that takes advantage of this information'
(for instance whether a column is part of a primary key)...
The text was updated successfully, but these errors were encountered: