Gjsify LogoGjsify Logo

Base structure of which all structures (except #GdaSqlStatement) "inherit". It identifies, for each structure, its type and its parent in the structure hierarchy.

record

Hierarchy

  • SqlAnyPart

Index

Constructors

Properties

parent: Gda.SqlAnyPart

pointer to the parent #GdaSqlAnyPart structure

field

type of structure, as a #GdaSqlAnyPartType enum.

field
name: string

Methods

  • check_structure(): boolean
  • Checks for any error in node's structure to make sure it is valid. This is the same as gda_sql_statement_check_structure() but for individual #GdaSqlAnyPart parts. This function is mainly for database provider's implementations

    Returns boolean

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