tableExists abstract method

Statement tableExists(
  1. QualifiedTablename table
)

Checks if the given table exists.

Implementation

Statement tableExists(QualifiedTablename table);