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

Compare with Current View Page History

Version 1 Next »

Parameter

  • connection: The name of an existing database connection (see Database Feature how to create one)
  • table: The table to write to
  • drop: Should the table be dropped and recreated
  • truncate: Should existing elements be dropped before wrinting to the table (but keeping the Table)

Example

can be found under Database Feature

  • No labels