Re: What is Dialect

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: What is Dialect
Дата
Msg-id AANLkTi=42e1WG6JqERecWJ+83p+ppkGdMOsrqOP=tZxK@mail.gmail.com
обсуждение исходный текст
Ответ на What is Dialect  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-general
If I understand your question correctly, a Dialect is an abstraction
layer that allows Hibernate to talk with different database backends
(MySQL, PG, Oracle, SQLServer, etc).  Since different databases have
different syntaxes, various features, etc.  This seems more of a
Hibernate question though, unless there's a "Dialect" feature in PG
that I'm unaware of.

On Sun, Nov 21, 2010 at 11:32 PM, Adarsh Sharma
<adarsh.sharma@orkash.com> wrote:
> Dear all,
>
> I am reading about Dialects of different databases. Yet I can't understand
> what is the need of dialect in Postgres or any other like Hibernate uses
> Dialect of all Databases for ORM.
> What is it &
> How can we create our own Dialect ?
>
> Thanks in Advance
> Adarsh Sharma
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

В списке pgsql-general по дате отправления:

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: shared data for different applications
Следующее
От: Andreas
Дата:
Сообщение: Re: What is Dialect