Update

little.sql.Update
final case class Update(count: Long) extends Execution

Represents update execution.

Value parameters

count

update count

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Execution
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def resultSet: ResultSet

Throws NoSuchElementException.

Throws NoSuchElementException.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val isQuery: Boolean

Returns false.

Returns false.

Attributes

val isUpdate: Boolean

Returns true.

Returns true.

Attributes