HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
Hibernate documentation can be found here: http://hibernate.org/docs
Source file hibernated/dialect.d.
This module contains declaration of Dialect class - base class for implementing RDBMS specific SQL syntax definitions.
Represents a dialect of SQL implemented by a particular RDBMS. -- generated from JavaDocs on org.hibernate.dialect.Dialect
See Source File
www.boost.org/LICENSE_1_0.txt, Boost License 1.0.
Copyright 2013
Vadim Lopatin
HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
Hibernate documentation can be found here: http://hibernate.org/docs
Source file hibernated/dialect.d.
This module contains declaration of Dialect class - base class for implementing RDBMS specific SQL syntax definitions.