Packages

c

wvlet.airframe.sql.catalog

InMemoryCatalog

class InMemoryCatalog extends Catalog

Linear Supertypes
Catalog, LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryCatalog
  2. Catalog
  3. LogSupport
  4. LazyLogger
  5. LoggingMethods
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InMemoryCatalog(catalogName: String, namespace: Option[String], functions: Seq[SQLFunction])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val catalogName: String
    Definition Classes
    InMemoryCatalogCatalog
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def createDatabase(newDatabase: Database, createMode: CreateMode): Unit
    Definition Classes
    InMemoryCatalogCatalog
  8. def createTable(table: Table, createMode: CreateMode): Unit
    Definition Classes
    InMemoryCatalogCatalog
  9. def databaseExists(database: String): Boolean
    Definition Classes
    InMemoryCatalogCatalog
  10. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  11. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. def findFromQName(contextDatabase: String, qname: QName): Option[Table]
    Definition Classes
    Catalog
  17. def findTable(database: String, table: String): Option[Table]
    Definition Classes
    InMemoryCatalogCatalog
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getDatabase(database: String): Database
    Definition Classes
    InMemoryCatalogCatalog
  20. def getTable(database: String, table: String): Table
    Definition Classes
    InMemoryCatalogCatalog
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  23. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def listDatabases: Seq[String]
    Definition Classes
    InMemoryCatalogCatalog
  26. def listFunctions: Seq[SQLFunction]
    Definition Classes
    InMemoryCatalogCatalog
  27. def listTables(database: String): Seq[String]
    Definition Classes
    InMemoryCatalogCatalog
  28. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  29. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  30. val namespace: Option[String]
    Definition Classes
    InMemoryCatalogCatalog
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def tableExists(database: String, table: String): Boolean
    Definition Classes
    InMemoryCatalogCatalog
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  38. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  43. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Deprecated Value Members

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

Inherited from Catalog

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped