there is a possibility to get data (from resultset) inserting the name of
the column ?
For more information:
http://code.google.com/p/gwt-mobile-webkit/wiki/DataServiceUserGuide
@gadaleta: Not sure what you're trying to solve - can you show a code
snippet?
I'be just do it creating an GenericRow extension ;-)
It is still not clear to me what you're trying to do.
The GenericRow type uses the column name to get the (resultset) data. See
http://hudson.purpleware.org/job/GWT-HTML5-Database/javadoc/com/google/code/gwt/database/client/GenericRow.html
Is it possible to configure a DataService at run time?
@rjanicek: No, in that case you are programming the [DatabaseApi].
Hi, what happens in the case of a multiple column primary key inserted with
a RowIdListCallback? Will the composite keys be returned in this list or
just one?