SQL Dialect for SQL Anywhere 11 - for the NHibernate 3.0.0 distribution
Copyright (C) 2010 Glenn Paulley
Contact: http://iablog.sybase.com/paulley
This NHibernate dialect should be considered BETA software.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class SybaseSQLAnywhere11Dialect : SybaseSQLAnywhere10Dialect |
Visual Basic |
---|
Public Class SybaseSQLAnywhere11Dialect _ Inherits SybaseSQLAnywhere10Dialect |
Visual C++ |
---|
public ref class SybaseSQLAnywhere11Dialect : public SybaseSQLAnywhere10Dialect |
Remarks
The dialect defaults the following configuration properties:
Property | Default Value |
---|---|
connection.driver_class | SybaseSQLAnywhereDriver |
prepare_sql | falseFalsefalsefalse (False in Visual Basic) |
Inheritance Hierarchy
System..::..Object
NHibernate.Dialect..::..Dialect
NHibernate.Dialect..::..SybaseSQLAnywhere10Dialect
NHibernate.Dialect..::..SybaseSQLAnywhere11Dialect
NHibernate.Dialect..::..Dialect
NHibernate.Dialect..::..SybaseSQLAnywhere10Dialect
NHibernate.Dialect..::..SybaseSQLAnywhere11Dialect