Class

org.apache.spark.sql.sources

JdbcExtendedDialect

Related Doc: package sources

Permalink

abstract class JdbcExtendedDialect extends JdbcDialect

Some extensions to JdbcDialect used by Snappy implementation.

Linear Supertypes
JdbcDialect, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcExtendedDialect
  2. JdbcDialect
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcExtendedDialect()

    Permalink

Abstract Value Members

  1. abstract def canHandle(url: String): Boolean

    Permalink
    Definition Classes
    JdbcDialect
  2. abstract def createSchema(schemaName: String, conn: Connection): Unit

    Permalink

    Create a new schema.

  3. abstract def dropTable(tableName: String, conn: Connection, context: SQLContext, ifExists: Boolean): Unit

    Permalink
  4. abstract def getPartitionByClause(col: String): String

    Permalink

Concrete 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. def addExtraDriverProperties(isLoner: Boolean, props: Properties): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beforeFetch(connection: Connection, properties: Map[String, String]): Unit

    Permalink
    Definition Classes
    JdbcDialect
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getCatalystType(sqlType: Int, typeName: String, size: Int, md: MetadataBuilder): Option[DataType]

    Permalink
    Definition Classes
    JdbcDialect
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getJDBCType(dataType: DataType, md: Metadata): Option[JdbcType]

    Permalink

    Retrieve the jdbc / sql type for a given datatype.

    Retrieve the jdbc / sql type for a given datatype.

    dataType

    The datatype (e.g. StringType)

    md

    The metadata

    returns

    The new JdbcType if there is an override for this DataType

  14. def getJDBCType(dt: DataType): Option[JdbcType]

    Permalink
    Definition Classes
    JdbcDialect
  15. def getSchemaQuery(table: String): String

    Permalink
    Definition Classes
    JdbcDialect
    Annotations
    @Since( "2.1.0" )
  16. def getTableExistsQuery(table: String): String

    Permalink
    Definition Classes
    JdbcDialect
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def initializeTable(tableName: String, caseSensitive: Boolean, conn: Connection): Unit

    Permalink
  19. def isCascadingTruncateTable(): Option[Boolean]

    Permalink
    Definition Classes
    JdbcDialect
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def quoteIdentifier(colName: String): String

    Permalink
    Definition Classes
    JdbcDialect
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def tableExists(tableName: String, conn: Connection, context: SQLContext): Boolean

    Permalink

    Query string to check for existence of a table

  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def truncateTable(tableName: String): String

    Permalink

    Get the DDL to truncate a table, or null/empty if truncate is not supported.

  29. final def wait(): Unit

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

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

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

Inherited from JdbcDialect

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped