api documentation for mssql (v3.3.0)

Microsoft SQL Server client for Node.js.

table of contents

  1. module mssql
    1. boolean mssql.fix
    2. function mssql.BIGINT ()
    3. function mssql.BINARY (length)
    4. function mssql.BIT ()
    5. function mssql.BigInt ()
    6. function mssql.Binary (length)
    7. function mssql.Bit ()
    8. function mssql.CHAR (length)
    9. function mssql.Char (length)
    10. function mssql.Connection (config1, callback)
    11. function mssql.ConnectionError (message, code)
    12. function mssql.DATE ()
    13. function mssql.DATETIME ()
    14. function mssql.DATETIME2 (scale)
    15. function mssql.DATETIMEOFFSET (scale)
    16. function mssql.DECIMAL (precision, scale)
    17. function mssql.Date ()
    18. function mssql.DateTime ()
    19. function mssql.DateTime2 (scale)
    20. function mssql.DateTimeOffset (scale)
    21. function mssql.Decimal (precision, scale)
    22. function mssql.FLOAT ()
    23. function mssql.Float ()
    24. function mssql.GEOGRAPHY ()
    25. function mssql.GEOMETRY ()
    26. function mssql.Geography ()
    27. function mssql.Geometry ()
    28. function mssql.IMAGE ()
    29. function mssql.INT ()
    30. function mssql.Image ()
    31. function mssql.Int ()
    32. function mssql.MONEY ()
    33. function mssql.Money ()
    34. function mssql.NCHAR (length)
    35. function mssql.NChar (length)
    36. function mssql.NTEXT ()
    37. function mssql.NText ()
    38. function mssql.NUMERIC (precision, scale)
    39. function mssql.NVARCHAR (length)
    40. function mssql.NVarChar (length)
    41. function mssql.Numeric (precision, scale)
    42. function mssql.PreparedStatement (connection)
    43. function mssql.PreparedStatementError (message, code)
    44. function mssql.Promise ()
    45. function mssql.REAL ()
    46. function mssql.Real ()
    47. function mssql.Request (connection)
    48. function mssql.RequestError (message, code)
    49. function mssql.SMALLDATETIME ()
    50. function mssql.SMALLINT ()
    51. function mssql.SMALLMONEY ()
    52. function mssql.SmallDateTime ()
    53. function mssql.SmallInt ()
    54. function mssql.SmallMoney ()
    55. function mssql.TEXT ()
    56. function mssql.TIME (scale)
    57. function mssql.TINYINT ()
    58. function mssql.TVP (tvpType)
    59. function mssql.Table (name)
    60. function mssql.Text ()
    61. function mssql.Time (scale)
    62. function mssql.TinyInt ()
    63. function mssql.Transaction (connection)
    64. function mssql.TransactionError (message, code)
    65. function mssql.UDT ()
    66. function mssql.UNIQUEIDENTIFIER ()
    67. function mssql.UniqueIdentifier ()
    68. function mssql.VARBINARY (length)
    69. function mssql.VARCHAR (length)
    70. function mssql.VARIANT ()
    71. function mssql.VarBinary (length)
    72. function mssql.VarChar (length)
    73. function mssql.Variant ()
    74. function mssql.XML ()
    75. function mssql.Xml ()
    76. function mssql.batch ()
    77. function mssql.close (callback)
    78. function mssql.connect (config, callback)
    79. function mssql.init ()
    80. function mssql.on (event, handler)
    81. function mssql.query ()
    82. number mssql.MAX
    83. object mssql.Connection.prototype
    84. object mssql.ConnectionError.prototype
    85. object mssql.DRIVERS
    86. object mssql.ISOLATION_LEVEL
    87. object mssql.PreparedStatement.prototype
    88. object mssql.PreparedStatementError.prototype
    89. object mssql.Request.prototype
    90. object mssql.RequestError.prototype
    91. object mssql.TYPES
    92. object mssql.Table.prototype
    93. object mssql.Transaction.prototype
    94. object mssql.TransactionError.prototype
    95. object mssql.connection
    96. object mssql.connectionstring
    97. object mssql.datatypes
    98. object mssql.map
    99. object mssql.map.0
    100. object mssql.map.0.js.prototype
    101. object mssql.map.1
    102. object mssql.map.2
    103. object mssql.map.3
    104. object mssql.map.4
    105. object mssql.map.4.js.prototype
    106. object mssql.map.5
    107. object mssql.pool
  2. module mssql.BigInt
    1. function mssql.BigInt ()
    2. function mssql.BigInt.inspect ()
    3. string mssql.BigInt.declaration
  3. module mssql.Binary
    1. function mssql.Binary (length)
    2. function mssql.Binary.inspect ()
    3. string mssql.Binary.declaration
  4. module mssql.Bit
    1. function mssql.Bit ()
    2. function mssql.Bit.inspect ()
    3. string mssql.Bit.declaration
  5. module mssql.Char
    1. function mssql.Char (length)
    2. function mssql.Char.inspect ()
    3. string mssql.Char.declaration
  6. module mssql.Connection
    1. boolean mssql.Connection.usingDomains
    2. function mssql.Connection (config1, callback)
    3. function mssql.Connection.EventEmitter ()
    4. function mssql.Connection.init ()
    5. function mssql.Connection.listenerCount (emitter, type)
    6. number mssql.Connection.defaultMaxListeners
    7. object mssql.Connection.__super__
  7. module mssql.Connection.prototype
    1. boolean mssql.Connection.prototype.connected
    2. boolean mssql.Connection.prototype.connecting
    3. function mssql.Connection.prototype._close (callback)
    4. function mssql.Connection.prototype._connect (callback)
    5. function mssql.Connection.prototype._debug (msg)
    6. function mssql.Connection.prototype.batch ()
    7. function mssql.Connection.prototype.close (callback)
    8. function mssql.Connection.prototype.connect (callback)
    9. function mssql.Connection.prototype.constructor (config1, callback)
    10. function mssql.Connection.prototype.initializeDriver (driver)
    11. function mssql.Connection.prototype.query ()
    12. function mssql.Connection.prototype.request ()
    13. function mssql.Connection.prototype.transaction ()
    14. object mssql.Connection.prototype.driver
  8. module mssql.ConnectionError
    1. function mssql.ConnectionError (message, code)
    2. function mssql.ConnectionError.captureStackTrace ()
    3. number mssql.ConnectionError.stackTraceLimit
    4. object mssql.ConnectionError.__super__
  9. module mssql.ConnectionError.prototype
    1. function mssql.ConnectionError.prototype.constructor (message, code)
  10. module mssql.Date
    1. function mssql.Date ()
    2. function mssql.Date.inspect ()
    3. string mssql.Date.declaration
  11. module mssql.DateTime
    1. function mssql.DateTime ()
    2. function mssql.DateTime.inspect ()
    3. string mssql.DateTime.declaration
  12. module mssql.DateTime2
    1. function mssql.DateTime2 (scale)
    2. function mssql.DateTime2.inspect ()
    3. string mssql.DateTime2.declaration
  13. module mssql.DateTimeOffset
    1. function mssql.DateTimeOffset (scale)
    2. function mssql.DateTimeOffset.inspect ()
    3. string mssql.DateTimeOffset.declaration
  14. module mssql.Decimal
    1. function mssql.Decimal (precision, scale)
    2. function mssql.Decimal.inspect ()
    3. string mssql.Decimal.declaration
  15. module mssql.Float
    1. function mssql.Float ()
    2. function mssql.Float.inspect ()
    3. string mssql.Float.declaration
  16. module mssql.Geography
    1. function mssql.Geography ()
    2. function mssql.Geography.inspect ()
    3. string mssql.Geography.declaration
  17. module mssql.Geometry
    1. function mssql.Geometry ()
    2. function mssql.Geometry.inspect ()
    3. string mssql.Geometry.declaration
  18. module mssql.Image
    1. function mssql.Image ()
    2. function mssql.Image.inspect ()
    3. string mssql.Image.declaration
  19. module mssql.Int
    1. function mssql.Int ()
    2. function mssql.Int.inspect ()
    3. string mssql.Int.declaration
  20. module mssql.Money
    1. function mssql.Money ()
    2. function mssql.Money.inspect ()
    3. string mssql.Money.declaration
  21. module mssql.NChar
    1. function mssql.NChar (length)
    2. function mssql.NChar.inspect ()
    3. string mssql.NChar.declaration
  22. module mssql.NText
    1. function mssql.NText ()
    2. function mssql.NText.inspect ()
    3. string mssql.NText.declaration
  23. module mssql.NVarChar
    1. function mssql.NVarChar (length)
    2. function mssql.NVarChar.inspect ()
    3. string mssql.NVarChar.declaration
  24. module mssql.Numeric
    1. function mssql.Numeric (precision, scale)
    2. function mssql.Numeric.inspect ()
    3. string mssql.Numeric.declaration
  25. module mssql.PreparedStatement
    1. boolean mssql.PreparedStatement.usingDomains
    2. function mssql.PreparedStatement (connection)
    3. function mssql.PreparedStatement.EventEmitter ()
    4. function mssql.PreparedStatement.init ()
    5. function mssql.PreparedStatement.listenerCount (emitter, type)
    6. number mssql.PreparedStatement.defaultMaxListeners
    7. object mssql.PreparedStatement.__super__
  26. module mssql.PreparedStatement.prototype
    1. boolean mssql.PreparedStatement.prototype._working
    2. boolean mssql.PreparedStatement.prototype.multiple
    3. boolean mssql.PreparedStatement.prototype.prepared
    4. function mssql.PreparedStatement.prototype._execute (values, callback)
    5. function mssql.PreparedStatement.prototype._prepare (statement, callback)
    6. function mssql.PreparedStatement.prototype._unprepare (callback)
    7. function mssql.PreparedStatement.prototype.constructor (connection)
    8. function mssql.PreparedStatement.prototype.execute (values, callback)
    9. function mssql.PreparedStatement.prototype.input (name, type)
    10. function mssql.PreparedStatement.prototype.next ()
    11. function mssql.PreparedStatement.prototype.output (name, type)
    12. function mssql.PreparedStatement.prototype.prepare (statement, callback)
    13. function mssql.PreparedStatement.prototype.queue (callback)
    14. function mssql.PreparedStatement.prototype.unprepare (callback)
    15. number mssql.PreparedStatement.prototype._handle
    16. object mssql.PreparedStatement.prototype._pooledConnection
    17. object mssql.PreparedStatement.prototype._queue
    18. object mssql.PreparedStatement.prototype.connection
    19. object mssql.PreparedStatement.prototype.lastRequest
    20. object mssql.PreparedStatement.prototype.parameters
    21. object mssql.PreparedStatement.prototype.statement
    22. object mssql.PreparedStatement.prototype.stream
    23. object mssql.PreparedStatement.prototype.transaction
  27. module mssql.PreparedStatementError
    1. function mssql.PreparedStatementError (message, code)
    2. function mssql.PreparedStatementError.captureStackTrace ()
    3. number mssql.PreparedStatementError.stackTraceLimit
    4. object mssql.PreparedStatementError.__super__
  28. module mssql.PreparedStatementError.prototype
    1. function mssql.PreparedStatementError.prototype.constructor (message, code)
  29. module mssql.Real
    1. function mssql.Real ()
    2. function mssql.Real.inspect ()
    3. string mssql.Real.declaration
  30. module mssql.Request
    1. boolean mssql.Request.usingDomains
    2. function mssql.Request (connection)
    3. function mssql.Request.EventEmitter ()
    4. function mssql.Request.init ()
    5. function mssql.Request.listenerCount (emitter, type)
    6. number mssql.Request.defaultMaxListeners
    7. object mssql.Request.__super__
  31. module mssql.Request.prototype
    1. boolean mssql.Request.prototype.canceled
    2. boolean mssql.Request.prototype.multiple
    3. boolean mssql.Request.prototype.verbose
    4. function mssql.Request.prototype._acquire (callback)
    5. function mssql.Request.prototype._batch (batch, callback)
    6. function mssql.Request.prototype._bulk (table, callback)
    7. function mssql.Request.prototype._dedicated (connection)
    8. function mssql.Request.prototype._execute (procedure, callback)
    9. function mssql.Request.prototype._log (out)
    10. function mssql.Request.prototype._query (command, callback)
    11. function mssql.Request.prototype._release (connection)
    12. function mssql.Request.prototype._template (method, strings, values)
    13. function mssql.Request.prototype.batch (batch, callback)
    14. function mssql.Request.prototype.bulk (table, callback)
    15. function mssql.Request.prototype.cancel ()
    16. function mssql.Request.prototype.constructor (connection)
    17. function mssql.Request.prototype.execute (command, callback)
    18. function mssql.Request.prototype.input (name, type, value)
    19. function mssql.Request.prototype.output (name, type, value)
    20. function mssql.Request.prototype.pipe (stream)
    21. function mssql.Request.prototype.query (command, callback)
    22. object mssql.Request.prototype.connection
    23. object mssql.Request.prototype.parameters
    24. object mssql.Request.prototype.pstatement
    25. object mssql.Request.prototype.rowsAffected
    26. object mssql.Request.prototype.stream
    27. object mssql.Request.prototype.transaction
  32. module mssql.RequestError
    1. function mssql.RequestError (message, code)
    2. function mssql.RequestError.captureStackTrace ()
    3. number mssql.RequestError.stackTraceLimit
    4. object mssql.RequestError.__super__
  33. module mssql.RequestError.prototype
    1. function mssql.RequestError.prototype.constructor (message, code)
  34. module mssql.SmallDateTime
    1. function mssql.SmallDateTime ()
    2. function mssql.SmallDateTime.inspect ()
    3. string mssql.SmallDateTime.declaration
  35. module mssql.SmallInt
    1. function mssql.SmallInt ()
    2. function mssql.SmallInt.inspect ()
    3. string mssql.SmallInt.declaration
  36. module mssql.SmallMoney
    1. function mssql.SmallMoney ()
    2. function mssql.SmallMoney.inspect ()
    3. string mssql.SmallMoney.declaration
  37. module mssql.TVP
    1. function mssql.TVP (tvpType)
    2. function mssql.TVP.inspect ()
    3. string mssql.TVP.declaration
  38. module mssql.TYPES
    1. function mssql.TYPES.BigInt ()
    2. function mssql.TYPES.Binary (length)
    3. function mssql.TYPES.Bit ()
    4. function mssql.TYPES.Char (length)
    5. function mssql.TYPES.Date ()
    6. function mssql.TYPES.DateTime ()
    7. function mssql.TYPES.DateTime2 (scale)
    8. function mssql.TYPES.DateTimeOffset (scale)
    9. function mssql.TYPES.Decimal (precision, scale)
    10. function mssql.TYPES.Float ()
    11. function mssql.TYPES.Geography ()
    12. function mssql.TYPES.Geometry ()
    13. function mssql.TYPES.Image ()
    14. function mssql.TYPES.Int ()
    15. function mssql.TYPES.Money ()
    16. function mssql.TYPES.NChar (length)
    17. function mssql.TYPES.NText ()
    18. function mssql.TYPES.NVarChar (length)
    19. function mssql.TYPES.Numeric (precision, scale)
    20. function mssql.TYPES.Real ()
    21. function mssql.TYPES.SmallDateTime ()
    22. function mssql.TYPES.SmallInt ()
    23. function mssql.TYPES.SmallMoney ()
    24. function mssql.TYPES.TVP (tvpType)
    25. function mssql.TYPES.Text ()
    26. function mssql.TYPES.Time (scale)
    27. function mssql.TYPES.TinyInt ()
    28. function mssql.TYPES.UDT ()
    29. function mssql.TYPES.UniqueIdentifier ()
    30. function mssql.TYPES.VarBinary (length)
    31. function mssql.TYPES.VarChar (length)
    32. function mssql.TYPES.Variant ()
    33. function mssql.TYPES.Xml ()
  39. module mssql.Table
    1. function mssql.Table (name)
    2. function mssql.Table.fromRecordset (recordset, name)
    3. function mssql.Table.parseName (name)
  40. module mssql.Table.prototype
    1. function mssql.Table.prototype._makeBulk ()
    2. function mssql.Table.prototype.declare ()
  41. module mssql.Text
    1. function mssql.Text ()
    2. function mssql.Text.inspect ()
    3. string mssql.Text.declaration
  42. module mssql.Time
    1. function mssql.Time (scale)
    2. function mssql.Time.inspect ()
    3. string mssql.Time.declaration
  43. module mssql.TinyInt
    1. function mssql.TinyInt ()
    2. function mssql.TinyInt.inspect ()
    3. string mssql.TinyInt.declaration
  44. module mssql.Transaction
    1. boolean mssql.Transaction.usingDomains
    2. function mssql.Transaction (connection)
    3. function mssql.Transaction.EventEmitter ()
    4. function mssql.Transaction.init ()
    5. function mssql.Transaction.listenerCount (emitter, type)
    6. number mssql.Transaction.defaultMaxListeners
    7. object mssql.Transaction.__super__
  45. module mssql.Transaction.prototype
    1. boolean mssql.Transaction.prototype._aborted
    2. boolean mssql.Transaction.prototype._working
    3. function mssql.Transaction.prototype._abort ()
    4. function mssql.Transaction.prototype._begin (isolationLevel, callback)
    5. function mssql.Transaction.prototype._commit (callback)
    6. function mssql.Transaction.prototype._rollback (callback)
    7. function mssql.Transaction.prototype.begin (isolationLevel, callback)
    8. function mssql.Transaction.prototype.commit (callback)
    9. function mssql.Transaction.prototype.constructor (connection)
    10. function mssql.Transaction.prototype.next ()
    11. function mssql.Transaction.prototype.queue (callback)
    12. function mssql.Transaction.prototype.request ()
    13. function mssql.Transaction.prototype.rollback (callback)
    14. number mssql.Transaction.prototype.isolationLevel
    15. object mssql.Transaction.prototype._pooledConnection
    16. object mssql.Transaction.prototype._queue
    17. object mssql.Transaction.prototype.connection
    18. string mssql.Transaction.prototype.name
  46. module mssql.TransactionError
    1. function mssql.TransactionError (message, code)
    2. function mssql.TransactionError.captureStackTrace ()
    3. number mssql.TransactionError.stackTraceLimit
    4. object mssql.TransactionError.__super__
  47. module mssql.TransactionError.prototype
    1. function mssql.TransactionError.prototype.constructor (message, code)
  48. module mssql.UDT
    1. function mssql.UDT ()
    2. function mssql.UDT.inspect ()
    3. string mssql.UDT.declaration
  49. module mssql.UniqueIdentifier
    1. function mssql.UniqueIdentifier ()
    2. function mssql.UniqueIdentifier.inspect ()
    3. string mssql.UniqueIdentifier.declaration
  50. module mssql.VarBinary
    1. function mssql.VarBinary (length)
    2. function mssql.VarBinary.inspect ()
    3. string mssql.VarBinary.declaration
  51. module mssql.VarChar
    1. function mssql.VarChar (length)
    2. function mssql.VarChar.inspect ()
    3. string mssql.VarChar.declaration
  52. module mssql.Variant
    1. function mssql.Variant ()
    2. function mssql.Variant.inspect ()
    3. string mssql.Variant.declaration
  53. module mssql.Xml
    1. function mssql.Xml ()
    2. function mssql.Xml.inspect ()
    3. string mssql.Xml.declaration
  54. module mssql.connectionstring
    1. function mssql.connectionstring.parse (string)
    2. function mssql.connectionstring.resolve (string)
  55. module mssql.datatypes
    1. function mssql.datatypes.cast (value, type, options)
    2. function mssql.datatypes.declare (type, options)
    3. object mssql.datatypes.DECLARATIONS
    4. object mssql.datatypes.TYPES
  56. module mssql.map
    1. function mssql.map.register (jstype, sqltype)
    2. object mssql.map.0
    3. object mssql.map.1
    4. object mssql.map.2
    5. object mssql.map.3
    6. object mssql.map.4
    7. object mssql.map.5
  57. module mssql.map.0
    1. function mssql.map.0.js ()
    2. function mssql.map.0.sql (length)
  58. module mssql.map.0.js.prototype
    1. function mssql.map.0.js.prototype.entityify ()
    2. function mssql.map.0.js.prototype.isAlpha ( )
    3. function mssql.map.0.js.prototype.isDigit ()
    4. function mssql.map.0.js.prototype.supplant (e)
  59. module mssql.map.1
    1. function mssql.map.1.js ()
    2. function mssql.map.1.sql ()
  60. module mssql.map.2
    1. function mssql.map.2.js ()
    2. function mssql.map.2.sql ()
  61. module mssql.map.3
    1. function mssql.map.3.js ()
    2. function mssql.map.3.sql ()
  62. module mssql.map.4
    1. function mssql.map.4.js (arg, encodingOrOffset, length)
    2. function mssql.map.4.sql (length)
  63. module mssql.map.4.js.prototype
    1. function mssql.map.4.js.prototype.asciiSlice ()
    2. function mssql.map.4.js.prototype.asciiWrite ()
    3. function mssql.map.4.js.prototype.base64Slice ()
    4. function mssql.map.4.js.prototype.base64Write ()
    5. function mssql.map.4.js.prototype.compare (target, start, end, thisStart, thisEnd)
    6. function mssql.map.4.js.prototype.copy ()
    7. function mssql.map.4.js.prototype.equals (other)
    8. function mssql.map.4.js.prototype.fill (val, start, end, encoding)
    9. function mssql.map.4.js.prototype.hexSlice ()
    10. function mssql.map.4.js.prototype.hexWrite ()
    11. function mssql.map.4.js.prototype.includes (val, byteOffset, encoding)
    12. function mssql.map.4.js.prototype.indexOf (val, byteOffset, encoding)
    13. function mssql.map.4.js.prototype.inspect ()
    14. function mssql.map.4.js.prototype.lastIndexOf (val, byteOffset, encoding)
    15. function mssql.map.4.js.prototype.latin1Slice ()
    16. function mssql.map.4.js.prototype.latin1Write ()
    17. function mssql.map.4.js.prototype.readDoubleBE (offset, noAssert)
    18. function mssql.map.4.js.prototype.readDoubleLE (offset, noAssert)
    19. function mssql.map.4.js.prototype.readFloatBE (offset, noAssert)
    20. function mssql.map.4.js.prototype.readFloatLE (offset, noAssert)
    21. function mssql.map.4.js.prototype.readInt16BE (offset, noAssert)
    22. function mssql.map.4.js.prototype.readInt16LE (offset, noAssert)
    23. function mssql.map.4.js.prototype.readInt32BE (offset, noAssert)
    24. function mssql.map.4.js.prototype.readInt32LE (offset, noAssert)
    25. function mssql.map.4.js.prototype.readInt8 (offset, noAssert)
    26. function mssql.map.4.js.prototype.readIntBE (offset, byteLength, noAssert)
    27. function mssql.map.4.js.prototype.readIntLE (offset, byteLength, noAssert)
    28. function mssql.map.4.js.prototype.readUInt16BE (offset, noAssert)
    29. function mssql.map.4.js.prototype.readUInt16LE (offset, noAssert)
    30. function mssql.map.4.js.prototype.readUInt32BE (offset, noAssert)
    31. function mssql.map.4.js.prototype.readUInt32LE (offset, noAssert)
    32. function mssql.map.4.js.prototype.readUInt8 (offset, noAssert)
    33. function mssql.map.4.js.prototype.readUIntBE (offset, byteLength, noAssert)
    34. function mssql.map.4.js.prototype.readUIntLE (offset, byteLength, noAssert)
    35. function mssql.map.4.js.prototype.slice (start, end)
    36. function mssql.map.4.js.prototype.swap16 ()
    37. function mssql.map.4.js.prototype.swap32 ()
    38. function mssql.map.4.js.prototype.swap64 ()
    39. function mssql.map.4.js.prototype.toByteArray ()
    40. function mssql.map.4.js.prototype.toJSON ()
    41. function mssql.map.4.js.prototype.toString ()
    42. function mssql.map.4.js.prototype.ucs2Slice ()
    43. function mssql.map.4.js.prototype.ucs2Write ()
    44. function mssql.map.4.js.prototype.utf8Slice ()
    45. function mssql.map.4.js.prototype.utf8Write ()
    46. function mssql.map.4.js.prototype.write (string, offset, length, encoding)
    47. function mssql.map.4.js.prototype.writeDoubleBE (val, offset, noAssert)
    48. function mssql.map.4.js.prototype.writeDoubleLE (val, offset, noAssert)
    49. function mssql.map.4.js.prototype.writeFloatBE (val, offset, noAssert)
    50. function mssql.map.4.js.prototype.writeFloatLE (val, offset, noAssert)
    51. function mssql.map.4.js.prototype.writeInt16BE (value, offset, noAssert)
    52. function mssql.map.4.js.prototype.writeInt16LE (value, offset, noAssert)
    53. function mssql.map.4.js.prototype.writeInt32BE (value, offset, noAssert)
    54. function mssql.map.4.js.prototype.writeInt32LE (value, offset, noAssert)
    55. function mssql.map.4.js.prototype.writeInt8 (value, offset, noAssert)
    56. function mssql.map.4.js.prototype.writeIntBE (value, offset, byteLength, noAssert)
    57. function mssql.map.4.js.prototype.writeIntLE (value, offset, byteLength, noAssert)
    58. function mssql.map.4.js.prototype.writeUInt16BE (value, offset, noAssert)
    59. function mssql.map.4.js.prototype.writeUInt16LE (value, offset, noAssert)
    60. function mssql.map.4.js.prototype.writeUInt32BE (value, offset, noAssert)
    61. function mssql.map.4.js.prototype.writeUInt32LE (value, offset, noAssert)
    62. function mssql.map.4.js.prototype.writeUInt8 (value, offset, noAssert)
    63. function mssql.map.4.js.prototype.writeUIntBE (value, offset, byteLength, noAssert)
    64. function mssql.map.4.js.prototype.writeUIntLE (value, offset, byteLength, noAssert)
  64. module mssql.map.5
    1. function mssql.map.5.js (name)
    2. function mssql.map.5.sql (tvpType)

