Gjsify LogoGjsify Logo

Interface DataModelImport_ConstructProps

Hierarchy

Index

Properties

data_string?: string

Data to import, as a string.

filename?: string

Name of the file to import.

options?: Gda.Set

Data model options.

random_access?: boolean

Defines if the data model will be accessed randomly or through a cursor. If set to %FALSE, access will have to be done using a cursor.

strict?: boolean

Defines the behaviour in case the imported data contains recoverable errors (usually too many or too few data per row). If set to %TRUE, an error will be reported and the import will stop, and if set to %FALSE, then the error will be reported but the import will not stop.

xml_node?: object

Data to import, as a pointer to an XML node (a #xmlNodePtr).

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