daff.SimpleMeta
This implementation is unoptimized, it is expected to be replace with a native class.
Type: class
Implements:
Constructor:
new(t : Table, ?has_properties : Bool, ?may_be_nested : Bool)
Methods:
addMetaData (column : String, property : String, val : Dynamic) : Void
alterColumns (columns : Array<ColumnChange>) : Bool
applyFlags (flags : CompareFlags) : Bool
asTable () : Table
changeRow (rc : RowChange) : Bool
cloneMeta (?table : Table) : Meta
getName () : String
getRowStream () : RowStream
isNested () : Bool
isSql () : Bool
storeRowChanges (changes : Array<RowChange>) : Void
This sneaky method will divert any row-level modifications
made during patching to a user-supplied array.