module mssql

function mssql.BIGINT ()

function mssql.BINARY (length)

function mssql.BIT ()

function mssql.BigInt ()

function mssql.Binary (length)

function mssql.Bit ()

function mssql.CHAR (length)

function mssql.Char (length)

function mssql.Connection (config1, callback)

function mssql.ConnectionError (message, code)

function mssql.DATE ()

function mssql.DATETIME ()

function mssql.DATETIME2 (scale)

function mssql.DATETIMEOFFSET (scale)

function mssql.DECIMAL (precision, scale)

function mssql.Date ()

function mssql.DateTime ()

function mssql.DateTime2 (scale)

function mssql.DateTimeOffset (scale)

function mssql.Decimal (precision, scale)

function mssql.FLOAT ()

function mssql.Float ()

function mssql.GEOGRAPHY ()

function mssql.GEOMETRY ()

function mssql.Geography ()

function mssql.Geometry ()

function mssql.IMAGE ()

function mssql.INT ()

function mssql.Image ()

function mssql.Int ()

function mssql.MONEY ()

function mssql.Money ()

function mssql.NCHAR (length)

function mssql.NChar (length)

function mssql.NTEXT ()

function mssql.NText ()

function mssql.NUMERIC (precision, scale)

function mssql.NVARCHAR (length)

