Daff - Data Diff

daff.SqlTable

Type: class

Implements:

Constructor:

new(db : SqlDatabase, name : SqlTableName, ?helper : SqlHelper)

Variables:

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

Methods:

alterColumns (columns : Array<ColumnChange>) : Bool
applyFlags (flags : CompareFlags) : Bool
asTable () : Table
changeRow (rc : RowChange) : Bool
clear () : Void
clone () : Table
cloneMeta (?table : Table) : Meta
create () : Table
fetchColumns () : Array<String>
fetchRow () : Map<String, Dynamic>
getAllButPrimaryKey () : Array<String>
getCell (x : Int, y : Int) : Dynamic
getCellView () : View
getColumnNames () : Array<String>
getData () : Dynamic
getDatabase () : SqlDatabase
getMeta () : Meta
getName () : String
getPrimaryKey () : Array<String>
getQuotedColumnName (name : String) : String
getQuotedTableName () : String
getRowStream () : RowStream
get_height () : Int
get_width () : Int
insertOrDeleteColumns (fate : Array<Int>, wfate : Int) : Bool
insertOrDeleteRows (fate : Array<Int>, hfate : Int) : Bool
isNested () : Bool
isResizable () : Bool
isSql () : Bool
resize (w : Int, h : Int) : Bool
setCell (x : Int, y : Int, c : Dynamic) : Void
setCellCache (x : Int, y : Int, c : Dynamic) : Void
trimBlank () : Bool
useForColumnChanges () : Bool
useForRowChanges () : Bool