Method | Description | |
---|---|---|
create ( ) : boolean | Create a new record for the object in database | |
createUpdateTable ( ) | ||
delete ( ) : void | Deletes object from database | |
getTableName ( ) : string | ||
init ( ) : void | Get the valid columns from the database | |
load ( ) | ||
save ( ) : void | Save object to database | |
update ( ) : void | Save changes to database, it's an good idea to use save() instead |