Hi,

The MVStore is a key-value storage engine that knows nothing about SQL, and
can be used without the relational database engine. So the MVStore data
type is used for that.

The org.h2.value.DataType is the data type used for SQL (relational
database) stuff.

Regards,
Thomas


On Wednesday, November 23, 2016, Ziming Zhao <dumplings_m...@126.com> wrote:

> Hello,
>
> we are now doing some research on h2-1.4.192. However, during code
> reading, I'm confused about the difference between
> org.h2.mvstore.type.DataType and org.h2.value.DataType.
>
> Is there anyone who is familiar with why there are two classes
> representing Type of data in h2? What's the main difference between these
> two kind of classes?
>
> Thanks a lot!
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to h2-database+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','h2-database%2bunsubscr...@googlegroups.com');>
> .
> To post to this group, send email to h2-database@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','h2-database@googlegroups.com');>.
> Visit this group at https://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to