data

DefaultExchanger

abstract class DefaultExchanger extends Exchanger

Linear Supertypes
Exchanger, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultExchanger
  2. Exchanger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultExchanger()

Abstract Value Members

  1. abstract def getInsertSql(): String

    Attributes
    protected[data]
  2. abstract def getSelectSql(): String

    Attributes
    protected[data]
  3. abstract def getTable(): String

    Definition Classes
    Exchanger
  4. abstract def setNode(generator: JsonGenerator, rs: ResultSet): Unit

    Attributes
    protected[data]
  5. abstract def setPreparedStatement(ps: PreparedStatement, node: JsonNode): Unit

    Attributes
    protected[data]

Concrete 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 clobString(clob: Clob): String

    Attributes
    protected[data]
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def date(time: Long): Date

    Attributes
    protected[data]
  10. def date(date: Date): Long

    Attributes
    protected[data]
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def exportData(dbName: String, catalogName: String, generator: JsonGenerator, jdbcTemplate: JdbcTemplate): Unit

    Definition Classes
    DefaultExchangerExchanger
  14. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  16. def hasSequence(): Boolean

    Attributes
    protected[data]
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def importData(dbName: String, parser: JsonParser, jdbcTemplate: JdbcTemplate): Unit

    Definition Classes
    DefaultExchangerExchanger
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def putBoolean(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  24. def putClob(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  25. def putDate(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  26. def putInt(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  27. def putLong(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  28. def putString(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  29. def putTimestamp(generator: JsonGenerator, fieldName: String, rs: ResultSet, index: Short): Unit

    Attributes
    protected[data]
  30. def sequenceName(): String

    Attributes
    protected[data]
  31. def setClob(ps: PreparedStatement, index: Short, node: JsonNode, column: String): Unit

    Attributes
    protected[data]
  32. def setNullableLong(ps: PreparedStatement, index: Short, node: JsonNode, column: String): Unit

    Attributes
    protected[data]
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def timestamp(time: Long): Timestamp

    Attributes
    protected[data]
  35. def timestamp(timestamp: Timestamp): Long

    Attributes
    protected[data]
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def values(size: Int): String

    Attributes
    protected[data]
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Exchanger

Inherited from AnyRef

Inherited from Any

Ungrouped