datamodel Questions
1
Solved
I've been working with the examples in http://doc.qt.digia.com/4.7/qdeclarativemodels.html which is the Qt page on QML declarative data models. In particular, I'm working with the objectlistmodel e...
Singlehanded asked 1/4, 2013 at 23:4
1
I have a datamodel question for a GPS tracking app. When someone uses our app it will save latitude, longitude, current speed, timestamp and burned_calories every 5 seconds. When a workout is compl...
1
Solved
We want to add a table programmatically to our local stored Microsoft SQL Server Compact 3.5 Database. The code below creates the table.
using (SqlCeConnection con =
new SqlCeConnection("Data So...
1
I'm looking for some input on the best way to design a data model that revolves around versioned data. There will one-to-many and many-to-many relationships which can all change from version to ver...
Harass asked 19/10, 2012 at 17:53
2
Solved
This question is in the context of Core Data, but if I am not mistaken, it applies equally well to a more general SQL case.
I want to maintain an ordered table using Core Data, with the possibilit...
Deirdredeism asked 5/9, 2010 at 1:10
4
Solved
Problem domain
I'm working on a rather big application, which uses a hierarchical data model. It takes images, extracts images' features and creates analysis objects on top of these. So the basic ...
Umbra asked 20/8, 2012 at 12:4
5
Solved
I designed a data model which is represented by an XSD scheme.
The data model also provides the types that are being used as web service parameters in a WSDL descriptor.
I would like to send the X...
3
Solved
I have an existing internal data model for a Picture, as follows:
package test.model;
public class Picture {
private int height, width;
private Format format;
public enum Format {
JPEG, BMP,...
Quire asked 14/2, 2012 at 6:26
2
Solved
There seem to be multiple ways to implement data models in Clojure:
ordinary built-in datatypes (maps/lists/sets/vectors)
built-in datatypes + meta-data -- for example: (type ^{:type ::mytype} {:...
4
Solved
Would it be best practice to create a model in your asp.net mvc - model folder.
Use these models with your views and by using a service layer to "adapt" my model to the EF-model.
Or have you used ...
Lavalava asked 24/3, 2011 at 9:55
2
Solved
Like many these days, I am an old relational-model user approaching Cassandra for the first time. I have been trying to understand Cassandra's data model, and when I read about it I frequently enco...
Cuticula asked 19/4, 2011 at 16:14
3
Solved
In xcode 3 there was a helpful feature in the data model builder where you could highlight some attributes/relationships in an entity, right-click, and choose to copy method and property declaratio...
2
Solved
Looking to figure out the proper way to model the below requirements.
There are 3 types of “parties” to be concerned with, a Fan, a Band, and a BandMember.
That BandMember will always be associa...
Pekan asked 21/1, 2011 at 19:51
2
Solved
As a parallel to my question about Useful stock SQL datasets, I wonder if anyone has come across a library/web page/wiki/etc. that contains stock SQL data models. For example, the problem of mainta...
1
Solved
I'd like to know why one is able to create a new attribute ("new" means "not previously defined in the class body") for an instance of a custom type, but is not able to do the same for a built-in t...
Yeeyegg asked 30/7, 2010 at 18:52
1
Solved
I wonder how Object Oriented data modeling is different from Object Relational data modeling?
Is it something like the pluses of both object oriented and relational data modeling were clubbed to ...
Acrodont asked 16/4, 2009 at 16:50
6
Solved
After years of coding Delphi programs as untestable code in forms and datamodules, including global variables, and the only classes are the forms themselves, containing all the code I need for the ...
Exsiccate asked 14/2, 2009 at 17:4
2
Solved
We are in evaluating technologies that we'll use to store data that we gather during the analysis of C/C++ code. In the case of C++, the amount of data can be relatively large, ~20Mb per TU.
After...
Convoy asked 13/2, 2009 at 18:50
© 2022 - 2024 — McMap. All rights reserved.