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

Constructor

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

Documentation generated using coddoc.