23 namespace Deveel.Data.Sql.Parser {
32 internal BigDecimal BigValue {
get;
private set; }
42 var token = Tokens.First();
43 BigValue = BigDecimal.Parse(token.Text);
override void OnNodeInit()
After the initialization of the node from the parser, this method is invoked to let the specific init...
Handles a numeric literal value, belonging to a wider group than integer numbers, spanning from real ...
static readonly SqlNumber Null
The default implementation of ISqlNode, that is a node in the text analysis parsing of SQL commands...