index              92 modules/co/constants.h const char *CO_get_source(int index);
index              93 modules/co/constants.h const char *CO_get_source_database(int index);
index             121 modules/df/defs.c char * const DF_get_class_code(C_Type_t index) {
index             158 modules/df/defs.c char * const DF_get_class_sql_table(C_Type_t index) {
index             168 modules/df/defs.c const char *DF_get_attribute_name(A_Type_t index) {
index             172 modules/df/defs.c const char *DF_get_attribute_code(A_Type_t index) {
index             184 modules/df/defs.c const char *DF_get_class_template(C_Type_t index) {
index             188 modules/df/defs.c const char *DF_get_class_template_v(C_Type_t index) {
index             196 modules/df/defs.c const char *DF_get_update_query(A_Type_t index){
index             200 modules/df/defs.c UD_qtype DF_get_update_query_type(A_Type_t index){
index             204 modules/df/defs.c const char *DF_get_insert_query(A_Type_t index){
index             208 modules/df/defs.c UD_qtype DF_get_insert_query_type(A_Type_t index){
index             212 modules/df/defs.c const char *DF_get_select_query(A_Type_t index){
index             216 modules/df/defs.c UD_qtype DF_get_select_query_type(A_Type_t index){
index             220 modules/df/defs.c const char *DF_get_dummy_query(A_Type_t index){
index             224 modules/df/defs.c UD_qtype DF_get_dummy_query_type(A_Type_t index){
index             230 modules/df/defs.c const char *DF_get_attribute_desc(A_Type_t index) {
index             237 modules/df/defs.c const char *DF_get_attribute_frmt(A_Type_t index) {
index             127 modules/df/defs.h char * const DF_get_class_sql_table(C_Type_t index);
index             128 modules/df/defs.h const char *DF_get_class_template(C_Type_t index);
index             129 modules/df/defs.h const char *DF_get_class_template_v(C_Type_t index);
index             130 modules/df/defs.h const char *DF_class_type2name(C_Type_t index);
index             131 modules/df/defs.h char * const DF_get_class_code(C_Type_t index);
index             140 modules/df/defs.h const char *DF_get_attribute_name(A_Type_t index);
index             141 modules/df/defs.h const char *DF_get_attribute_code(A_Type_t index);
index             145 modules/df/defs.h const char *DF_get_update_query(A_Type_t index);
index             146 modules/df/defs.h const char *DF_get_select_query(A_Type_t index);
index             147 modules/df/defs.h const char *DF_get_insert_query(A_Type_t index);
index             148 modules/df/defs.h const char *DF_get_dummy_query(A_Type_t index);
index             150 modules/df/defs.h UD_qtype DF_get_update_query_type(A_Type_t index);
index             151 modules/df/defs.h UD_qtype DF_get_insert_query_type(A_Type_t index);
index             152 modules/df/defs.h UD_qtype DF_get_select_query_type(A_Type_t index);
index             153 modules/df/defs.h UD_qtype DF_get_dummy_query_type(A_Type_t index);