doesTableExist method

String doesTableExist()

Implementation

String doesTableExist() {
  String sql=sqlStrings.doesTableExist(tableName);
  return StringUtils.formatSql(sql);
}