You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This operator can be used to access a database.

Parameter

  • connection: The name of an existing database connection
  • 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

  • No labels