[Missing <summary> documentation for "N:NHibernate.SqlTypes"]
Classes
Class | Description | |
---|---|---|
![]() | AnsiStringFixedLengthSqlType |
Describes the details of a AnsiStringFixedLength with the
information required to to generate an IDbDataParameter.
|
![]() | AnsiStringSqlType |
Describes the details of a AnsiString with the
information required to generate an IDbDataParameter.
|
![]() | BinaryBlobSqlType |
Describes the details of a Binary that is stored in
a BLOB column with the information required to generate
an IDbDataParameter.
|
![]() | BinarySqlType |
Describes the details of a Binary with the
information required to to generate an IDbDataParameter.
|
![]() | SqlType | |
![]() | SqlTypeFactory |
SqlTypeFactory provides Singleton access to the SqlTypes.
|
![]() | StringClobSqlType |
Describes the details of a String that is stored in
a CLOB column with the information required to generate
an IDbDataParameter.
|
![]() | StringFixedLengthSqlType |
Describes the details of a StringFixedLength with the
information required to to generate an IDbDataParameter.
|
![]() | StringSqlType |
Describes the details of a String with the
information required to generate an IDbDataParameter.
|
![]() | XmlSqlType |