Classes

  ClassDescription
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
This is the base class that adds information to the DbType for the IDriver and Dialect to use.
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.