Namespaces

Types

Type TypeNames

Namespace NHibernate.Dialect

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

string Get(DbType typecode)

Get default type name for specified type
Parameters
return string the default type name associated with the specified key
DbType typecode the type key

string Get(DbType typecode, int size)

Get the type name specified type and size
Parameters
return string The associated name with smallest capacity >= size if available and the default type name otherwise
DbType typecode the type key
int size the (maximum) type size/length

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Put(DbType typecode, int capacity, string value)

Set a type name for specified type key and capacity
Parameters
DbType typecode the type key
int capacity the (maximum) type size/length
string value The associated name

void Put(DbType typecode, string value)

Parameters
DbType typecode
string value

string ToString()

Parameters
return string