Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package;
- #if neko import sys.db.Types;#end
- class User #if neko extends sys.db.Object, #end implements Dynamic
- {
- public var id : #if neko SId #else Int #end;
- public var name : #if neko SString<32> #else String #end;
- public var age : #if neko SInt #else Int #end;
- public function new() { #if neko super(); #end}
- }
Advertisement
Add Comment
Please, Sign In to add comment