countTablesIn abstract method

Statement countTablesIn(
  1. List<String> tableNames
)

Counts tables whose name is included in tableNames.

Implementation

Statement countTablesIn(List<String> tableNames);