19 namespace Deveel.Data.Types {
26 throw new NotSupportedException(
String.Format(
"Cannot resolve type '{0}' without context.", typeName));
Provides some helper functions for resolving and creating SqlType instances that are primitive to the...
SqlType ResolveType(TypeResolveContext context)
A long string in the system.
static SqlType Resolve(string typeName, params DataTypeMeta[] args)
static SqlType Resolve(SqlTypeCode typeCode, string typeName, DataTypeMeta[] metadata, ITypeResolver resolver)
Defines the properties of a specific SQL Type and handles the values compatible.
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
static bool IsPrimitive(SqlTypeCode sqlType)