function mssql.NVarChar (length)

function mssql.Numeric (precision, scale)

function mssql.PreparedStatement (connection)

function mssql.PreparedStatementError (message, code)

function mssql.Promise ()

function mssql.REAL ()

function mssql.Real ()

function mssql.Request (connection)

function mssql.RequestError (message, code)

function mssql.SMALLDATETIME ()

function mssql.SMALLINT ()

function mssql.SMALLMONEY ()

function mssql.SmallDateTime ()

function mssql.SmallInt ()

function mssql.SmallMoney ()

function mssql.TEXT ()

function mssql.TIME (scale)

function mssql.TINYINT ()

function mssql.TVP (tvpType)

function mssql.Table (name)

function mssql.Text ()

function mssql.Time (scale)

function mssql.TinyInt ()

function mssql.Transaction (connection)

function mssql.TransactionError (message, code)

function mssql.UDT ()

function mssql.UNIQUEIDENTIFIER ()

function mssql.UniqueIdentifier ()

function mssql.VARBINARY (length)

function mssql.VARCHAR (length)

function mssql.VARIANT ()

function mssql.VarBinary (length)

function mssql.VarChar (length)

function mssql.Variant ()

function mssql.XML ()

function mssql.Xml ()

function mssql.batch ()

function mssql.close (callback)

function mssql.connect (config, callback)

function mssql.init ()

function mssql.on (event, handler)

function mssql.query ()

module mssql.BigInt

function mssql.BigInt ()

function mssql.BigInt.inspect ()

module mssql.Binary

function mssql.Binary (length)

function mssql.Binary.inspect ()

module mssql.Bit

function mssql.Bit ()

function mssql.Bit.inspect ()

module mssql.Char

function mssql.Char (length)

function mssql.Char.inspect ()

module mssql.Connection

function mssql.Connection (config1, callback)

function mssql.Connection.EventEmitter ()

function mssql.Connection.init ()

function mssql.Connection.listenerCount (emitter, type)

module mssql.Connection.prototype

function mssql.Connection.prototype._close (callback)

function mssql.Connection.prototype._connect (callback)

function mssql.Connection.prototype._debug (msg)

function mssql.Connection.prototype.batch ()

function mssql.Connection.prototype.close (callback)

function mssql.Connection.prototype.connect (callback)

function mssql.Connection.prototype.constructor (config1, callback)

function mssql.Connection.prototype.initializeDriver (driver)

function mssql.Connection.prototype.query ()

function mssql.Connection.prototype.request ()

function mssql.Connection.prototype.transaction ()

module mssql.ConnectionError

function mssql.ConnectionError (message, code)

