object
AuthIdRepo
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
def
activeByUserId(userId: slick.driver.JdbcProfile.API.Rep[Int]): Query[AuthIdTable, AuthIdTable.TableElementType, Seq]
-
-
val
activeIdByUserIdCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Long], Long, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[Long], Long, Seq], Seq[Long]]
-
def
activeIdByUserIds(userIds: Set[Int]): Query[Rep[Long], Long, Seq]
-
final
def
asInstanceOf[T0]: T0
-
val
authIds: TableQuery[AuthIdTable]
-
def
byAuthIdNotDeleted(authId: slick.driver.JdbcProfile.API.Rep[Long]): Query[AuthIdTable, AuthIdTable.TableElementType, Seq]
-
-
def
clone(): AnyRef
-
def
create(authId: Long, userId: Option[Int], publicKeyHash: Option[Long]): FixedSqlAction[Int, NoStream, Write]
-
def
delete(id: Long): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
find(authId: Long): SqlAction[Option[AuthId], NoStream, Read]
-
-
def
findFirstIdByUserId(userId: Int): SqlAction[Option[Long], NoStream, Read]
-
def
findIdByUserId(userId: Int): slick.driver.PostgresDriver.StreamingDriverAction[Seq[Long], Long, Read]
-
def
findIdByUserIds(userIds: Set[Int]): slick.driver.PostgresDriver.StreamingDriverAction[Seq[Long], Long, Read]
-
def
findUserId(authId: Long)(implicit ec: ExecutionContext): DBIOAction[Option[Int], NoStream, Read]
-
val
firstActiveIdByUserIdCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[Long], Long, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[Long], Long, Seq], Seq[Long]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setUserData(authId: Long, userId: Int): slick.profile.SqlStreamingAction.ResultAction[Int, NoStream, Effect]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
userIdByAuthIdNotDeletedCompiled: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Long]) ⇒ Query[Rep[Option[Int]], Option[Int], Seq], slick.driver.JdbcProfile.API.Rep[Long], Long, Query[Rep[Option[Int]], Option[Int], Seq], Seq[Option[Int]]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any