o

mssql

module

object module extends Object

Annotations
@native() @JSImport("mssql", JSImport.Namespace)
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. module
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val BigInt: SQLType
  2. def Binary(length: Int): SQLType
  3. val Bit: SQLType
  4. def Char(length: Int): SQLType
  5. val CharAny: SQLType
    Annotations
    @JSName("Char")
  6. val Date: SQLType
  7. val DateTime: SQLType
  8. def DateTime2(scale: Int): SQLType
  9. def DateTimeOffset(scale: Int): SQLType
  10. def Decimal(precision: Int, scale: Int): SQLType
  11. val Float: SQLType
  12. val Geography: SQLType
  13. val Geometry: SQLType
  14. val Image: SQLType
  15. val Int: SQLType
  16. val MAX: Int
  17. val Money: SQLType
  18. def NChar(length: Int): SQLType
  19. val NCharAny: SQLType
    Annotations
    @JSName("NChar")
  20. val NText: SQLType
  21. def NVarChar(length: Int): SQLType
  22. val NVarCharAny: SQLType
    Annotations
    @JSName("NVarChar")
  23. def Numeric(precision: Int, scale: Int): SQLType
  24. val Real: SQLType
  25. val SmallDateTime: SQLType
  26. val SmallInt: SQLType
  27. val SmallMoney: SQLType
  28. val TVP: SQLType
  29. val Text: SQLType
  30. def Time(scale: Int): SQLType
  31. val TinyInt: SQLType
  32. val UDT: SQLType
  33. val UniqueIdentifier: SQLType
  34. def VarBinary(length: Int): SQLType
  35. def VarChar(length: Int): SQLType
  36. val VarCharAny: SQLType
    Annotations
    @JSName("VarChar")
  37. val Variant: SQLType
  38. val Xml: SQLType
  39. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  40. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  41. val map: IMap
  42. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  43. def toLocaleString(): String
    Definition Classes
    Object
  44. def valueOf(): Any
    Definition Classes
    Object