Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InanoSQLJoinArgs

Hierarchy

  • InanoSQLJoinArgs

Index

Properties

Properties

Optional on

on: any[]

type

type: "left" | "inner" | "right" | "cross" | "outer"

with

with: object

Type declaration

  • Optional as?: undefined | string
  • table: string | any[] | function

Generated using TypeDoc