scala.slick

profile

package profile

Abstract base classes for driver/profile architecture

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. profile
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BasicDriver extends BasicProfile

  2. trait BasicExecutorComponent extends AnyRef

  3. trait BasicInvokerComponent extends AnyRef

  4. trait BasicProfile extends BasicInvokerComponent with BasicExecutorComponent

    The basic functionality that has to be implemented by all drivers.

  5. class Capability extends AnyRef

    Describes a feature that can be supported by a driver.

  6. trait RelationalDriver extends BasicDriver with RelationalProfile

  7. trait RelationalMappingCompilerComponent extends AnyRef

    This optional driver component provides a way to compose client-side accessors for parameters and result sets.

  8. trait RelationalProfile extends BasicProfile with RelationalTableComponent with RelationalSequenceComponent with RelationalTypesComponent

    A profile for relational databases that does not assume the existence of SQL (or any other text-based language for executing statements).

  9. trait RelationalSequenceComponent extends AnyRef

  10. trait RelationalTableComponent extends AnyRef

  11. trait RelationalTypesComponent extends AnyRef

  12. trait SqlDriver extends RelationalDriver with SqlProfile with SqlUtilsComponent

  13. trait SqlExecutorComponent extends BasicExecutorComponent

  14. trait SqlProfile extends RelationalProfile with SqlExecutorComponent with SqlTableComponent

    Basic profile for SQL-based drivers.

  15. trait SqlTableComponent extends RelationalTableComponent

  16. trait SqlUtilsComponent extends AnyRef

Value Members

  1. object Capability

  2. object RelationalProfile

  3. object SqlProfile

Inherited from AnyRef

Inherited from Any

Ungrouped