-
- Downloads
BugID: 664
A couple of minor changes are made to meet the requirement of OTB: - The OTDBtree info structure was extended with an description field and a function for setting this description was added. - The momID of the OTDBtree structure is now private. - A function setSchedule was added to set the scheduling time of a VH tree. - The function saveComponentParam was reamed to saveParam because it is also used for saving VT and VH parameters. - The test programs are updated to include the new functions.
Showing
- SAS/OTDB/include/OTDB/OTDBtree.h 6 additions, 3 deletionsSAS/OTDB/include/OTDB/OTDBtree.h
- SAS/OTDB/include/OTDB/TreeMaintenance.h 12 additions, 3 deletionsSAS/OTDB/include/OTDB/TreeMaintenance.h
- SAS/OTDB/sql/create_OTDB.sql 4 additions, 3 deletionsSAS/OTDB/sql/create_OTDB.sql
- SAS/OTDB/sql/create_tree_table.sql 1 addition, 0 deletionsSAS/OTDB/sql/create_tree_table.sql
- SAS/OTDB/sql/create_types.sql 2 additions, 1 deletionSAS/OTDB/sql/create_types.sql
- SAS/OTDB/sql/getTreeInfo_func.sql 4 additions, 2 deletionsSAS/OTDB/sql/getTreeInfo_func.sql
- SAS/OTDB/sql/getTreeList_func.sql 2 additions, 1 deletionSAS/OTDB/sql/getTreeList_func.sql
- SAS/OTDB/sql/setDescription_func.sql 59 additions, 0 deletionsSAS/OTDB/sql/setDescription_func.sql
- SAS/OTDB/sql/setSchedule_func.sql 79 additions, 0 deletionsSAS/OTDB/sql/setSchedule_func.sql
- SAS/OTDB/src/OTDBtree.cc 13 additions, 11 deletionsSAS/OTDB/src/OTDBtree.cc
- SAS/OTDB/src/TreeMaintenance.cc 88 additions, 0 deletionsSAS/OTDB/src/TreeMaintenance.cc
- SAS/OTDB/src/loadCompFile.cc 5 additions, 5 deletionsSAS/OTDB/src/loadCompFile.cc
- SAS/OTDB/test/tVHvalue.cc 25 additions, 1 deletionSAS/OTDB/test/tVHvalue.cc
- SAS/OTDB/test/tVICcomp.cc 1 addition, 1 deletionSAS/OTDB/test/tVICcomp.cc
- SAS/OTDB/test/tVTtree.cc 5 additions, 0 deletionsSAS/OTDB/test/tVTtree.cc
Loading
Please register or sign in to comment