Gjsify LogoGjsify Logo

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

record

Hierarchy

  • SqlFunction

Index

Constructors

Properties

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
  • Creates a new string representing a function. You need to free the returned string using g_free();

    Returns string

  • Sets the function's arguments to point to args, then sets the list's data elements' parent to function.

    Parameters

    Returns void

  • take_name(value: any): void
  • Sets the function's name using the string held by value. When call, value is freed using #gda_value_free().

    Parameters

    • value: any

      a #GValue holding a string to take from

    Returns 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