Class

geotrellis.slick.PostGisSupport

GeometryJdbcType

Related Doc: package PostGisSupport

Permalink

class GeometryJdbcType[T <: Geometry] extends scala.slick.driver.JdbcDriver.DriverJdbcType[T]

Linear Supertypes
scala.slick.driver.JdbcDriver.DriverJdbcType[T], JdbcType[T], BaseTypedType[T], AtomicType, TypedType[T], Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeometryJdbcType
  2. DriverJdbcType
  3. JdbcType
  4. BaseTypedType
  5. AtomicType
  6. TypedType
  7. Type
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def children: Seq[Type]

    Permalink
    Definition Classes
    AtomicType → Type
  6. implicit val classTag: ClassTag[T]

    Permalink
    Definition Classes
    DriverJdbcType → Type
  7. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getValue(r: ResultSet, idx: Int): T

    Permalink
    Definition Classes
    GeometryJdbcType → JdbcType
  13. def hasLiteralForm: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def optionType: OptionTypedType[T]

    Permalink
    Definition Classes
    TypedType
  21. def scalaType: ScalaBaseType[T]

    Permalink
    Definition Classes
    GeometryJdbcType → DriverJdbcType → TypedType
  22. def select(sym: Symbol): Type

    Permalink
    Definition Classes
    Type
  23. def setNull(p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType
  24. final def setOption(v: Option[T], p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  25. def setValue(v: T, p: PreparedStatement, idx: Int): Unit

    Permalink
    Definition Classes
    GeometryJdbcType → JdbcType
  26. def sqlType: Int

    Permalink
    Definition Classes
    GeometryJdbcType → JdbcType
  27. def sqlTypeName: String

    Permalink
    Definition Classes
    GeometryJdbcType → DriverJdbcType → JdbcType
  28. def structural: Type

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    JdbcType → AnyRef → Any
  31. def updateNull(r: ResultSet, idx: Int): Unit

    Permalink
    Definition Classes
    JdbcType
  32. def updateValue(v: T, r: ResultSet, idx: Int): Unit

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

    Permalink
    Definition Classes
    GeometryJdbcType → DriverJdbcType → JdbcType
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def wasNull(r: ResultSet, idx: Int): Boolean

    Permalink
    Definition Classes
    DriverJdbcType → JdbcType
  38. def zero: T

    Permalink

Inherited from scala.slick.driver.JdbcDriver.DriverJdbcType[T]

Inherited from JdbcType[T]

Inherited from BaseTypedType[T]

Inherited from AtomicType

Inherited from TypedType[T]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped