markTemporary method

void markTemporary()

Marks the table as temporary (where supported by the driver).

Implementation

void markTemporary() {
  temporary = true;
}