haXe API Documentation
Back | Index
class neko.db.Object
Available in neko
SPOD Object : the persistent object base type. See the tutorial on haXe website to learn how to use SPOD.
function new() : Void
function delete() : Void
function insert() : Void
function sync() : Void
function toString() : String
dynamic function update() : Void
Back | Index