tableData

object tableData
class Object
trait Matchable
class Any

Value members

Concrete methods

def insertAllAs[A](table: TableReference)(using evidence$2: AsObject[A]): (F, A) => TableDataInsertAllResponse
def list(table: TableReference, maxResults: Option[Int], selectedFields: Option[List[String]], startIndex: Option[Long]): Stream[F, TableDataList]
def listAs[A](table: TableReference, maxResults: Option[Int], selectedFields: Option[List[String]], startIndex: Option[Long])(using evidence$1: TableRowDecoder[A]): Stream[F, A]
def uri(table: TableReference): Uri