Update

usql.Update
See theUpdate companion object
case class Update(sql: SqlBase)

Encapsulates an update statement

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def run()(using c: ConnectionProvider): Int

Run the update statement

Run the update statement

Attributes

Run the update statement and get generated values. See java.sql.PreparedStatement.getGeneratedKeys

Run the update statement and get generated values. See java.sql.PreparedStatement.getGeneratedKeys

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product