function mssql.ConnectionError.captureStackTrace ()

module mssql.ConnectionError.prototype

function mssql.ConnectionError.prototype.constructor (message, code)

module mssql.Date

function mssql.Date ()

function mssql.Date.inspect ()

module mssql.DateTime

function mssql.DateTime ()

function mssql.DateTime.inspect ()

module mssql.DateTime2

function mssql.DateTime2 (scale)

function mssql.DateTime2.inspect ()

module mssql.DateTimeOffset

function mssql.DateTimeOffset (scale)

function mssql.DateTimeOffset.inspect ()

module mssql.Decimal

function mssql.Decimal (precision, scale)

function mssql.Decimal.inspect ()

module mssql.Float

function mssql.Float ()

function mssql.Float.inspect ()

module mssql.Geography

function mssql.Geography ()

function mssql.Geography.inspect ()

module mssql.Geometry

function mssql.Geometry ()

function mssql.Geometry.inspect ()

module mssql.Image

function mssql.Image ()

function mssql.Image.inspect ()

module mssql.Int

function mssql.Int ()

function mssql.Int.inspect ()

module mssql.Money

function mssql.Money ()

function mssql.Money.inspect ()

module mssql.NChar

function mssql.NChar (length)

function mssql.NChar.inspect ()

module mssql.NText

