Files
lime/externs/air/flash/data/SQLIndexSchema.hx
2017-08-24 12:50:13 -07:00

7 lines
193 B
Haxe

package flash.data;
extern class SQLIndexSchema extends SQLSchema {
var table(default,never) : String;
function new(database : String, name : String, sql : String, table : String) : Void;
}