Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mihini-dev] Question on persist API

Please look at the response I made for "Mihini persist API" thread, I give an example that correspond to your use case.
But as I said then persist table is probably not well adapted to store 2 D tables. It was made for flat (1D) tables.

-----Original Message-----
From: mihini-dev-bounces@xxxxxxxxxxx [mailto:mihini-dev-bounces@xxxxxxxxxxx] On Behalf Of Madhu M
Sent: Tuesday, November 25, 2014 3:13 PM
To: mihini-dev@xxxxxxxxxxx
Subject: [mihini-dev] Question on persist API

i want create a table as per below

         column1     column2    column3

row1     1                 1.2          high

row2     251               low          low

row3      1                  0              1

how to create the table using persist api and update value when new value comes.
_______________________________________________
mihini-dev mailing list
mihini-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/mihini-dev


Back to the top