Haxe API Documentation
Back |
Indexclass sys.db.Object
Available in neko, php, cpp
Record Object : the persistent object base type. See the tutorial on haXe
website to learn how to use Record.
- function new() : Void
- function delete() : Void
- function insert() : Void
- function isLocked() : Bool
- function lock() : Void
- function toString() : String
- function update() : Void
Back |
Index