TableChanged

case class TableChanged(source: Table) extends TableChange

The table structure, i.e., the column order, names, and types stay the same, but anything else might have changed.

The table structure, i.e., the column order, names, and types stay the same, but anything else might have changed.

trait Serializable
trait Product
trait Equals
trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product