capabilities

com.typesafe.slick.testkit.util.TestDB.capabilities
object capabilities

Attributes

Source
TestDB.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val all: Set[Capability]

Attributes

Source
TestDB.scala
val jdbcMeta: Capability

Supports JDBC metadata in general

Supports JDBC metadata in general

Attributes

Source
TestDB.scala

Supports JDBC metadata getClientInfoProperties method

Supports JDBC metadata getClientInfoProperties method

Attributes

Source
TestDB.scala
val jdbcMetaGetFunctions: Capability

Supports JDBC metadata getFunctions method

Supports JDBC metadata getFunctions method

Attributes

Source
TestDB.scala
val jdbcMetaGetIndexInfo: Capability

Supports JDBC metadata getIndexInfo method

Supports JDBC metadata getIndexInfo method

Attributes

Source
TestDB.scala
val plainSql: Capability

Marks a driver which is specially supported by the test kit for plain SQL queries.

Marks a driver which is specially supported by the test kit for plain SQL queries.

Attributes

Source
TestDB.scala
val selectForUpdateRowLocking: Capability

Supports select for update row locking

Supports select for update row locking

Attributes

Source
TestDB.scala
val transactionIsolation: Capability

Supports all tested transaction isolation levels

Supports all tested transaction isolation levels

Attributes

Source
TestDB.scala