trait PgSearchSupport extends PgSearchExtensions with PgCommonJdbcTypes
- Self Type
- PgSearchSupport with PostgresProfile
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgSearchSupport
- PgCommonJdbcTypes
- PgSearchExtensions
- JdbcTypesComponent
- RelationalTypesComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type BaseColumnType[T] <: (PgSearchSupport.this)#ColumnType[T] with BaseTypedType[T]
- Definition Classes
- RelationalTypesComponent
- trait BaseSearchAssistants[TV, TQ] extends AnyRef
- Definition Classes
- PgSearchExtensions
- abstract type ColumnType[T] <: TypedType[T]
- Definition Classes
- RelationalTypesComponent
- abstract class DriverJdbcType[T] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
- class GenericJdbcType[T] extends (PgCommonJdbcTypes.this)#DriverJdbcType[T]
- Definition Classes
- PgCommonJdbcTypes
- trait JdbcImplicitColumnTypes extends slick.jdbc.JdbcProfile.RelationalImplicitColumnTypes
- Definition Classes
- JdbcTypesComponent
- class JdbcTypes extends AnyRef
- Definition Classes
- JdbcTypesComponent
- trait MappedColumnTypeFactory extends AnyRef
- Definition Classes
- RelationalTypesComponent
- abstract class MappedJdbcType[T, U] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
- trait RelationalImplicitColumnTypes extends AnyRef
- Definition Classes
- RelationalTypesComponent
- trait SearchAssistants extends (PgSearchSupport.this)#BaseSearchAssistants[TsVector, TsQuery]
- trait SearchCodeGenSupport extends AnyRef
- trait SearchImplicits extends (PgSearchSupport.this)#SimpleSearchImplicits
- trait SimpleSearchImplicits extends (PgSearchSupport.this)#SearchCodeGenSupport
- trait SimpleSearchPlainImplicits extends (PgSearchSupport.this)#SearchCodeGenSupport
- class TsQueryColumnExtensionMethods[TV, TQ, P1] extends ExtensionMethods[TQ, P1]
- Definition Classes
- PgSearchExtensions
- class TsVectorColumnExtensionMethods[TV, TQ, P1] extends ExtensionMethods[TV, P1]
- Definition Classes
- PgSearchExtensions
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val MappedColumnType: (PgSearchSupport.this)#MappedColumnTypeFactory
- Definition Classes
- RelationalTypesComponent
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String
- Definition Classes
- JdbcTypesComponent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jdbcTypeFor(t: Type): JdbcType[Any]
- Definition Classes
- JdbcTypesComponent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)