AsyncSQLUpdateAndReturnGeneratedKeyImpl

scalikejdbc.async.AsyncSQLUpdateAndReturnGeneratedKeyImpl
final class AsyncSQLUpdateAndReturnGeneratedKeyImpl(val underlying: SQLUpdateWithGeneratedKey) extends AnyVal, AsyncSQLUpdateAndReturnGeneratedKey

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
AsyncSQLUpdateAndReturnGeneratedKey

Concrete fields

val underlying: SQLUpdateWithGeneratedKey