Gjsify LogoGjsify Logo

This structure represents an operation between one or more operands.

record

Hierarchy

  • SqlOperation

Index

Constructors

Properties

inheritance structure

field
operands: Gda.SqlExpr[]

: list of #GdaSqlExpr operands

field
operator_type: Gda.SqlOperatorType

operator type to be used. See #GdaSqlOperatorType

field
name: string

Methods

  • free(): void
  • serialize(): string
  • Creates a new string representing an operator. You need to free the returned string using g_free();

    Returns string

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