NameFilter

org.beangle.data.jdbc.meta.Schema.NameFilter
class NameFilter(lowercase: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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]