function mssql.NText ()

function mssql.NText.inspect ()

module mssql.NVarChar

function mssql.NVarChar (length)

function mssql.NVarChar.inspect ()

module mssql.Numeric

function mssql.Numeric (precision, scale)

function mssql.Numeric.inspect ()

module mssql.PreparedStatement

function mssql.PreparedStatement (connection)

function mssql.PreparedStatement.EventEmitter ()

function mssql.PreparedStatement.init ()

function mssql.PreparedStatement.listenerCount (emitter, type)

module mssql.PreparedStatement.prototype

function mssql.PreparedStatement.prototype._execute (values, callback)

function mssql.PreparedStatement.prototype._prepare (statement, callback)

function mssql.PreparedStatement.prototype._unprepare (callback)

function mssql.PreparedStatement.prototype.constructor (connection)

function mssql.PreparedStatement.prototype.execute (values, callback)

function mssql.PreparedStatement.prototype.input (name, type)

function mssql.PreparedStatement.prototype.next ()

function mssql.PreparedStatement.prototype.output (name, type)

function mssql.PreparedStatement.prototype.prepare (statement, callback)

function mssql.PreparedStatement.prototype.queue (callback)

function mssql.PreparedStatement.prototype.unprepare (callback)

module mssql.PreparedStatementError

function mssql.PreparedStatementError (message, code)

function mssql.PreparedStatementError.captureStackTrace ()

