AsyncSQLToIterable

scalikejdbc.async.AsyncSQLToIterable

Attributes

Graph
Supertypes
class Any
Known subtypes
class AsyncOneToManies10SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, Z]
class AsyncOneToManies11SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, Z]
class AsyncOneToManies12SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, Z]
class AsyncOneToManies13SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, Z]
class AsyncOneToManies14SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, Z]
class AsyncOneToManies15SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, Z]
class AsyncOneToManies16SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, Z]
class AsyncOneToManies17SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, Z]
class AsyncOneToManies18SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, Z]
class AsyncOneToManies19SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, Z]
class AsyncOneToManies20SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, Z]
class AsyncOneToManies21SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13, B14, B15, B16, B17, B18, B19, B20, B21, Z]
class AsyncOneToManies2SQLToIterable[A, B1, B2, Z]
class AsyncOneToManies3SQLToIterable[A, B1, B2, B3, Z]
class AsyncOneToManies4SQLToIterable[A, B1, B2, B3, B4, Z]
class AsyncOneToManies5SQLToIterable[A, B1, B2, B3, B4, B5, Z]
class AsyncOneToManies6SQLToIterable[A, B1, B2, B3, B4, B5, B6, Z]
class AsyncOneToManies7SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, Z]
class AsyncOneToManies8SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, Z]
class AsyncOneToManies9SQLToIterable[A, B1, B2, B3, B4, B5, B6, B7, B8, B9, Z]
Show all

Members list

Value members

Abstract methods

def underlying: SQLToIterable[A, HasExtractor]

Concrete methods

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