Instance Constructors
-
new
SlickBackend(driver: JdbcDriver, mapper: Mapper)
Type Members
-
type
Database = DatabaseDef
-
class
Query extends AnyRef
-
type
Scope = Map[scala.reflect.api.JavaUniverse.Symbol, Node]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
def
Scope(): Scope
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
columnName(sym: scala.reflect.api.JavaUniverse.Symbol): String
-
def
columnType(tpe: scala.reflect.api.JavaUniverse.Type): ScalaType[_82] forSome {type _82 >: Option[_61] with _61, type _61 >: Boolean with String with Double with Int, type _61 >: Boolean with String with Double with Int}
-
val
columnTypes: Map[scala.reflect.api.JavaUniverse.Symbol, ScalaBaseType[_ >: Boolean with String with Double with Int]]
-
val
driver: JdbcDriver
-
def
dump(queryable: BaseQueryable[_]): Unit
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SlickBackend
-
def
ensuring(cond: Boolean): SlickBackend
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
getConstructorArgs(tpe: scala.reflect.api.JavaUniverse.Type): List[scala.reflect.api.JavaUniverse.Symbol]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isMapped(sym: scala.reflect.api.JavaUniverse.Symbol): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
operatorSymbolMap: Map[scala.reflect.api.JavaUniverse.Symbol, FunctionSymbol]
-
object
removeTypeAnnotations extends scala.reflect.api.JavaUniverse.Transformer
-
def
result[R](queryablevalue: QueryableValue[R]): SqlAction[R, NoStream, Read]
-
def
result[R](queryable: BaseQueryable[R]): SqlStreamingAction[Vector[R], R, Read]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toList[T](queryable: BaseQueryable[T]): List[T]
-
def
toQuery(queryable: BaseQueryable[_]): (scala.reflect.api.JavaUniverse.Type, Query)
-
def
toQuery(tree: scala.reflect.api.JavaUniverse.Tree, scope: Scope = Scope()): (scala.reflect.api.JavaUniverse.Type, Query)
-
def
toSql(queryable: BaseQueryable[_]): String
-
def
toString(): String
-
def
typetagToQuery(typetag: scala.reflect.api.JavaUniverse.TypeTag[_]): Query
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from AnyRef
Inherited from Any
(Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.