Update

final case class Update(count: Int) extends Execution

Represents result of update.

Value parameters:
count

update count

See also:
trait Serializable
trait Product
trait Equals
class Execution
class Object
trait Matchable
class Any

Value members

Concrete methods

def resultSet: ResultSet

Throws NoSuchElementException.

Throws NoSuchElementException.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val isQuery: Boolean

Returns false.

Returns false.

val isUpdate: Boolean

Returns true.

Returns true.