hasTable abstract method

bool hasTable(
  1. TableName tableName
)

Check is a given tableName exists.

Implementation

bool hasTable(TableName tableName);