module mssql.PreparedStatementError.prototype

function mssql.PreparedStatementError.prototype.constructor (message, code)

module mssql.Real

function mssql.Real ()

function mssql.Real.inspect ()

module mssql.Request

function mssql.Request (connection)

function mssql.Request.EventEmitter ()

function mssql.Request.init ()

function mssql.Request.listenerCount (emitter, type)

module mssql.Request.prototype

function mssql.Request.prototype._acquire (callback)

function mssql.Request.prototype._batch (batch, callback)

function mssql.Request.prototype._bulk (table, callback)

function mssql.Request.prototype._dedicated (connection)

function mssql.Request.prototype._execute (procedure, callback)

function mssql.Request.prototype._log (out)

function mssql.Request.prototype._query (command, callback)

function mssql.Request.prototype._release (connection)

function mssql.Request.prototype._template (method, strings, values)

function mssql.Request.prototype.batch (batch, callback)

function mssql.Request.prototype.bulk (table, callback)

function mssql.Request.prototype.cancel ()

function mssql.Request.prototype.constructor (connection)

function mssql.Request.prototype.execute (command, callback)

function mssql.Request.prototype.input (name, type, value)

function mssql.Request.prototype.output (name, type, value)

function mssql.Request.prototype.pipe (stream)

function mssql.Request.prototype.query (command, callback)

module mssql.RequestError

function mssql.RequestError (message, code)

function mssql.RequestError.captureStackTrace ()

module mssql.RequestError.prototype

function mssql.RequestError.prototype.constructor (message, code)

module mssql.SmallDateTime

function mssql.SmallDateTime ()

function mssql.SmallDateTime.inspect ()

module mssql.SmallInt

function mssql.SmallInt ()

function mssql.SmallInt.inspect ()

module mssql.SmallMoney

function mssql.SmallMoney ()

function mssql.SmallMoney.inspect ()

module mssql.TVP

function mssql.TVP (tvpType)

function mssql.TVP.inspect ()

module mssql.TYPES

function mssql.TYPES.BigInt ()

function mssql.TYPES.Binary (length)

function mssql.TYPES.Bit ()

function mssql.TYPES.Char (length)

function mssql.TYPES.Date ()

function mssql.TYPES.DateTime ()

function mssql.TYPES.DateTime2 (scale)

function mssql.TYPES.DateTimeOffset (scale)

function mssql.TYPES.Decimal (precision, scale)

function mssql.TYPES.Float ()

function mssql.TYPES.Geography ()

function mssql.TYPES.Geometry ()

function mssql.TYPES.Image ()

function mssql.TYPES.Int ()

function mssql.TYPES.Money ()

function mssql.TYPES.NChar (length)

function mssql.TYPES.NText ()

function mssql.TYPES.NVarChar (length)

function mssql.TYPES.Numeric (precision, scale)

function mssql.TYPES.Real ()

function mssql.TYPES.SmallDateTime ()

function mssql.TYPES.SmallInt ()

function mssql.TYPES.SmallMoney ()

function mssql.TYPES.TVP (tvpType)

function mssql.TYPES.Text ()

function mssql.TYPES.Time (scale)

function mssql.TYPES.TinyInt ()

function mssql.TYPES.UDT ()

function mssql.TYPES.UniqueIdentifier ()

function mssql.TYPES.VarBinary (length)

function mssql.TYPES.VarChar (length)

function mssql.TYPES.Variant ()

function mssql.TYPES.Xml ()

module mssql.Table

function mssql.Table (name)

function mssql.Table.fromRecordset (recordset, name)

function mssql.Table.parseName (name)

module mssql.Table.prototype

function mssql.Table.prototype._makeBulk ()

function mssql.Table.prototype.declare ()

module mssql.Text

function mssql.Text ()

function mssql.Text.inspect ()

module mssql.Time

function mssql.Time (scale)

function mssql.Time.inspect ()

module mssql.TinyInt

function mssql.TinyInt ()

function mssql.TinyInt.inspect ()

module mssql.Transaction

function mssql.Transaction (connection)

function mssql.Transaction.EventEmitter ()

function mssql.Transaction.init ()

function mssql.Transaction.listenerCount (emitter, type)

module mssql.Transaction.prototype

function mssql.Transaction.prototype._abort ()

function mssql.Transaction.prototype._begin (isolationLevel, callback)

function mssql.Transaction.prototype._commit (callback)

function mssql.Transaction.prototype._rollback (callback)

function mssql.Transaction.prototype.begin (isolationLevel, callback)

function mssql.Transaction.prototype.commit (callback)

function mssql.Transaction.prototype.constructor (connection)

function mssql.Transaction.prototype.next ()

function mssql.Transaction.prototype.queue (callback)

function mssql.Transaction.prototype.request ()

function mssql.Transaction.prototype.rollback (callback)

module mssql.TransactionError

function mssql.TransactionError (message, code)

function mssql.TransactionError.captureStackTrace ()

module mssql.TransactionError.prototype

function mssql.TransactionError.prototype.constructor (message, code)

module mssql.UDT

function mssql.UDT ()

function mssql.UDT.inspect ()

module mssql.UniqueIdentifier

function mssql.UniqueIdentifier ()

function mssql.UniqueIdentifier.inspect ()

module mssql.VarBinary

function mssql.VarBinary (length)

function mssql.VarBinary.inspect ()

module mssql.VarChar

function mssql.VarChar (length)

function mssql.VarChar.inspect ()

module mssql.Variant

function mssql.Variant ()

function mssql.Variant.inspect ()

module mssql.Xml

function mssql.Xml ()

