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

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

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

import scala.scalajs.js
import scala.scalajs.js.annotation.ScalaJSDefined

/**
  * MySQL Query Options
  * @author [email protected]
  */
@ScalaJSDefined
class QueryOptions(var sql: String,
                   var timeout: js.UndefOr[Int] = js.undefined,
                   var typeCast: js.UndefOr[Boolean] = js.undefined,
                   var values: js.Array[js.Any] = null)
    extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy