All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.npm.mysql.QueryResult.scala Maven / Gradle / Ivy

The newest version!
package io.scalajs.npm.mysql

import scala.scalajs.js

/**
  * Query Result
  * @author [email protected]
  */
@js.native
trait QueryResult extends js.Object {

  val insertId: String = js.native

  val affectedRows: Int = js.native

  val changedRows: Int = js.native

  val threadId: String = js.native

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy