Daff - Data Diff

daff.SqlTables

Type: class

Implements:

Constructor:

new(db : SqlDatabase, flags : CompareFlags)

Variables:

height (accessor,null) : Int
width (accessor,null) : Int

Methods:

clear () : Void
clone () : Table
create () : Table
getCell (x : Int, y : Int) : Dynamic
getCellView () : View
getData () : Dynamic
getMeta () : Meta
get_height () : Int
get_width () : Int
insertOrDeleteColumns (fate : Array<Int>, wfate : Int) : Bool
insertOrDeleteRows (fate : Array<Int>, hfate : Int) : Bool
isResizable () : Bool
resize (w : Int, h : Int) : Bool
setCell (x : Int, y : Int, c : Dynamic) : Void
trimBlank () : Bool