getTables abstract method

List<TableName> getTables({
  1. bool doOrder = false,
})

Get the list of table names, if necessary doOrder.

Implementation

List<TableName> getTables({bool doOrder = false});