trait PgJson4sSupport extends PgJsonExtensions with PgCommonJdbcTypes
- Self Type
- PgJson4sSupport with PostgresProfile
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgJson4sSupport
- PgCommonJdbcTypes
- PgJsonExtensions
- JdbcTypesComponent
- RelationalTypesComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
type
BaseColumnType[T] <: (PgJson4sSupport.this)#ColumnType[T] with BaseTypedType[T]
- Definition Classes
- RelationalTypesComponent
-
abstract
type
ColumnType[T] <: TypedType[T]
- Definition Classes
- RelationalTypesComponent
- abstract type DOCType
-
abstract
class
DriverJdbcType[T] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
-
class
GenericJdbcType[T] extends (PgCommonJdbcTypes.this)#DriverJdbcType[T]
- Definition Classes
- PgCommonJdbcTypes
-
trait
ImplicitColumnTypes extends slick.jdbc.JdbcProfile.ImplicitColumnTypes
- Definition Classes
- JdbcTypesComponent
-
class
JdbcTypes extends AnyRef
- Definition Classes
- JdbcTypesComponent
- trait Json4sCodeGenSupport extends AnyRef
- trait Json4sJsonImplicits extends (PgJson4sSupport.this)#Json4sCodeGenSupport
- trait Json4sJsonPlainImplicits extends (PgJson4sSupport.this)#Json4sCodeGenSupport
-
class
JsonColumnExtensionMethods[JSONType, P1] extends ExtensionMethods[JSONType, P1]
- Definition Classes
- PgJsonExtensions
- trait JsonImplicits extends (PgJson4sSupport.this)#Json4sJsonImplicits
-
class
JsonLibrary extends AnyRef
- Definition Classes
- PgJsonExtensions
-
trait
MappedColumnTypeFactory extends AnyRef
- Definition Classes
- RelationalTypesComponent
-
abstract
class
MappedJdbcType[T, U] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
Abstract Value Members
-
abstract
val
MappedColumnType: (PgJson4sSupport.this)#MappedColumnTypeFactory
- Definition Classes
- RelationalTypesComponent
- abstract val jsonMethods: JsonMethods[(PgJson4sSupport.this)#DOCType]
- abstract def pgjson: String
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String
- Definition Classes
- JdbcTypesComponent
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )