An SQL dialect for Sybase Adaptive Server Anywhere 9.0

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class SybaseASA9Dialect : Dialect
Visual Basic
Public Class SybaseASA9Dialect _
	Inherits Dialect
Visual C++
public ref class SybaseASA9Dialect : public Dialect

Remarks

This dialect probably will not work with schema-export. If anyone out there can fill in the ctor with DbTypes to Strings that would be helpful.

The dialect defaults the following configuration properties:
PropertyDefault Value
connection.driver_classSybaseAsaClientDriver
prepare_sqlfalseFalsefalsefalse (False in Visual Basic)

Inheritance Hierarchy

System..::..Object
  NHibernate.Dialect..::..Dialect
    NHibernate.Dialect..::..SybaseASA9Dialect
      NHibernate.Dialect..::..SybaseASA10Dialect

See Also