NameFilter

class NameFilter(lowercase: Boolean)
class Object
trait Matchable
class Any

Value members

Concrete methods

def exclude(table: String): Unit
def filter(tables: Iterable[Identifier]): List[Identifier]
def include(table: String): Unit

Concrete fields

val excludes: ListBuffer[String]
val includes: ListBuffer[String]