DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Namespaces | Enumerations
NumericState.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Deveel.Data.Sql.Objects
 

Enumerations

enum  Deveel.Data.Sql.Objects.NumericState : byte { Deveel.Data.Sql.Objects.NumericState.None = 0, Deveel.Data.Sql.Objects.NumericState.NegativeInfinity = 1, Deveel.Data.Sql.Objects.NumericState.PositiveInfinity = 2, Deveel.Data.Sql.Objects.NumericState.NotANumber = 3 }
 Lists all the possible special states of a number. More...