Represents a SQL Decimal type, by default is converted to double precision

Constructor

Defined sql.js Source
  1. function (number){
  2. this.number = number;
  3. }

Documentation generated using coddoc.