module

@native @JSImport("mssql") @JSType
object module extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def Binary(length: Int): SQLType
def Char(length: Int): SQLType
def DateTime2(scale: Int): SQLType
def DateTimeOffset(scale: Int): SQLType
def Decimal(precision: Int, scale: Int): SQLType
def NChar(length: Int): SQLType
def NVarChar(length: Int): SQLType
def Numeric(precision: Int, scale: Int): SQLType
def Time(scale: Int): SQLType
def VarBinary(length: Int): SQLType
def VarChar(length: Int): SQLType

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

@JSName("Char")
val MAX: Int
@JSName("NChar")
@JSName("NVarChar")
@JSName("VarChar")
val map: IMap