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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BigInt: SQLType
  5. def Binary(length: Int): SQLType
  6. val Bit: SQLType
  7. def Char(length: Int): SQLType
  8. val CharAny: SQLType
    Annotations
    @JSName("Char")
  9. val Date: SQLType
  10. val DateTime: SQLType
  11. def DateTime2(scale: Int): SQLType
  12. def DateTimeOffset(scale: Int): SQLType
  13. def Decimal(precision: Int, scale: Int): SQLType
  14. val Float: SQLType
  15. val Geography: SQLType
  16. val Geometry: SQLType
  17. val Image: SQLType
  18. val Int: SQLType
  19. val MAX: Int
  20. val Money: SQLType
  21. def NChar(length: Int): SQLType
  22. val NCharAny: SQLType
    Annotations
    @JSName("NChar")
  23. val NText: SQLType
  24. def NVarChar(length: Int): SQLType
  25. val NVarCharAny: SQLType
    Annotations
    @JSName("NVarChar")
  26. def Numeric(precision: Int, scale: Int): SQLType
  27. val Real: SQLType
  28. val SmallDateTime: SQLType
  29. val SmallInt: SQLType
  30. val SmallMoney: SQLType
  31. val TVP: SQLType
  32. val Text: SQLType
  33. def Time(scale: Int): SQLType
  34. val TinyInt: SQLType
  35. val UDT: SQLType
  36. val UniqueIdentifier: SQLType
  37. def VarBinary(length: Int): SQLType
  38. def VarChar(length: Int): SQLType
  39. val VarCharAny: SQLType
    Annotations
    @JSName("VarChar")
  40. val Variant: SQLType
  41. val Xml: SQLType
  42. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  43. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  51. val map: IMap
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def toLocaleString(): String
    Definition Classes
    Object
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def valueOf(): Any
    Definition Classes
    Object
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped