[ Odielib Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

taodb::table(n) 9.1 odielib ""

Name

taodb::table - Class taodb::table

Table Of Contents

Synopsis

Description

Ancestors: taodb::table, tao::moac, oo::object This class abstracts the normal operations undertaken my containers and nodes that write to a single data table

Methods

db_record_delete nodeid

Delete a record from the database backend

db_record_exists nodeid
db_record_key record

Detect record key

The nodeid of this table from a key/value list of table contents

db_record_load nodeid ?arrayvar?

Read a record from the database

db_record_nextid

Return a record number for a new entry

db_record_save nodeid record

Write a record to the database. If nodeid is negative, create a new record and return its ID. This action will also perform any container specific prepwork to stitch the node into the model, as well as re-read the node from the database and into memory for use by the gui

REFERENCES

AUTHORS

Sean Woods

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tao-sqlite of the Odielib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

odielib, tao-sqlite, taodb::table

Category

Class