function mssql.Xml.inspect ()

module mssql.connectionstring

function mssql.connectionstring.parse (string)

function mssql.connectionstring.resolve (string)

module mssql.datatypes

function mssql.datatypes.cast (value, type, options)

function mssql.datatypes.declare (type, options)

module mssql.map

function mssql.map.register (jstype, sqltype)

module mssql.map.0

function mssql.map.0.js ()

function mssql.map.0.sql (length)

module mssql.map.0.js.prototype

function mssql.map.0.js.prototype.entityify ()

function mssql.map.0.js.prototype.isAlpha ( )

function mssql.map.0.js.prototype.isDigit ()

function mssql.map.0.js.prototype.supplant (e)

module mssql.map.1

function mssql.map.1.js ()

function mssql.map.1.sql ()

module mssql.map.2

function mssql.map.2.js ()

function mssql.map.2.sql ()

module mssql.map.3

function mssql.map.3.js ()

function mssql.map.3.sql ()

module mssql.map.4

function mssql.map.4.js (arg, encodingOrOffset, length)

function mssql.map.4.sql (length)

module mssql.map.4.js.prototype

function mssql.map.4.js.prototype.asciiSlice ()

function mssql.map.4.js.prototype.asciiWrite ()

function mssql.map.4.js.prototype.base64Slice ()

function mssql.map.4.js.prototype.base64Write ()

function mssql.map.4.js.prototype.compare (target, start, end, thisStart, thisEnd)

function mssql.map.4.js.prototype.copy ()

function mssql.map.4.js.prototype.equals (other)

function mssql.map.4.js.prototype.fill (val, start, end, encoding)

function mssql.map.4.js.prototype.hexSlice ()

function mssql.map.4.js.prototype.hexWrite ()

function mssql.map.4.js.prototype.includes (val, byteOffset, encoding)

function mssql.map.4.js.prototype.indexOf (val, byteOffset, encoding)

function mssql.map.4.js.prototype.inspect ()

function mssql.map.4.js.prototype.lastIndexOf (val, byteOffset, encoding)

function mssql.map.4.js.prototype.latin1Slice ()

function mssql.map.4.js.prototype.latin1Write ()

function mssql.map.4.js.prototype.readDoubleBE (offset, noAssert)

function mssql.map.4.js.prototype.readDoubleLE (offset, noAssert)

function mssql.map.4.js.prototype.readFloatBE (offset, noAssert)

function mssql.map.4.js.prototype.readFloatLE (offset, noAssert)

function mssql.map.4.js.prototype.readInt16BE (offset, noAssert)

function mssql.map.4.js.prototype.readInt16LE (offset, noAssert)

function mssql.map.4.js.prototype.readInt32BE (offset, noAssert)

function mssql.map.4.js.prototype.readInt32LE (offset, noAssert)

function mssql.map.4.js.prototype.readInt8 (offset, noAssert)

function mssql.map.4.js.prototype.readIntBE (offset, byteLength, noAssert)

function mssql.map.4.js.prototype.readIntLE (offset, byteLength, noAssert)

function mssql.map.4.js.prototype.readUInt16BE (offset, noAssert)

function mssql.map.4.js.prototype.readUInt16LE (offset, noAssert)

function mssql.map.4.js.prototype.readUInt32BE (offset, noAssert)

function mssql.map.4.js.prototype.readUInt32LE (offset, noAssert)

function mssql.map.4.js.prototype.readUInt8 (offset, noAssert)

function mssql.map.4.js.prototype.readUIntBE (offset, byteLength, noAssert)

function mssql.map.4.js.prototype.readUIntLE (offset, byteLength, noAssert)

function mssql.map.4.js.prototype.slice (start, end)

function mssql.map.4.js.prototype.swap16 ()

function mssql.map.4.js.prototype.swap32 ()

function mssql.map.4.js.prototype.swap64 ()

function mssql.map.4.js.prototype.toByteArray ()

function mssql.map.4.js.prototype.toJSON ()

function mssql.map.4.js.prototype.toString ()

function mssql.map.4.js.prototype.ucs2Slice ()

function mssql.map.4.js.prototype.ucs2Write ()

function mssql.map.4.js.prototype.utf8Slice ()

function mssql.map.4.js.prototype.utf8Write ()

function mssql.map.4.js.prototype.write (string, offset, length, encoding)

function mssql.map.4.js.prototype.writeDoubleBE (val, offset, noAssert)

function mssql.map.4.js.prototype.writeDoubleLE (val, offset, noAssert)

function mssql.map.4.js.prototype.writeFloatBE (val, offset, noAssert)

function mssql.map.4.js.prototype.writeFloatLE (val, offset, noAssert)

function mssql.map.4.js.prototype.writeInt16BE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeInt16LE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeInt32BE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeInt32LE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeInt8 (value, offset, noAssert)

function mssql.map.4.js.prototype.writeIntBE (value, offset, byteLength, noAssert)

function mssql.map.4.js.prototype.writeIntLE (value, offset, byteLength, noAssert)

function mssql.map.4.js.prototype.writeUInt16BE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeUInt16LE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeUInt32BE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeUInt32LE (value, offset, noAssert)

function mssql.map.4.js.prototype.writeUInt8 (value, offset, noAssert)

function mssql.map.4.js.prototype.writeUIntBE (value, offset, byteLength, noAssert)

function mssql.map.4.js.prototype.writeUIntLE (value, offset, byteLength, noAssert)

module mssql.map.5

function mssql.map.5.js (name)

function mssql.map.5.sql (tvpType)

[ this document was created with utility2 ]