Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class SQLResultSetRowList
import { SQLResultSetRowList } from "https://deno.land/x/websql@1.3.2/src/SQLResultSetRowList.ts";

Constructors

new
SQLResultSetRowList(data?: T[])

Type Parameters

optional
T = any

Properties

readonly
length: number

Methods

item(index: number): T