object DataTable
Factory for edu.chop.cbmi.dataExpress.dataModels.DataTable
- Alphabetic
- By Inheritance
- DataTable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 apply(fileStore: FileBackend, cng: ColumnNameGenerator): FileTable
-
def
apply(dataStore: SqlBackend, query: String, bindVars: Seq[Option[_]] = Seq.empty[Option[_]]): SqlRelation[Nothing]
Creates a edu.chop.cbmi.dataExpress.dataModels.sql.SqlRelation
- dataStore
An open edu.chop.cbmi.dataExpress.backend.SqlBackend ready to accept queries
- query
A SQL query that returns results
- bindVars
(optional) set of values to bind to placeholder variables
-
def
apply[T](row: Seq[T]*): SimpleDataTable[T]
Creates a edu.chop.cbmi.dataExpress.dataModels.SimpleDataTable using an in-memory data structure with auto-generated column names
Creates a edu.chop.cbmi.dataExpress.dataModels.SimpleDataTable using an in-memory data structure with auto-generated column names
- row
A set of
Seq
-
def
apply[T](column_names: Seq[String], row: Seq[T]*): SimpleDataTable[T]
Creates a edu.chop.cbmi.dataExpress.dataModels.SimpleDataTable using an in-memory data structure
Creates a edu.chop.cbmi.dataExpress.dataModels.SimpleDataTable using an in-memory data structure
- column_names
The names of the columns
- row
A set of
Seq- returns
A simple data table that holds all data in memory
- def apply[T](): SimpleDataTable[Nothing]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
empty: SimpleDataTable[Nothing]
Convenience method for creating empty tables
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )