#import <record_status_p.h>
Inheritance diagram for < record_status_p >:

Public Member Functions | |
| (char *) | current_field_name |
| (unsigned) | current_field_index |
| (char *) | current_record_name |
| (char *) | current_table_name |
| (long) | current_record_id |
| (long) | current_record_id_master |
| (void) | set_current_record_id:: |
| (record_t *) | record_that_record_joins_to |
| (char *) | name_of_record_that_record_joins_to |
| (char *) | scriptcode_before_retrieve |
| (char *) | scriptcode_after_retrieve |
| (pointerlist_t *) | list_of_records_that_join |
| (record_state_t) | status |
| (void) | set_status: |
|
|
method that returns index of current field
|
|
|
method that returns name of current field
|
|
|
method that returns value of surrogate key in current record
|
|
|
method that returns value of surrogate key for parent record in parent table of this record.
|
|
|
method that returns name of current record
|
|
|
method that returns name of db table of current record. returns NULL if not a dbtable.
|
|
|
method that returns list of records that join this record
|
|
|
method that returns name of master-record in tree-like structure of records.
|
|
|
method that returns pointer of master-record in tree-like structure of records. may be used to judge whether this record is in the root of the tree, or somewhere else. this judgement in turn affects at least record id generation
|
|
|
method that returns pointer to code that is supposed to be run after record is fetched from db
|
|
|
method that returns pointer to code that is supposed to be run before record is fetched from db
|
|
||||||||||||
|
method that sets value of surrogate key values in current record
|
|
|
method for setting record status
|
|
|
method for getting record status
|
1.4.2