Packages

class JDBCTableCatalog extends TableCatalog with SupportsNamespaces with Logging

Linear Supertypes
Logging, SupportsNamespaces, TableCatalog, CatalogPlugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JDBCTableCatalog
  2. Logging
  3. SupportsNamespaces
  4. TableCatalog
  5. CatalogPlugin
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JDBCTableCatalog()

Abstract Value Members

  1. abstract def alterNamespace(arg0: Array[String], arg1: <repeated...>[NamespaceChange]): Unit
    Definition Classes
    SupportsNamespaces
    Annotations
    @throws( ... ) @transient()
  2. abstract def alterTable(arg0: Identifier, arg1: <repeated...>[TableChange]): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... ) @transient()

Concrete 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. def alterNamespace(namespace: Array[String], changes: NamespaceChange*): Unit
  5. def alterTable(ident: Identifier, changes: TableChange*): Table
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  9. def createTable(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  10. def defaultNamespace(): Array[String]
    Definition Classes
    CatalogPlugin
  11. def dropNamespace(namespace: Array[String], cascade: Boolean): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  12. def dropTable(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def initialize(name: String, options: CaseInsensitiveStringMap): Unit
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  18. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  19. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def invalidateTable(arg0: Identifier): Unit
    Definition Classes
    TableCatalog
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  23. def listNamespaces(namespace: Array[String]): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  24. def listNamespaces(): Array[Array[String]]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  25. def listTables(namespace: Array[String]): Array[Identifier]
    Definition Classes
    JDBCTableCatalog → TableCatalog
  26. def loadNamespaceMetadata(namespace: Array[String]): Map[String, String]
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  27. def loadTable(ident: Identifier): Table
    Definition Classes
    JDBCTableCatalog → TableCatalog
  28. def loadTable(arg0: Identifier, arg1: Long): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  29. def loadTable(arg0: Identifier, arg1: String): Table
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  30. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def name(): String
    Definition Classes
    JDBCTableCatalog → CatalogPlugin
  43. def namespaceExists(namespace: Array[String]): Boolean
    Definition Classes
    JDBCTableCatalog → SupportsNamespaces
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def purgeTable(arg0: Identifier): Boolean
    Definition Classes
    TableCatalog
    Annotations
    @throws( ... )
  48. def renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
    Definition Classes
    JDBCTableCatalog → TableCatalog
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def tableExists(ident: Identifier): Boolean
    Definition Classes
    JDBCTableCatalog → TableCatalog
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Logging

Inherited from SupportsNamespaces

Inherited from TableCatalog

Inherited from CatalogPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped