RecordSet

@native @JSType
trait RecordSet[T] extends Array[T]

No type constraints on the recordsets, use with care.

class Array[T]
trait Iterable[T]
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def toTable(name: UndefOr[String]): Table

Inherited methods

@JSBracketAccess
def apply(index: Int): T
Inherited from
Array
def concat[B >: T](items: Array[_ <: B]*): Array[B]
Inherited from
Array
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def join(seperator: String): String
Inherited from
Array
@JSName
def jsIterator(): Iterator[T]
Inherited from
Array
@JSName("slice")
def jsSlice(start: Int, end: Int): Array[T]
Inherited from
Array
def length: Int
Inherited from
Array
def length_=(v: Int): Unit
Inherited from
Array
def pop(): T
Inherited from
Array
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def push(items: T*): Int
Inherited from
Array
@JSName("reverse")
def reverseInPlace(): Array[T]
Inherited from
Array
def shift(): T
Inherited from
Array
def sort(compareFn: Function2[T, T, Int]): Array[T]
Inherited from
Array
def splice(index: Int, deleteCount: Int, items: T*): Array[T]
Inherited from
Array
def toLocaleString(): String
Inherited from
Object
def unshift(items: T*): Int
Inherited from
Array
@JSBracketAccess
def update(index: Int, value: T): Unit
Inherited from
Array
def valueOf(): Any
Inherited from
Object

Concrete fields

val columns: Dictionary[ColumnMetadata]