Gjsify LogoGjsify Logo

This structure represents a function or an aggregate with zero or more arguments.

record

Hierarchy

  • SqlFunction

Index

Constructors

Properties

any: any

inheritance structure

field
args_list: object[]

list of #GdaSqlExpr expressions, one for each argument

field
function_name: string

name of the function , in the form [[catalog.]schema.]function_name

field
name: string

Methods

  • check_clean(): void
  • free(): void
  • serialize(): string
  • take_args_list(args: object[]): void
  • take_name(value: any): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method