class JDBCTableCatalog extends TableCatalog with SupportsNamespaces with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JDBCTableCatalog
- Logging
- SupportsNamespaces
- TableCatalog
- CatalogPlugin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JDBCTableCatalog()
Abstract Value Members
-
abstract
def
alterNamespace(arg0: Array[String], arg1: <repeated...>[NamespaceChange]): Unit
- Definition Classes
- SupportsNamespaces
- Annotations
- @throws( ... ) @transient()
-
abstract
def
alterTable(arg0: Identifier, arg1: <repeated...>[TableChange]): Table
- Definition Classes
- TableCatalog
- Annotations
- @throws( ... ) @transient()
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alterNamespace(namespace: Array[String], changes: NamespaceChange*): Unit
- def alterTable(ident: Identifier, changes: TableChange*): Table
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createNamespace(namespace: Array[String], metadata: Map[String, String]): Unit
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
def
createTable(ident: Identifier, schema: StructType, partitions: Array[Transform], properties: Map[String, String]): Table
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
def
defaultNamespace(): Array[String]
- Definition Classes
- CatalogPlugin
-
def
dropNamespace(namespace: Array[String]): Boolean
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
def
dropTable(ident: Identifier): Boolean
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(name: String, options: CaseInsensitiveStringMap): Unit
- Definition Classes
- JDBCTableCatalog → CatalogPlugin
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
invalidateTable(arg0: Identifier): Unit
- Definition Classes
- TableCatalog
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
listNamespaces(namespace: Array[String]): Array[Array[String]]
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
def
listNamespaces(): Array[Array[String]]
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
def
listTables(namespace: Array[String]): Array[Identifier]
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
def
loadNamespaceMetadata(namespace: Array[String]): Map[String, String]
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
def
loadTable(ident: Identifier): Table
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
name(): String
- Definition Classes
- JDBCTableCatalog → CatalogPlugin
-
def
namespaceExists(namespace: Array[String]): Boolean
- Definition Classes
- JDBCTableCatalog → SupportsNamespaces
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
purgeTable(arg0: Identifier): Boolean
- Definition Classes
- TableCatalog
- Annotations
- @throws( ... )
-
def
renameTable(oldIdent: Identifier, newIdent: Identifier): Unit
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tableExists(ident: Identifier): Boolean
- Definition Classes
- JDBCTableCatalog → TableCatalog
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()