Gjsify LogoGjsify Logo

This structure represents the name of a table's field.

record

Hierarchy

  • SqlField

Index

Constructors

  • Creates a new #GdaSqlField structure, using parent as its parent part.

    Parameters

    • parent: Gda.SqlAnyPart

      a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate

    Returns Gda.SqlField

Properties

fieldName: string
validityMetaTableColumn: Gda.MetaTableColumn

validity check with a connection

field
name: string

Methods

  • free(): void
  • Frees a #GdaSqlField structure and its members.

    Returns void

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

    Returns string

  • takeName(value: any): void
  • Sets the field'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

  • Creates a new #GdaSqlField structure, using parent as its parent part.

    Parameters

    • parent: Gda.SqlAnyPart

      a #GdaSqlStatementSelect, #GdaSqlStatementInsert, #GdaSqlStatementDelete, #GdaSqlStatementUpdate

    Returns Gda.SqlField

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