AsyncSQLUpdateImpl

scalikejdbc.async.AsyncSQLUpdateImpl
final class AsyncSQLUpdateImpl(val underlying: SQLUpdate) extends AnyVal, AsyncSQLUpdate

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Inherited methods

def future()(implicit session: AsyncDBSession, cxt: EC): Future[Int]

Attributes

Inherited from:
AsyncSQLUpdate

Concrete fields

val underlying: SQLUpdate