Namespaces

Types

Type SqlTypeFactory

Namespace NHibernate.SqlTypes

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

AnsiStringSqlType GetAnsiString(int length)

Parameters
return AnsiStringSqlType
int length

BinarySqlType GetBinary(int length)

Parameters
return BinarySqlType
int length

SqlType GetDecimal(Byte precision, Byte scale)

Parameters
return SqlType
Byte precision
Byte scale

StringSqlType GetString(int length)

Parameters
return StringSqlType
int length

Public fields

SqlType Guid

return SqlType

SqlType Boolean

return SqlType

SqlType Byte

return SqlType

SqlType Currency

return SqlType

SqlType Date

return SqlType

SqlType DateTime

return SqlType

SqlType Decimal

return SqlType

SqlType Double

return SqlType

SqlType Int16

return SqlType

SqlType Int32

return SqlType

SqlType Int64

return SqlType

SqlType SByte

return SqlType

SqlType Single

return SqlType

SqlType Time

return SqlType

SqlType UInt16

return SqlType

SqlType UInt32

return SqlType

SqlType UInt64

return SqlType

SqlType[] NoTypes

return SqlType[]