Object

org.apache.spark.sql.sources

JdbcExtendedUtils

Related Doc: package sources

Permalink

object JdbcExtendedUtils extends Logging

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

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. val ALLOW_EXISTING_PROPERTY: String

    Permalink
  5. val BASETABLE_PROPERTY: String

    Permalink
  6. val DBTABLE_PROPERTY: String

    Permalink
  7. val SCHEMADDL_PROPERTY: String

    Permalink
  8. val TABLETYPE_PROPERTY: String

    Permalink
  9. def addSplitProperty(value: String, propertyName: String, options: Map[String, String]): Map[String, String]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def bulkInsertOrPut(rows: Seq[Row], sparkSession: SparkSession, schema: StructType, resolvedName: String, putInto: Boolean): Int

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createSchema(schemaName: String, conn: Connection, dialect: JdbcDialect): Unit

    Permalink
  14. def dropTable(conn: Connection, tableName: String, dialect: JdbcDialect, context: SQLContext, ifExists: Boolean): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def executeUpdate(sql: String, conn: Connection): Unit

    Permalink
  18. def externalResolvedDataSource(snappySession: SnappySession, schemaString: String, provider: String, mode: SaveMode, options: Map[String, String], data: Option[LogicalPlan] = None): BaseRelation

    Permalink

    Create a DataSource for an external DataSource schema DDL string specification.

  19. def fillColumnsClause(sql: StringBuilder, fields: Seq[String], escapeQuotes: Boolean = false, separator: String = " AND "): Unit

    Permalink

    Returns the SQL for creating the WHERE clause for a set of columns.

  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getInsertOrPutString(table: String, rddSchema: StructType, putInto: Boolean, escapeQuotes: Boolean = false): String

    Permalink

    Returns the SQL for prepare to insert or put rows into a table.

  23. def getTableWithSchema(table: String, conn: Connection): (String, String)

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def initializeLogIfNecessary(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. final def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. final def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def readSplitProperty(propertyName: String, options: Map[String, String]): Option[String]

    Permalink
  46. def resetLogger(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def schemaString(schema: StructType, dialect: JdbcDialect): String

    Permalink

    Compute the schema string for this RDD.

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

    Permalink
    Definition Classes
    AnyRef
  49. def tableExists(table: String, conn: Connection, dialect: JdbcDialect, context: SQLContext): Boolean

    Permalink

    Returns true if the table already exists in the JDBC database.

  50. def tableExistsInMetaData(table: String, conn: Connection, dialect: JdbcDialect): Boolean

    Permalink
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. def truncateTable(conn: Connection, tableName: String, dialect: JdbcDialect): Unit

    Permalink
  53. final def wait(): Unit

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

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

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

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped