Gjsify LogoGjsify Logo

Hierarchy

  • ServerOperationCreateTableArg

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_column_name(): string
  • get_column_type(): GType<unknown>
  • get_fkey_ondelete(): string
  • get_fkey_onupdate(): string
  • get_fkey_table(): string
  • set_column_name(name: string): void
  • Sets column name to be created with the new table.

    Parameters

    • name: string

      the table's column's name.

    Returns void

  • set_column_type(ctype: GType<unknown>): void
  • set_fkey_ondelete(action: string): void
  • You should set this if you use a #GDA_SERVER_OPERATION_CREATE_TABLE_FKEY_FLAG flag.

    Parameters

    • action: string

      action to perform on delete action of the referenced field.

    Returns void

  • set_fkey_ondupdate(action: string): void
  • set_fkey_table(name: string): void
  • You should set this if you use a #GDA_SERVER_OPERATION_CREATE_TABLE_FKEY_FLAG flag.

    Parameters

    • name: string

      the table's name of reference.

    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