Package dke.smwp.db

Class Summary
DB_FragmentClass database handling for creating, initializing and deleting fragment class relations;
DB_Parameter database handling for creating, initializing and deleting parameter relations.
DB_smwp_fc database handling for table SMWP_FC_PARAMS.
DB_smwp_fc_params database handling for table SMWP_FC_PARAMS.
DB_smwp_log class providing log functionality
DB_smwp_pageref_external database handling for table smwp_pageref_external; Stores information about external links to other page classes which is used for when displaying the serialized xml documents.
DB_smwp_pageref_internal database handling for table smwp_pageref_internal; Stores information about internal links to other fragments within the same page calss which is used for when displaying the serialized xml documents.
DB_smwp_param_mapping database handling for table SMWP_PARAM_MAPPING; Fragment classes and page classes can contain parameters with different names which have the same semantic meaning.
DB_smwp_parameters database handling for table SMWP_PARAM_MAPPING; Defines all created parameters which are available.
DB_smwp_pc database handling for table SMWP_PC; Contains all existing page classes.
DB_smwp_pc_params database handling for table SMWP_PC_PARAMS; Defines all parameters which are used to parameterize page classes.
DB_smwp_pcfc_mapping database handling for table SMWP_PCFC_MAPPING; Assigns fragment classes to page classes, and defines which fragment class is used as foundation fragment class.
DB_smwp_publish_fc database handling for table SMWP_PUBLISH_FC; Defines XML serialization of fragment classes.
DB_smwp_publish_pc database handling for table SMWP_PUBLISH_PC; Defines the XML serialization of a page class.
DB_smwp_tablename database handling for table SMWP_TABLENAME.
DB_Table class for table handling; creates and drops relations;
DB_XML_Document handling XML document which are stored in database.