Packages

class JdbcQueryExecutor extends QueryExecutor

Default implementation of QueryExecutor

Linear Supertypes
QueryExecutor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcQueryExecutor
  2. QueryExecutor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcQueryExecutor(connection: Connection, config: JdbcConfig = JdbcConfig())

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 batchInsert(table: String, it: Iterable[PMap], scheme: PStructType): Unit

    Batch insert of records to the table with schema

    Batch insert of records to the table with schema

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  6. def batchInsert(table: String, it: Iterable[PMap]): Unit

    Batch insert of records to the table

    Batch insert of records to the table

    Definition Classes
    QueryExecutor
  7. def buildInsertQuery(table: String, r: PMap): Query

    Insert record to the table

    Insert record to the table

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val config: JdbcConfig
    Definition Classes
    JdbcQueryExecutorQueryExecutor
  10. val connection: Connection
    Definition Classes
    JdbcQueryExecutorQueryExecutor
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def execute(query: Query): Boolean

    Execute query and return

    Execute query and return

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  14. def executeBatch(query: Query, batchParams: Iterable[Iterable[ParameterBinder]]): Array[Int]

    Execute query in batch

    Execute query in batch

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  15. def executeQuery[A](query: Query)(f: (ResultSet) ⇒ A): A

    Execute query and return result

    Execute query and return result

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  16. def executeUpdate(query: Query): Int

    Execute DML query and return count of affected records

    Execute DML query and return count of affected records

    Definition Classes
    JdbcQueryExecutorQueryExecutor
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getPType(sqlType: Int): PType
    Definition Classes
    QueryExecutor
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def tableSchema(table: String): PStructType
    Definition Classes
    QueryExecutor
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from QueryExecutor

Inherited from AnyRef

Inherited from Any

Ungrouped