object
UserRepo
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
-
def
clone(): AnyRef
-
def
create(user: User): FixedSqlAction[Int, NoStream, Write]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
-
-
def
findByNickname(query: String): SqlAction[Option[User], NoStream, Read]
-
def
findIds(query: String)(implicit ec: ExecutionContext): DBIOAction[Seq[Int], NoStream, Read with Read with Read]
-
def
findIdsByEmail(email: String): SqlAction[Option[Int], NoStream, Read]
-
def
findIdsByNickname(nickname: String): SqlAction[Option[Int], NoStream, Read]
-
def
findName(id: Int): SqlAction[Option[String], NoStream, Read]
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
idByPhone(phone: (db.ActorPostgresDriver.api)#Rep[Long]): Query[Rep[Int], Int, Seq]
-
val
idByPhoneC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Long]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[Long], Long, Query[Rep[Int], Int, Seq], Seq[Int]]
-
def
idsByEmail(email: (db.ActorPostgresDriver.api)#Rep[String]): Query[Rep[Int], Int, Seq]
-
val
idsByEmailC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[String]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[String], String, Query[Rep[Int], Int, Seq], Seq[Int]]
-
def
idsByNickname(nickname: (db.ActorPostgresDriver.api)#Rep[String]): Query[Rep[Int], Int, Seq]
-
val
idsByNicknameC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[String]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[String], String, Query[Rep[Int], Int, Seq], Seq[Int]]
-
final
def
isInstanceOf[T0]: Boolean
-
def
nameById(id: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[String], String, Seq]
-
val
nameByIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[String], String, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[Rep[String], String, Seq], Seq[String]]
-
final
def
ne(arg0: AnyRef): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
setAbout(userId: Int, about: Option[String]): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]
-
def
setCountryCode(userId: Int, countryCode: String): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]
-
-
-
def
setNickname(userId: Int, nickname: Option[String]): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
users: TableQuery[UserTable]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any