c

mssql

Request

class Request extends Object with MSSQLEventEmitter

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

Instance Constructors

  1. new Request(pool: UndefOr[ConnectionPool] = js.undefined)

Value Members

  1. def batch(query: String): Promise[Result]
  2. def bulk(t: Table, options: UndefOr[BulkOptions] = js.undefined): Promise[BulkResult]
  3. def cancel(): Boolean
  4. def execute(name: String): Promise[ProcedureResult]
  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. def input(name: String, tpe: SQLType, value: Any): Request
  7. def inputAuto(name: String, value: Any): Request
    Annotations
    @JSName("input")
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. def on(name: String, cb: Any): Unit
    Definition Classes
    MSSQLEventEmitter
  10. def output(name: String, tpe: SQLType, defaultValue: UndefOr[Any] = js.undefined): Request
  11. def pipe(stream: Any): Request
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. def query(q: String): Promise[Result]
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. def valueOf(): Any
    Definition Classes
    Object