markTemporary method
void
markTemporary()
Marks the table as temporary (where supported by the driver).
Implementation
void markTemporary() {
temporary = true;
}
Marks the table as temporary (where supported by the driver).
void markTemporary() {
temporary = true;
}