class Request extends Object with MSSQLEventEmitter
- Annotations
- @JSType() @native() @JSImport("mssql", "Request")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Request
- MSSQLEventEmitter
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Request(pool: UndefOr[ConnectionPool] = js.undefined)
Value Members
- def batch(query: String): Promise[Result]
- def bulk(t: Table, options: UndefOr[BulkOptions] = js.undefined): Promise[BulkResult]
- def cancel(): Boolean
- def execute(name: String): Promise[ProcedureResult]
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def input(name: String, tpe: SQLType, value: Any): Request
- def inputAuto(name: String, value: Any): Request
- Annotations
- @JSName("input")
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def on(name: String, cb: Any): Unit
- Definition Classes
- MSSQLEventEmitter
- def output(name: String, tpe: SQLType, defaultValue: UndefOr[Any] = js.undefined): Request
- def pipe(stream: Any): Request
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def query(q: String): Promise[Result]
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object