BaseSession
Attributes
- Source:
- JdbcBackend.scala
- Graph
- Supertypes
- trait JdbcSessionDeftrait BasicSessionDeftrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source:
- JdbcBackend.scala
Close this Session.
Attributes
- Source:
- JdbcBackend.scala
Attributes
- Source:
- JdbcBackend.scala
Inherited methods
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Force an actual database session to be opened. Slick sessions are lazy, so you do not get a real database connection until you need it or you call force() on the session.
Force an actual database session to be opened. Slick sessions are lazy, so you do not get a real database connection until you need it or you call force() on the session.
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
A wrapper around the JDBC Connection's prepareInsertStatement method, that automatically closes the statement.
A wrapper around the JDBC Connection's prepareInsertStatement method, that automatically closes the statement.
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
A wrapper around the JDBC Connection's prepareInsertStatement method, that automatically closes the statement.
A wrapper around the JDBC Connection's prepareInsertStatement method, that automatically closes the statement.
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
A wrapper around the JDBC Connection's prepareStatement method, that automatically closes the statement.
A wrapper around the JDBC Connection's prepareStatement method, that automatically closes the statement.
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
A wrapper around the JDBC Connection's createStatement method, that automatically closes the statement.
A wrapper around the JDBC Connection's createStatement method, that automatically closes the statement.
Attributes
- Inherited from:
- JdbcSessionDef
- Source:
- JdbcBackend.scala
Concrete fields
Attributes
- Source:
- JdbcBackend.scala
Attributes
- Source:
- JdbcBackend.scala
Attributes
- Source:
- JdbcBackend.scala