SQLiteJdbcTypes
slick.jdbc.SQLiteProfile.SQLiteJdbcTypes
class SQLiteJdbcTypes extends JdbcTypes
Attributes
- Source
- SQLiteProfile.scala
- Graph
-
- Supertypes
Members list
Type members
Classlikes
class SQLiteBooleanJdbcType extends BooleanJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class BooleanJdbcTypeclass DriverJdbcType[Boolean]trait JdbcType[Boolean]trait BaseTypedType[Boolean]trait AtomicTypetrait TypedType[Boolean]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteDateJdbcType extends DateJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class DateJdbcTypeclass DriverJdbcType[Date]trait JdbcType[Date]trait BaseTypedType[Date]trait AtomicTypetrait TypedType[Date]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteInstantJdbcType extends InstantJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class InstantJdbcTypeclass DriverJdbcType[Instant]trait JdbcType[Instant]trait BaseTypedType[Instant]trait AtomicTypetrait TypedType[Instant]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteLocalDateJdbcType extends LocalDateJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class LocalDateJdbcTypeclass DriverJdbcType[LocalDate]trait JdbcType[LocalDate]trait BaseTypedType[LocalDate]trait AtomicTypetrait TypedType[LocalDate]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteLocalDateTimeJdbcType extends LocalDateTimeJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class LocalDateTimeJdbcTypeclass DriverJdbcType[LocalDateTime]trait JdbcType[LocalDateTime]trait BaseTypedType[LocalDateTime]trait AtomicTypetrait TypedType[LocalDateTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteTimeJdbcType extends TimeJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class TimeJdbcTypeclass DriverJdbcType[Time]trait JdbcType[Time]trait BaseTypedType[Time]trait AtomicTypetrait TypedType[Time]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteTimestampJdbcType extends TimestampJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class TimestampJdbcTypeclass DriverJdbcType[Timestamp]trait JdbcType[Timestamp]trait BaseTypedType[Timestamp]trait AtomicTypetrait TypedType[Timestamp]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class SQLiteUUIDJdbcType extends UUIDJdbcType
Attributes
- Source
- SQLiteProfile.scala
- Supertypes
-
class UUIDJdbcTypeclass DriverJdbcType[UUID]trait JdbcType[UUID]trait BaseTypedType[UUID]trait AtomicTypetrait TypedType[UUID]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
Inherited classlikes
class BigDecimalJdbcType extends DriverJdbcType[BigDecimal], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[BigDecimal]trait JdbcType[BigDecimal]trait BaseTypedType[BigDecimal]trait AtomicTypetrait TypedType[BigDecimal]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class BlobJdbcType extends DriverJdbcType[Blob]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Blob]trait JdbcType[Blob]trait BaseTypedType[Blob]trait AtomicTypetrait TypedType[Blob]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class OracleBlobJdbcType
class BooleanJdbcType extends DriverJdbcType[Boolean]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Boolean]trait JdbcType[Boolean]trait BaseTypedType[Boolean]trait AtomicTypetrait TypedType[Boolean]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DB2BooleanJdbcTypeclass DerbyBooleanJdbcTypeclass OracleBooleanJdbcTypeclass SQLServerBooleanJdbcTypeclass SQLiteBooleanJdbcType
class ByteArrayJdbcType extends DriverJdbcType[Array[Byte]]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
- Known subtypes
class ByteJdbcType extends DriverJdbcType[Byte], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Byte]trait JdbcType[Byte]trait BaseTypedType[Byte]trait AtomicTypetrait TypedType[Byte]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SQLServerByteJdbcType
class CharJdbcType extends DriverJdbcType[Char]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Char]trait JdbcType[Char]trait BaseTypedType[Char]trait AtomicTypetrait TypedType[Char]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class ClobJdbcType extends DriverJdbcType[Clob]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Clob]trait JdbcType[Clob]trait BaseTypedType[Clob]trait AtomicTypetrait TypedType[Clob]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class DateJdbcType extends DriverJdbcType[Date]
Use ZonedDateTimeJdbcType or OffsetDateTimeJdbcType or LocalTimeJdbcType or java.time.OffsetTime or java.time.LocalDateTime or java.time.LocalDate or java.time.Instant instead.
Use ZonedDateTimeJdbcType or OffsetDateTimeJdbcType or LocalTimeJdbcType or java.time.OffsetTime or java.time.LocalDateTime or java.time.LocalDate or java.time.Instant instead.
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Date]trait JdbcType[Date]trait BaseTypedType[Date]trait AtomicTypetrait TypedType[Date]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SQLServerDateJdbcTypeclass SQLiteDateJdbcType
class DoubleJdbcType extends DriverJdbcType[Double], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Double]trait JdbcType[Double]trait BaseTypedType[Double]trait AtomicTypetrait TypedType[Double]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class FloatJdbcType extends DriverJdbcType[Float], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Float]trait JdbcType[Float]trait BaseTypedType[Float]trait AtomicTypetrait TypedType[Float]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class InstantJdbcType extends DriverJdbcType[Instant]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Instant]trait JdbcType[Instant]trait BaseTypedType[Instant]trait AtomicTypetrait TypedType[Instant]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DB2InstantJdbcTypeclass DerbyInstantJdbcTypeclass HsqldbInstantJdbcTypeclass OracleInstantJdbcTypeclass PostgresInstantJdbcTypeclass SQLServerInstantJdbcTypeclass SQLiteInstantJdbcTypeShow all
class IntJdbcType extends DriverJdbcType[Int], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Int]trait JdbcType[Int]trait BaseTypedType[Int]trait AtomicTypetrait TypedType[Int]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class LocalDateJdbcType extends DriverJdbcType[LocalDate]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[LocalDate]trait JdbcType[LocalDate]trait BaseTypedType[LocalDate]trait AtomicTypetrait TypedType[LocalDate]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class LocalDateTimeJdbcType extends DriverJdbcType[LocalDateTime]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[LocalDateTime]trait JdbcType[LocalDateTime]trait BaseTypedType[LocalDateTime]trait AtomicTypetrait TypedType[LocalDateTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class LocalTimeJdbcType extends DriverJdbcType[LocalTime]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[LocalTime]trait JdbcType[LocalTime]trait BaseTypedType[LocalTime]trait AtomicTypetrait TypedType[LocalTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class LongJdbcType extends DriverJdbcType[Long], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Long]trait JdbcType[Long]trait BaseTypedType[Long]trait AtomicTypetrait TypedType[Long]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class NullJdbcType extends DriverJdbcType[Null]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Null]trait JdbcType[Null]trait BaseTypedType[Null]trait AtomicTypetrait TypedType[Null]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class OffsetDateTimeJdbcType extends DriverJdbcType[OffsetDateTime]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[OffsetDateTime]trait JdbcType[OffsetDateTime]trait BaseTypedType[OffsetDateTime]trait AtomicTypetrait TypedType[OffsetDateTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class OffsetTimeJdbcType extends DriverJdbcType[OffsetTime]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[OffsetTime]trait JdbcType[OffsetTime]trait BaseTypedType[OffsetTime]trait AtomicTypetrait TypedType[OffsetTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class ShortJdbcType extends DriverJdbcType[Short], NumericTypedType
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
trait NumericTypedTypeclass DriverJdbcType[Short]trait JdbcType[Short]trait BaseTypedType[Short]trait AtomicTypetrait TypedType[Short]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
class StringJdbcType extends DriverJdbcType[String]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[String]trait JdbcType[String]trait BaseTypedType[String]trait AtomicTypetrait TypedType[String]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class OracleStringJdbcType
class TimeJdbcType extends DriverJdbcType[Time]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Time]trait JdbcType[Time]trait BaseTypedType[Time]trait AtomicTypetrait TypedType[Time]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class TimestampJdbcType extends DriverJdbcType[Timestamp]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[Timestamp]trait JdbcType[Timestamp]trait BaseTypedType[Timestamp]trait AtomicTypetrait TypedType[Timestamp]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SQLiteTimestampJdbcType
class UUIDJdbcType extends DriverJdbcType[UUID]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[UUID]trait JdbcType[UUID]trait BaseTypedType[UUID]trait AtomicTypetrait TypedType[UUID]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class DB2UUIDJdbcTypeclass DerbyUUIDJdbcTypeclass OracleUUIDJdbcTypeclass PostgresUUIDJdbcTypeclass SQLServerUUIDJdbcTypeclass SQLiteUUIDJdbcTypeShow all
class ZonedDateTimeJdbcType extends DriverJdbcType[ZonedDateTime]
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
- Supertypes
-
class DriverJdbcType[ZonedDateTime]trait JdbcType[ZonedDateTime]trait BaseTypedType[ZonedDateTime]trait AtomicTypetrait TypedType[ZonedDateTime]trait Typetrait Dumpableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete fields
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Attributes
- Source
- SQLiteProfile.scala
Inherited fields
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- JdbcTypes
- Source
- JdbcTypesComponent.scala
In this article