Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operator can be used to access a database.

Parameter

  • connection: The name of an existing database connection (see Database Feature how to create one)
  • table: Which table should be read
  • attributes: Which attributes should be read
  • waiteach (long, Milliseconds): How long to wait between the reading of two elements from the connection
  • escapeNames (boolean): If given, the names will be escaped with "

Example

can be found under Database Feature