Gjsify LogoGjsify Logo

Hierarchy

  • SqlParamSpec

Index

Constructors

  • value must contain a string representing a variable, see the documentation associated to the #GdaSqlParser object.

    value is destroyed by this function.

    Parameters

    • simple_spec: any

      a G_TYPE_STRING #GValue

    Returns SqlParamSpec

Properties

_gda_reserved1: object
_gda_reserved2: object
descr: string
g_type: GType<unknown>
is_param: boolean
name: string
nullok: boolean
validity_meta_dict: object
name: string

Methods

  • free(): void
  • serialize(): string
  • take_descr(value: any): void
  • Sets pspec's description. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

    Parameters

    • value: any

      a G_TYPE_STRING #GValue

    Returns void

  • take_name(value: any): void
  • Sets pspec's name. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

    Parameters

    • value: any

      a G_TYPE_STRING #GValue

    Returns void

  • take_nullok(value: any): void
  • Sets pspec's ability of being NULL. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

    If value's string starts by 't' or 'T' then pspec will be allowed to be %NULL

    Parameters

    • value: any

      a G_TYPE_STRING #GValue.

    Returns void

  • take_type(value: any): void
  • Sets pspec's data type. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

    value must represent a data type, as understood by gda_g_type_from_string().

    Parameters

    • value: any

      a G_TYPE_STRING #GValue

    Returns void

  • value must contain a string representing a variable, see the documentation associated to the #GdaSqlParser object.

    value is destroyed by this function.

    Parameters

    • simple_spec: any

      a G_TYPE_STRING #GValue

    Returns SqlParamSpec

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