Packages

class JdbcConverter extends AbstractConverter[ResultSet, JdbcConfig, BasicField, BasicOptions]

Linear Supertypes
AbstractConverter[ResultSet, JdbcConfig, BasicField, BasicOptions], ParsingConverter[ResultSet], SimpleFeatureConverter, LazyLogging, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcConverter
  2. AbstractConverter
  3. ParsingConverter
  4. SimpleFeatureConverter
  5. LazyLogging
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcConverter(sft: SimpleFeatureType, config: JdbcConfig, fields: Seq[BasicField], options: BasicOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def close(): Unit
    Definition Classes
    JdbcConverter → AbstractConverter → Closeable → AutoCloseable
  7. val config: JdbcConfig
    Definition Classes
    AbstractConverter
  8. def convert(values: CloseableIterator[ResultSet], ec: EvaluationContext): CloseableIterator[SimpleFeature]
    Definition Classes
    AbstractConverter → ParsingConverter
  9. def createEvaluationContext(globalParams: Map[String, Any], success: Counter, failure: Counter): EvaluationContext
    Definition Classes
    AbstractConverter → SimpleFeatureConverter
  10. def createEvaluationContext(globalParams: Map[String, Any]): EvaluationContext
    Definition Classes
    AbstractConverter → SimpleFeatureConverter
  11. final def createEvaluationContext(globalParams: Map[String, Any]): EvaluationContext
    Definition Classes
    SimpleFeatureConverter
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val fields: Seq[BasicField]
    Definition Classes
    AbstractConverter
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val options: BasicOptions
    Definition Classes
    AbstractConverter
  24. def parse(is: InputStream, ec: EvaluationContext): CloseableIterator[ResultSet]
    Attributes
    protected
    Definition Classes
    JdbcConverter → AbstractConverter
  25. def process(is: InputStream, ec: EvaluationContext): CloseableIterator[SimpleFeature]
    Definition Classes
    AbstractConverter → SimpleFeatureConverter
  26. val sft: SimpleFeatureType
    Definition Classes
    AbstractConverter
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def targetSft: SimpleFeatureType
    Definition Classes
    AbstractConverter → SimpleFeatureConverter
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def values(parsed: CloseableIterator[ResultSet], ec: EvaluationContext): CloseableIterator[Array[Any]]
    Attributes
    protected
    Definition Classes
    JdbcConverter → AbstractConverter
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AbstractConverter[ResultSet, JdbcConfig, BasicField, BasicOptions]

Inherited from ParsingConverter[ResultSet]

Inherited from SimpleFeatureConverter

Inherited from LazyLogging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped