com.github.tminglei.slickpg.PgPostGISSupport

GeometryJdbcType

class GeometryJdbcType[T <: Geometry] extends (PgPostGISSupport.this)#JdbcType[T] with BaseTypedType[T]

Linear Supertypes
BaseTypedType[T], AtomicType, (PgPostGISSupport.this)#JdbcType[T], TypedType[T], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeometryJdbcType
  2. BaseTypedType
  3. AtomicType
  4. JdbcType
  5. TypedType
  6. Type
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeometryJdbcType()(implicit tag: ClassTag[T])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def children: Seq[Type]

    Definition Classes
    AtomicType → Type
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hasLiteralForm: Boolean

    Definition Classes
    GeometryJdbcType → JdbcType
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def mapChildren(f: (Type) ⇒ Type): GeometryJdbcType.this.type

    Definition Classes
    AtomicType → Type
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def nextOption(r: PositionedResult): Option[T]

    Definition Classes
    JdbcType
  19. def nextValue(r: PositionedResult): T

    Definition Classes
    GeometryJdbcType → JdbcType
  20. def nextValueOrElse(d: ⇒ T, r: PositionedResult): T

    Definition Classes
    JdbcType
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def nullable: Boolean

    Definition Classes
    JdbcType
  24. def optionType: OptionTypedType[T] with (PgPostGISSupport.this)#JdbcType[Option[T]]

    Definition Classes
    JdbcType → TypedType
  25. def scalaType: ScalaType[T]

    Definition Classes
    GeometryJdbcType → TypedType
  26. def select(sym: Symbol): Type

    Definition Classes
    Type
  27. def setOption(v: Option[T], p: PositionedParameters): Unit

    Definition Classes
    GeometryJdbcType → JdbcType
  28. def setValue(v: T, p: PositionedParameters): Unit

    Definition Classes
    GeometryJdbcType → JdbcType
  29. def sqlType: Int

    Definition Classes
    GeometryJdbcType → JdbcType
  30. def sqlTypeName: String

    Definition Classes
    GeometryJdbcType → JdbcType
  31. def structural: Type

    Definition Classes
    Type
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  34. def updateOption(v: Option[T], r: PositionedResult): Unit

    Definition Classes
    JdbcType
  35. def updateValue(v: T, r: PositionedResult): Unit

    Definition Classes
    GeometryJdbcType → JdbcType
  36. def valueToSQLLiteral(v: T): String

    Definition Classes
    GeometryJdbcType → JdbcType
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zero: T

Inherited from BaseTypedType[T]

Inherited from AtomicType

Inherited from (PgPostGISSupport.this)#JdbcType[T]

Inherited from TypedType[T]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped