22 namespace Deveel.Data.Sql.Fluid {
Provides some helper functions for resolving and creating SqlType instances that are primitive to the...
static readonly SqlType DynamicType
A special SqlType that is used to mark an argument of a function as dynamic.
static IFunctionParameterConfiguration OfStringType(this IFunctionParameterConfiguration config)
static IFunctionParameterConfiguration OfNumericType(this IFunctionParameterConfiguration config, int size)
A system routine that returns a value at the end of its execution.
IFunctionParameterConfiguration Unbounded(bool flag)
static IFunctionParameterConfiguration Unbounded(this IFunctionParameterConfiguration config)
static NumericType Numeric()
IFunctionParameterConfiguration OfType(SqlType type)
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
static IFunctionParameterConfiguration OfVarCharType(this IFunctionParameterConfiguration config, int maxSize)
static IFunctionParameterConfiguration OfDynamicType(this IFunctionParameterConfiguration config)
static StringType String()
static IFunctionParameterConfiguration OfVarCharType(this IFunctionParameterConfiguration config)
static IFunctionParameterConfiguration OfNumericType(this IFunctionParameterConfiguration config)