Object

com.singlestore.spark

JdbcHelpers

Related Doc: package spark

Permalink

object JdbcHelpers extends LazyLogging

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

Type Members

  1. implicit class ConnectionHelpers extends AnyRef

    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 val SINGLESTORE_CONNECT_TIMEOUT: String("10000")

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createTable(conn: Connection, table: TableIdentifier, schema: StructType, tableKeys: List[TableKey]): Unit

    Permalink
  8. def dropTable(conn: Connection, table: TableIdentifier): Unit

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def executeQuery(conn: Connection, query: String, variables: Any*): Iterator[Row]

    Permalink
  12. def explainJSONQuery(conf: SinglestoreOptions, query: String, variables: VariableList): String

    Permalink
  13. def explainQuery(conf: SinglestoreOptions, query: String, variables: VariableList): String

    Permalink
  14. def fillStatement(stmt: PreparedStatement, variables: VariableList): Unit

    Permalink
  15. def fillStatementJdbc(stmt: PreparedStatement, variables: List[Any]): Unit

    Permalink
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getDDLJDBCOptions(conf: SinglestoreOptions): JDBCOptions

    Permalink
  19. def getDMLJDBCOptions(conf: SinglestoreOptions): JDBCOptions

    Permalink
  20. def getJDBCOptions(conf: SinglestoreOptions, hostPorts: String*): JDBCOptions

    Permalink
  21. def getSinglestoreVersion(conf: SinglestoreOptions): String

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def isReferenceTable(conf: SinglestoreOptions, table: TableIdentifier): Boolean

    Permalink
  25. def loadSchema(conf: SinglestoreOptions, query: String, variables: VariableList): StructType

    Permalink
  26. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def partitionHostPorts(conf: SinglestoreOptions, database: String): List[SinglestorePartitionInfo]

    Permalink
  31. def prepareTableForWrite(conf: SinglestoreOptions, table: TableIdentifier, mode: SaveMode, schema: StructType): Unit

    Permalink
  32. def schemaToString(schema: StructType, tableKeys: List[TableKey]): String

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def tableExists(conn: Connection, table: TableIdentifier): Boolean

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def truncateTable(conn: Connection, table: TableIdentifier): Unit

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped