widebase.db.Database

tables

object tables extends FileRecordEditor

Linear Supertypes
FileRecordEditor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. tables
  2. FileRecordEditor
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def append(name: String, label: Any, value: Any)(implicit parted: String, segmented: File): Unit

    Definition Classes
    FileRecordEditor
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def attach[A](name: String, label: Any, column: TypedColumn[A])(implicit parted: String = null, segmented: File = null): Unit

    Attach column into directory table.

    Attach column into directory table.

    name

    of table

    label

    of column

    column

    to attach

    parted

    partition name

    segmented

    path of segment

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def detach(name: String, label: Any)(implicit parted: String = null, segmented: File = null): Unit

    Detach column from directory table.

    Detach column from directory table.

    name

    of table

    label

    of column

    parted

    partition name

    segmented

    path of segment

  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. object find extends FileTableFind

    Routines that handle find within database.

  15. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. object load extends FileTableLoad

    Routines that handle load from database.

  19. object map extends FileTableMap

    Routines that handle map from database.

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. object save extends FileTableSave

    Routines that handle save into database.

  24. def set(name: String, label: Any, field: Int, value: Any)(implicit parted: String, segmented: File): Unit

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def upsert(name: String, records: scala.collection.mutable.ArrayBuffer[_]*)(implicit parted: String, segmented: File): Unit

    Definition Classes
    FileRecordEditor
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FileRecordEditor

Inherited from AnyRef

Inherited from Any