utilsmthfe-skel.cc

00001 
00002 /*
00003  * EyeDB Version 2.8.4 Copyright (c) 1995-2006 SYSRA
00004  *
00005  * File 'utilsmthfe-skel.cc'
00006  *
00007  * Package Name 'utils'
00008  *
00009  * Generated by eyedbodl at Fri Jan 18 22:51:44 2008
00010  *
00011  */
00012 
00013 #include <eyedb/eyedb.h>
00014 
00015 #include "utils.h"
00016 
00017 using namespace eyedb;
00018 
00019 // To implement and use user methods, perform the following operations
00020 /*
00021 
00022 #1. Copy the skeleton file
00023 cp utilsmthfe-skel.cc utilsmthfe.cc
00024 
00025 #2. Implement the user methods in utilsmthfe.cc using a text editor
00026 
00027 #3. Compile the shared library
00028 
00029 #4. Copy the shared library to the eyedb loadable library directory
00030 cp utilsmthfe-2.8.4.so <eyedbinstalldir>/lib/eyedb
00031 
00032 #5. Change the file access mode
00033 chmod a+r <eyedbinstalldir>/lib/eyedb/utilsmthfe-2.8.4.so
00034 
00035 */
00036 
00037 static Bool __utils_init = False;
00038 
00039 #define _packageInit(DB) \
00040  \
00041   if (!__utils_init) { \
00042     utils::init(); \
00043     __utils_init = True; \
00044   } \
00045  \
00046   if (!(DB)->getUserData("eyedb:utils")) { \
00047      Status s = utilsDatabase::checkSchema((DB)->getSchema()); \
00048      if (s) return s; \
00049      utilsDatabase::setConsApp(DB); \
00050      (DB)->setUserData("eyedb:utils", (void *)1); \
00051   }
00052 
00053 //
00054 // date* Date::date() [utilsmthfe.cc]
00055 //
00056 
00057 Status
00058 __method_static_OUT_date_REF__date_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, Date * &retarg)
00059 {
00060   _packageInit(_db);
00061 
00062   //
00063   // User Implementation
00064   //
00065 
00066   return eyedb::Success;
00067 }
00068 
00069 //
00070 // date* Date::date(in date*) [utilsmthfe.cc]
00071 //
00072 
00073 Status
00074 __method_static_OUT_date_REF__date_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, Date * d, Date * &retarg)
00075 {
00076   _packageInit(_db);
00077 
00078   //
00079   // User Implementation
00080   //
00081 
00082   return eyedb::Success;
00083 }
00084 
00085 //
00086 // date* Date::date(in int32) [utilsmthfe.cc]
00087 //
00088 
00089 Status
00090 __method_static_OUT_date_REF__date_date__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 julian_day, Date * &retarg)
00091 {
00092   _packageInit(_db);
00093 
00094   //
00095   // User Implementation
00096   //
00097 
00098   return eyedb::Success;
00099 }
00100 
00101 //
00102 // date* Date::date(in int32, in month, in int16) [utilsmthfe.cc]
00103 //
00104 
00105 Status
00106 __method_static_OUT_date_REF__date_date__IN_int32__IN_month__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 year, const Month::Type m, const eyedblib::int16 day, Date * &retarg)
00107 {
00108   _packageInit(_db);
00109 
00110   //
00111   // User Implementation
00112   //
00113 
00114   return eyedb::Success;
00115 }
00116 
00117 //
00118 // date* Date::date(in string) [utilsmthfe.cc]
00119 //
00120 
00121 Status
00122 __method_static_OUT_date_REF__date_date__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * d, Date * &retarg)
00123 {
00124   _packageInit(_db);
00125 
00126   //
00127   // User Implementation
00128   //
00129 
00130   return eyedb::Success;
00131 }
00132 
00133 //
00134 // int32 Date::julian(in string) [utilsmthfe.cc]
00135 //
00136 
00137 Status
00138 __method_static_OUT_int32_julian_date__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * d, eyedblib::int32 &retarg)
00139 {
00140   _packageInit(_db);
00141 
00142   //
00143   // User Implementation
00144   //
00145 
00146   return eyedb::Success;
00147 }
00148 
00149 //
00150 // int32 Date::year() [utilsmthfe.cc]
00151 //
00152 
00153 Status
00154 __method__OUT_int32_year_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
00155 {
00156   _packageInit(_db);
00157 
00158   //
00159   // User Implementation
00160   //
00161 
00162   return eyedb::Success;
00163 }
00164 
00165 //
00166 // int16 Date::month() [utilsmthfe.cc]
00167 //
00168 
00169 Status
00170 __method__OUT_int16_month_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00171 {
00172   _packageInit(_db);
00173 
00174   //
00175   // User Implementation
00176   //
00177 
00178   return eyedb::Success;
00179 }
00180 
00181 //
00182 // int16 Date::day() [utilsmthfe.cc]
00183 //
00184 
00185 Status
00186 __method__OUT_int16_day_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00187 {
00188   _packageInit(_db);
00189 
00190   //
00191   // User Implementation
00192   //
00193 
00194   return eyedb::Success;
00195 }
00196 
00197 //
00198 // int16 Date::day_of_year() [utilsmthfe.cc]
00199 //
00200 
00201 Status
00202 __method__OUT_int16_day_of_year_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00203 {
00204   _packageInit(_db);
00205 
00206   //
00207   // User Implementation
00208   //
00209 
00210   return eyedb::Success;
00211 }
00212 
00213 //
00214 // month Date::month_of_year() [utilsmthfe.cc]
00215 //
00216 
00217 Status
00218 __method__OUT_month_month_of_year_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Month::Type &retarg)
00219 {
00220   _packageInit(_db);
00221 
00222   //
00223   // User Implementation
00224   //
00225 
00226   return eyedb::Success;
00227 }
00228 
00229 //
00230 // weekday Date::day_of_week() [utilsmthfe.cc]
00231 //
00232 
00233 Status
00234 __method__OUT_weekday_day_of_week_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Weekday::Type &retarg)
00235 {
00236   _packageInit(_db);
00237 
00238   //
00239   // User Implementation
00240   //
00241 
00242   return eyedb::Success;
00243 }
00244 
00245 //
00246 // string Date::toString() [utilsmthfe.cc]
00247 //
00248 
00249 Status
00250 __method__OUT_string_toString_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00251 {
00252   _packageInit(_db);
00253 
00254   //
00255   // User Implementation
00256   //
00257 
00258   return eyedb::Success;
00259 }
00260 
00261 //
00262 // int16 Date::is_leap_year() [utilsmthfe.cc]
00263 //
00264 
00265 Status
00266 __method__OUT_int16_is_leap_year_date(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00267 {
00268   _packageInit(_db);
00269 
00270   //
00271   // User Implementation
00272   //
00273 
00274   return eyedb::Success;
00275 }
00276 
00277 //
00278 // int16 Date::is_equal(in date*) [utilsmthfe.cc]
00279 //
00280 
00281 Status
00282 __method__OUT_int16_is_equal_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int16 &retarg)
00283 {
00284   _packageInit(_db);
00285 
00286   //
00287   // User Implementation
00288   //
00289 
00290   return eyedb::Success;
00291 }
00292 
00293 //
00294 // int16 Date::is_greater(in date*) [utilsmthfe.cc]
00295 //
00296 
00297 Status
00298 __method__OUT_int16_is_greater_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int16 &retarg)
00299 {
00300   _packageInit(_db);
00301 
00302   //
00303   // User Implementation
00304   //
00305 
00306   return eyedb::Success;
00307 }
00308 
00309 //
00310 // int16 Date::is_greater_or_equal(in date*) [utilsmthfe.cc]
00311 //
00312 
00313 Status
00314 __method__OUT_int16_is_greater_or_equal_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int16 &retarg)
00315 {
00316   _packageInit(_db);
00317 
00318   //
00319   // User Implementation
00320   //
00321 
00322   return eyedb::Success;
00323 }
00324 
00325 //
00326 // int16 Date::is_less(in date*) [utilsmthfe.cc]
00327 //
00328 
00329 Status
00330 __method__OUT_int16_is_less_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int16 &retarg)
00331 {
00332   _packageInit(_db);
00333 
00334   //
00335   // User Implementation
00336   //
00337 
00338   return eyedb::Success;
00339 }
00340 
00341 //
00342 // int16 Date::is_less_or_equal(in date*) [utilsmthfe.cc]
00343 //
00344 
00345 Status
00346 __method__OUT_int16_is_less_or_equal_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int16 &retarg)
00347 {
00348   _packageInit(_db);
00349 
00350   //
00351   // User Implementation
00352   //
00353 
00354   return eyedb::Success;
00355 }
00356 
00357 //
00358 // int16 Date::is_between(in date*, in date*) [utilsmthfe.cc]
00359 //
00360 
00361 Status
00362 __method__OUT_int16_is_between_date__IN_date_REF___IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d1, Date * d2, eyedblib::int16 &retarg)
00363 {
00364   _packageInit(_db);
00365 
00366   //
00367   // User Implementation
00368   //
00369 
00370   return eyedb::Success;
00371 }
00372 
00373 //
00374 // date* Date::next(in weekday) [utilsmthfe.cc]
00375 //
00376 
00377 Status
00378 __method__OUT_date_REF__next_date__IN_weekday(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Weekday::Type day, Date * &retarg)
00379 {
00380   _packageInit(_db);
00381 
00382   //
00383   // User Implementation
00384   //
00385 
00386   return eyedb::Success;
00387 }
00388 
00389 //
00390 // date* Date::previous(in weekday) [utilsmthfe.cc]
00391 //
00392 
00393 Status
00394 __method__OUT_date_REF__previous_date__IN_weekday(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Weekday::Type day, Date * &retarg)
00395 {
00396   _packageInit(_db);
00397 
00398   //
00399   // User Implementation
00400   //
00401 
00402   return eyedb::Success;
00403 }
00404 
00405 //
00406 // date* Date::add_days(in int32) [utilsmthfe.cc]
00407 //
00408 
00409 Status
00410 __method__OUT_date_REF__add_days_date__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 days, Date * &retarg)
00411 {
00412   _packageInit(_db);
00413 
00414   //
00415   // User Implementation
00416   //
00417 
00418   return eyedb::Success;
00419 }
00420 
00421 //
00422 // date* Date::substract_days(in int32) [utilsmthfe.cc]
00423 //
00424 
00425 Status
00426 __method__OUT_date_REF__substract_days_date__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 days, Date * &retarg)
00427 {
00428   _packageInit(_db);
00429 
00430   //
00431   // User Implementation
00432   //
00433 
00434   return eyedb::Success;
00435 }
00436 
00437 //
00438 // int32 Date::substract_date(in date*) [utilsmthfe.cc]
00439 //
00440 
00441 Status
00442 __method__OUT_int32_substract_date_date__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * d, eyedblib::int32 &retarg)
00443 {
00444   _packageInit(_db);
00445 
00446   //
00447   // User Implementation
00448   //
00449 
00450   return eyedb::Success;
00451 }
00452 
00453 //
00454 // void Date::set_julian(in int32) [utilsmthfe.cc]
00455 //
00456 
00457 Status
00458 __method__OUT_void_set_julian_date__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 julian_day)
00459 {
00460   _packageInit(_db);
00461 
00462   //
00463   // User Implementation
00464   //
00465 
00466   return eyedb::Success;
00467 }
00468 
00469 //
00470 // void Time::get_local_time_zone(out int16, out int16) [utilsmthfe.cc]
00471 //
00472 
00473 Status
00474 __method_static_OUT_void_get_local_time_zone_time__OUT_int16__OUT_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedblib::int16 &tz_hour, eyedblib::int16 &tz_min)
00475 {
00476   _packageInit(_db);
00477 
00478   //
00479   // User Implementation
00480   //
00481 
00482   return eyedb::Success;
00483 }
00484 
00485 //
00486 // time* Time::gmt_time() [utilsmthfe.cc]
00487 //
00488 
00489 Status
00490 __method_static_OUT_time_REF__gmt_time_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, Time * &retarg)
00491 {
00492   _packageInit(_db);
00493 
00494   //
00495   // User Implementation
00496   //
00497 
00498   return eyedb::Success;
00499 }
00500 
00501 //
00502 // time* Time::local_time() [utilsmthfe.cc]
00503 //
00504 
00505 Status
00506 __method_static_OUT_time_REF__local_time_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, Time * &retarg)
00507 {
00508   _packageInit(_db);
00509 
00510   //
00511   // User Implementation
00512   //
00513 
00514   return eyedb::Success;
00515 }
00516 
00517 //
00518 // time* Time::time(in time*) [utilsmthfe.cc]
00519 //
00520 
00521 Status
00522 __method_static_OUT_time_REF__time_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, Time * t, Time * &retarg)
00523 {
00524   _packageInit(_db);
00525 
00526   //
00527   // User Implementation
00528   //
00529 
00530   return eyedb::Success;
00531 }
00532 
00533 //
00534 // time* Time::time(in int64) [utilsmthfe.cc]
00535 //
00536 
00537 Status
00538 __method_static_OUT_time_REF__time_time__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int64 usec, Time * &retarg)
00539 {
00540   _packageInit(_db);
00541 
00542   //
00543   // User Implementation
00544   //
00545 
00546   return eyedb::Success;
00547 }
00548 
00549 //
00550 // time* Time::time(in int64, in int16) [utilsmthfe.cc]
00551 //
00552 
00553 Status
00554 __method_static_OUT_time_REF__time_time__IN_int64__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int64 usec, const eyedblib::int16 tz, Time * &retarg)
00555 {
00556   _packageInit(_db);
00557 
00558   //
00559   // User Implementation
00560   //
00561 
00562   return eyedb::Success;
00563 }
00564 
00565 //
00566 // time* Time::time(in int16, in int16, in int16, in int16) [utilsmthfe.cc]
00567 //
00568 
00569 Status
00570 __method_static_OUT_time_REF__time_time__IN_int16__IN_int16__IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int16 hours, const eyedblib::int16 min, const eyedblib::int16 sec, const eyedblib::int16 msec, Time * &retarg)
00571 {
00572   _packageInit(_db);
00573 
00574   //
00575   // User Implementation
00576   //
00577 
00578   return eyedb::Success;
00579 }
00580 
00581 //
00582 // time* Time::time(in int16, in int16, in int16, in int16, in int16) [utilsmthfe.cc]
00583 //
00584 
00585 Status
00586 __method_static_OUT_time_REF__time_time__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int16 hours, const eyedblib::int16 min, const eyedblib::int16 sec, const eyedblib::int16 msec, const eyedblib::int16 usec, Time * &retarg)
00587 {
00588   _packageInit(_db);
00589 
00590   //
00591   // User Implementation
00592   //
00593 
00594   return eyedb::Success;
00595 }
00596 
00597 //
00598 // time* Time::time(in int16, in int16, in int16, in int16, in int16, in int16) [utilsmthfe.cc]
00599 //
00600 
00601 Status
00602 __method_static_OUT_time_REF__time_time__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int16 hours, const eyedblib::int16 min, const eyedblib::int16 sec, const eyedblib::int16 msec, const eyedblib::int16 tz_hour, const eyedblib::int16 tz_minute, Time * &retarg)
00603 {
00604   _packageInit(_db);
00605 
00606   //
00607   // User Implementation
00608   //
00609 
00610   return eyedb::Success;
00611 }
00612 
00613 //
00614 // time* Time::time(in int16, in int16, in int16, in int16, in int16, in int16, in int16) [utilsmthfe.cc]
00615 //
00616 
00617 Status
00618 __method_static_OUT_time_REF__time_time__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int16 hours, const eyedblib::int16 min, const eyedblib::int16 sec, const eyedblib::int16 msec, const eyedblib::int16 usec, const eyedblib::int16 tz_hour, const eyedblib::int16 tz_minute, Time * &retarg)
00619 {
00620   _packageInit(_db);
00621 
00622   //
00623   // User Implementation
00624   //
00625 
00626   return eyedb::Success;
00627 }
00628 
00629 //
00630 // time* Time::time(in string) [utilsmthfe.cc]
00631 //
00632 
00633 Status
00634 __method_static_OUT_time_REF__time_time__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * t, Time * &retarg)
00635 {
00636   _packageInit(_db);
00637 
00638   //
00639   // User Implementation
00640   //
00641 
00642   return eyedb::Success;
00643 }
00644 
00645 //
00646 // int64 Time::usec_time(in string) [utilsmthfe.cc]
00647 //
00648 
00649 Status
00650 __method_static_OUT_int64_usec_time_time__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * t, eyedblib::int64 &retarg)
00651 {
00652   _packageInit(_db);
00653 
00654   //
00655   // User Implementation
00656   //
00657 
00658   return eyedb::Success;
00659 }
00660 
00661 //
00662 // int16 Time::hour() [utilsmthfe.cc]
00663 //
00664 
00665 Status
00666 __method__OUT_int16_hour_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00667 {
00668   _packageInit(_db);
00669 
00670   //
00671   // User Implementation
00672   //
00673 
00674   return eyedb::Success;
00675 }
00676 
00677 //
00678 // int16 Time::minute() [utilsmthfe.cc]
00679 //
00680 
00681 Status
00682 __method__OUT_int16_minute_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00683 {
00684   _packageInit(_db);
00685 
00686   //
00687   // User Implementation
00688   //
00689 
00690   return eyedb::Success;
00691 }
00692 
00693 //
00694 // int16 Time::second() [utilsmthfe.cc]
00695 //
00696 
00697 Status
00698 __method__OUT_int16_second_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00699 {
00700   _packageInit(_db);
00701 
00702   //
00703   // User Implementation
00704   //
00705 
00706   return eyedb::Success;
00707 }
00708 
00709 //
00710 // int16 Time::millisecond() [utilsmthfe.cc]
00711 //
00712 
00713 Status
00714 __method__OUT_int16_millisecond_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00715 {
00716   _packageInit(_db);
00717 
00718   //
00719   // User Implementation
00720   //
00721 
00722   return eyedb::Success;
00723 }
00724 
00725 //
00726 // int16 Time::tz_hour() [utilsmthfe.cc]
00727 //
00728 
00729 Status
00730 __method__OUT_int16_tz_hour_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00731 {
00732   _packageInit(_db);
00733 
00734   //
00735   // User Implementation
00736   //
00737 
00738   return eyedb::Success;
00739 }
00740 
00741 //
00742 // int16 Time::tz_minute() [utilsmthfe.cc]
00743 //
00744 
00745 Status
00746 __method__OUT_int16_tz_minute_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00747 {
00748   _packageInit(_db);
00749 
00750   //
00751   // User Implementation
00752   //
00753 
00754   return eyedb::Success;
00755 }
00756 
00757 //
00758 // string Time::toString() [utilsmthfe.cc]
00759 //
00760 
00761 Status
00762 __method__OUT_string_toString_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00763 {
00764   _packageInit(_db);
00765 
00766   //
00767   // User Implementation
00768   //
00769 
00770   return eyedb::Success;
00771 }
00772 
00773 //
00774 // int16 Time::is_equal(in time*) [utilsmthfe.cc]
00775 //
00776 
00777 Status
00778 __method__OUT_int16_is_equal_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, eyedblib::int16 &retarg)
00779 {
00780   _packageInit(_db);
00781 
00782   //
00783   // User Implementation
00784   //
00785 
00786   return eyedb::Success;
00787 }
00788 
00789 //
00790 // int16 Time::is_greater(in time*) [utilsmthfe.cc]
00791 //
00792 
00793 Status
00794 __method__OUT_int16_is_greater_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, eyedblib::int16 &retarg)
00795 {
00796   _packageInit(_db);
00797 
00798   //
00799   // User Implementation
00800   //
00801 
00802   return eyedb::Success;
00803 }
00804 
00805 //
00806 // int16 Time::is_greater_or_equal(in time*) [utilsmthfe.cc]
00807 //
00808 
00809 Status
00810 __method__OUT_int16_is_greater_or_equal_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, eyedblib::int16 &retarg)
00811 {
00812   _packageInit(_db);
00813 
00814   //
00815   // User Implementation
00816   //
00817 
00818   return eyedb::Success;
00819 }
00820 
00821 //
00822 // int16 Time::is_less(in time*) [utilsmthfe.cc]
00823 //
00824 
00825 Status
00826 __method__OUT_int16_is_less_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, eyedblib::int16 &retarg)
00827 {
00828   _packageInit(_db);
00829 
00830   //
00831   // User Implementation
00832   //
00833 
00834   return eyedb::Success;
00835 }
00836 
00837 //
00838 // int16 Time::is_less_or_equal(in time*) [utilsmthfe.cc]
00839 //
00840 
00841 Status
00842 __method__OUT_int16_is_less_or_equal_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, eyedblib::int16 &retarg)
00843 {
00844   _packageInit(_db);
00845 
00846   //
00847   // User Implementation
00848   //
00849 
00850   return eyedb::Success;
00851 }
00852 
00853 //
00854 // int16 Time::is_between(in time*, in time*) [utilsmthfe.cc]
00855 //
00856 
00857 Status
00858 __method__OUT_int16_is_between_time__IN_time_REF___IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t1, Time * t2, eyedblib::int16 &retarg)
00859 {
00860   _packageInit(_db);
00861 
00862   //
00863   // User Implementation
00864   //
00865 
00866   return eyedb::Success;
00867 }
00868 
00869 //
00870 // time* Time::add_interval(in time_interval*) [utilsmthfe.cc]
00871 //
00872 
00873 Status
00874 __method__OUT_time_REF__add_interval_time__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, Time * &retarg)
00875 {
00876   _packageInit(_db);
00877 
00878   //
00879   // User Implementation
00880   //
00881 
00882   return eyedb::Success;
00883 }
00884 
00885 //
00886 // time* Time::substract_interval(in time_interval*) [utilsmthfe.cc]
00887 //
00888 
00889 Status
00890 __method__OUT_time_REF__substract_interval_time__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, Time * &retarg)
00891 {
00892   _packageInit(_db);
00893 
00894   //
00895   // User Implementation
00896   //
00897 
00898   return eyedb::Success;
00899 }
00900 
00901 //
00902 // time_interval* Time::substract_time(in time*) [utilsmthfe.cc]
00903 //
00904 
00905 Status
00906 __method__OUT_time_interval_REF__substract_time_time__IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * t, TimeInterval * &retarg)
00907 {
00908   _packageInit(_db);
00909 
00910   //
00911   // User Implementation
00912   //
00913 
00914   return eyedb::Success;
00915 }
00916 
00917 //
00918 // int16 Time::gmt_hour() [utilsmthfe.cc]
00919 //
00920 
00921 Status
00922 __method__OUT_int16_gmt_hour_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00923 {
00924   _packageInit(_db);
00925 
00926   //
00927   // User Implementation
00928   //
00929 
00930   return eyedb::Success;
00931 }
00932 
00933 //
00934 // int16 Time::gmt_minute() [utilsmthfe.cc]
00935 //
00936 
00937 Status
00938 __method__OUT_int16_gmt_minute_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00939 {
00940   _packageInit(_db);
00941 
00942   //
00943   // User Implementation
00944   //
00945 
00946   return eyedb::Success;
00947 }
00948 
00949 //
00950 // int16 Time::microsecond() [utilsmthfe.cc]
00951 //
00952 
00953 Status
00954 __method__OUT_int16_microsecond_time(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
00955 {
00956   _packageInit(_db);
00957 
00958   //
00959   // User Implementation
00960   //
00961 
00962   return eyedb::Success;
00963 }
00964 
00965 //
00966 // void Time::set_usecs(in int64, in int16) [utilsmthfe.cc]
00967 //
00968 
00969 Status
00970 __method__OUT_void_set_usecs_time__IN_int64__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int64 usecs, const eyedblib::int16 tz)
00971 {
00972   _packageInit(_db);
00973 
00974   //
00975   // User Implementation
00976   //
00977 
00978   return eyedb::Success;
00979 }
00980 
00981 //
00982 // time_stamp* TimeStamp::gmt_time_stamp() [utilsmthfe.cc]
00983 //
00984 
00985 Status
00986 __method_static_OUT_time_stamp_REF__gmt_time_stamp_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, TimeStamp * &retarg)
00987 {
00988   _packageInit(_db);
00989 
00990   //
00991   // User Implementation
00992   //
00993 
00994   return eyedb::Success;
00995 }
00996 
00997 //
00998 // time_stamp* TimeStamp::local_time_stamp() [utilsmthfe.cc]
00999 //
01000 
01001 Status
01002 __method_static_OUT_time_stamp_REF__local_time_stamp_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, TimeStamp * &retarg)
01003 {
01004   _packageInit(_db);
01005 
01006   //
01007   // User Implementation
01008   //
01009 
01010   return eyedb::Success;
01011 }
01012 
01013 //
01014 // time_stamp* TimeStamp::time_stamp(in time_stamp*) [utilsmthfe.cc]
01015 //
01016 
01017 Status
01018 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, TimeStamp * ts, TimeStamp * &retarg)
01019 {
01020   _packageInit(_db);
01021 
01022   //
01023   // User Implementation
01024   //
01025 
01026   return eyedb::Success;
01027 }
01028 
01029 //
01030 // time_stamp* TimeStamp::time_stamp(in int64) [utilsmthfe.cc]
01031 //
01032 
01033 Status
01034 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int64 usec, TimeStamp * &retarg)
01035 {
01036   _packageInit(_db);
01037 
01038   //
01039   // User Implementation
01040   //
01041 
01042   return eyedb::Success;
01043 }
01044 
01045 //
01046 // time_stamp* TimeStamp::time_stamp(in int64, in int16) [utilsmthfe.cc]
01047 //
01048 
01049 Status
01050 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_int64__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int64 usec, const eyedblib::int16 tz, TimeStamp * &retarg)
01051 {
01052   _packageInit(_db);
01053 
01054   //
01055   // User Implementation
01056   //
01057 
01058   return eyedb::Success;
01059 }
01060 
01061 //
01062 // time_stamp* TimeStamp::time_stamp(in int32, in int64) [utilsmthfe.cc]
01063 //
01064 
01065 Status
01066 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_int32__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 julian_day, const eyedblib::int64 usec, TimeStamp * &retarg)
01067 {
01068   _packageInit(_db);
01069 
01070   //
01071   // User Implementation
01072   //
01073 
01074   return eyedb::Success;
01075 }
01076 
01077 //
01078 // time_stamp* TimeStamp::time_stamp(in int32, in int64, in int16) [utilsmthfe.cc]
01079 //
01080 
01081 Status
01082 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_int32__IN_int64__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 julian_day, const eyedblib::int64 usec, const eyedblib::int16 tz, TimeStamp * &retarg)
01083 {
01084   _packageInit(_db);
01085 
01086   //
01087   // User Implementation
01088   //
01089 
01090   return eyedb::Success;
01091 }
01092 
01093 //
01094 // time_stamp* TimeStamp::time_stamp(in date*, in time*) [utilsmthfe.cc]
01095 //
01096 
01097 Status
01098 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_date_REF___IN_time_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, Date * d, Time * t, TimeStamp * &retarg)
01099 {
01100   _packageInit(_db);
01101 
01102   //
01103   // User Implementation
01104   //
01105 
01106   return eyedb::Success;
01107 }
01108 
01109 //
01110 // time_stamp* TimeStamp::time_stamp(in date*) [utilsmthfe.cc]
01111 //
01112 
01113 Status
01114 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_date_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, Date * d, TimeStamp * &retarg)
01115 {
01116   _packageInit(_db);
01117 
01118   //
01119   // User Implementation
01120   //
01121 
01122   return eyedb::Success;
01123 }
01124 
01125 //
01126 // time_stamp* TimeStamp::time_stamp(in date*, in int16, in int16) [utilsmthfe.cc]
01127 //
01128 
01129 Status
01130 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_date_REF___IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, Date * d, const eyedblib::int16 tz_hour, const eyedblib::int16 tz_min, TimeStamp * &retarg)
01131 {
01132   _packageInit(_db);
01133 
01134   //
01135   // User Implementation
01136   //
01137 
01138   return eyedb::Success;
01139 }
01140 
01141 //
01142 // time_stamp* TimeStamp::time_stamp(in string) [utilsmthfe.cc]
01143 //
01144 
01145 Status
01146 __method_static_OUT_time_stamp_REF__time_stamp_time_stamp__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * ts, TimeStamp * &retarg)
01147 {
01148   _packageInit(_db);
01149 
01150   //
01151   // User Implementation
01152   //
01153 
01154   return eyedb::Success;
01155 }
01156 
01157 //
01158 // int64 TimeStamp::usec_time_stamp(in string) [utilsmthfe.cc]
01159 //
01160 
01161 Status
01162 __method_static_OUT_int64_usec_time_stamp_time_stamp__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * ts, eyedblib::int64 &retarg)
01163 {
01164   _packageInit(_db);
01165 
01166   //
01167   // User Implementation
01168   //
01169 
01170   return eyedb::Success;
01171 }
01172 
01173 //
01174 // date* TimeStamp::date() [utilsmthfe.cc]
01175 //
01176 
01177 Status
01178 __method__OUT_date_REF__date_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Date * &retarg)
01179 {
01180   _packageInit(_db);
01181 
01182   //
01183   // User Implementation
01184   //
01185 
01186   return eyedb::Success;
01187 }
01188 
01189 //
01190 // time* TimeStamp::time() [utilsmthfe.cc]
01191 //
01192 
01193 Status
01194 __method__OUT_time_REF__time_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Time * &retarg)
01195 {
01196   _packageInit(_db);
01197 
01198   //
01199   // User Implementation
01200   //
01201 
01202   return eyedb::Success;
01203 }
01204 
01205 //
01206 // int32 TimeStamp::year() [utilsmthfe.cc]
01207 //
01208 
01209 Status
01210 __method__OUT_int32_year_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
01211 {
01212   _packageInit(_db);
01213 
01214   //
01215   // User Implementation
01216   //
01217 
01218   return eyedb::Success;
01219 }
01220 
01221 //
01222 // int16 TimeStamp::month() [utilsmthfe.cc]
01223 //
01224 
01225 Status
01226 __method__OUT_int16_month_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01227 {
01228   _packageInit(_db);
01229 
01230   //
01231   // User Implementation
01232   //
01233 
01234   return eyedb::Success;
01235 }
01236 
01237 //
01238 // int16 TimeStamp::day() [utilsmthfe.cc]
01239 //
01240 
01241 Status
01242 __method__OUT_int16_day_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01243 {
01244   _packageInit(_db);
01245 
01246   //
01247   // User Implementation
01248   //
01249 
01250   return eyedb::Success;
01251 }
01252 
01253 //
01254 // int16 TimeStamp::hour() [utilsmthfe.cc]
01255 //
01256 
01257 Status
01258 __method__OUT_int16_hour_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01259 {
01260   _packageInit(_db);
01261 
01262   //
01263   // User Implementation
01264   //
01265 
01266   return eyedb::Success;
01267 }
01268 
01269 //
01270 // int16 TimeStamp::minute() [utilsmthfe.cc]
01271 //
01272 
01273 Status
01274 __method__OUT_int16_minute_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01275 {
01276   _packageInit(_db);
01277 
01278   //
01279   // User Implementation
01280   //
01281 
01282   return eyedb::Success;
01283 }
01284 
01285 //
01286 // int16 TimeStamp::second() [utilsmthfe.cc]
01287 //
01288 
01289 Status
01290 __method__OUT_int16_second_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01291 {
01292   _packageInit(_db);
01293 
01294   //
01295   // User Implementation
01296   //
01297 
01298   return eyedb::Success;
01299 }
01300 
01301 //
01302 // int16 TimeStamp::millisecond() [utilsmthfe.cc]
01303 //
01304 
01305 Status
01306 __method__OUT_int16_millisecond_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01307 {
01308   _packageInit(_db);
01309 
01310   //
01311   // User Implementation
01312   //
01313 
01314   return eyedb::Success;
01315 }
01316 
01317 //
01318 // int16 TimeStamp::tz_hour() [utilsmthfe.cc]
01319 //
01320 
01321 Status
01322 __method__OUT_int16_tz_hour_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01323 {
01324   _packageInit(_db);
01325 
01326   //
01327   // User Implementation
01328   //
01329 
01330   return eyedb::Success;
01331 }
01332 
01333 //
01334 // int16 TimeStamp::tz_minute() [utilsmthfe.cc]
01335 //
01336 
01337 Status
01338 __method__OUT_int16_tz_minute_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01339 {
01340   _packageInit(_db);
01341 
01342   //
01343   // User Implementation
01344   //
01345 
01346   return eyedb::Success;
01347 }
01348 
01349 //
01350 // string TimeStamp::toString() [utilsmthfe.cc]
01351 //
01352 
01353 Status
01354 __method__OUT_string_toString_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
01355 {
01356   _packageInit(_db);
01357 
01358   //
01359   // User Implementation
01360   //
01361 
01362   return eyedb::Success;
01363 }
01364 
01365 //
01366 // time_stamp* TimeStamp::plus(in time_interval*) [utilsmthfe.cc]
01367 //
01368 
01369 Status
01370 __method__OUT_time_stamp_REF__plus_time_stamp__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, TimeStamp * &retarg)
01371 {
01372   _packageInit(_db);
01373 
01374   //
01375   // User Implementation
01376   //
01377 
01378   return eyedb::Success;
01379 }
01380 
01381 //
01382 // time_stamp* TimeStamp::minus(in time_interval*) [utilsmthfe.cc]
01383 //
01384 
01385 Status
01386 __method__OUT_time_stamp_REF__minus_time_stamp__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, TimeStamp * &retarg)
01387 {
01388   _packageInit(_db);
01389 
01390   //
01391   // User Implementation
01392   //
01393 
01394   return eyedb::Success;
01395 }
01396 
01397 //
01398 // int16 TimeStamp::is_equal(in time_stamp*) [utilsmthfe.cc]
01399 //
01400 
01401 Status
01402 __method__OUT_int16_is_equal_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, eyedblib::int16 &retarg)
01403 {
01404   _packageInit(_db);
01405 
01406   //
01407   // User Implementation
01408   //
01409 
01410   return eyedb::Success;
01411 }
01412 
01413 //
01414 // int16 TimeStamp::is_greater(in time_stamp*) [utilsmthfe.cc]
01415 //
01416 
01417 Status
01418 __method__OUT_int16_is_greater_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, eyedblib::int16 &retarg)
01419 {
01420   _packageInit(_db);
01421 
01422   //
01423   // User Implementation
01424   //
01425 
01426   return eyedb::Success;
01427 }
01428 
01429 //
01430 // int16 TimeStamp::is_greater_or_equal(in time_stamp*) [utilsmthfe.cc]
01431 //
01432 
01433 Status
01434 __method__OUT_int16_is_greater_or_equal_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, eyedblib::int16 &retarg)
01435 {
01436   _packageInit(_db);
01437 
01438   //
01439   // User Implementation
01440   //
01441 
01442   return eyedb::Success;
01443 }
01444 
01445 //
01446 // int16 TimeStamp::is_less(in time_stamp*) [utilsmthfe.cc]
01447 //
01448 
01449 Status
01450 __method__OUT_int16_is_less_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, eyedblib::int16 &retarg)
01451 {
01452   _packageInit(_db);
01453 
01454   //
01455   // User Implementation
01456   //
01457 
01458   return eyedb::Success;
01459 }
01460 
01461 //
01462 // int16 TimeStamp::is_less_or_equal(in time_stamp*) [utilsmthfe.cc]
01463 //
01464 
01465 Status
01466 __method__OUT_int16_is_less_or_equal_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, eyedblib::int16 &retarg)
01467 {
01468   _packageInit(_db);
01469 
01470   //
01471   // User Implementation
01472   //
01473 
01474   return eyedb::Success;
01475 }
01476 
01477 //
01478 // int16 TimeStamp::is_between(in time_stamp*, in time_stamp*) [utilsmthfe.cc]
01479 //
01480 
01481 Status
01482 __method__OUT_int16_is_between_time_stamp__IN_time_stamp_REF___IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts1, TimeStamp * ts2, eyedblib::int16 &retarg)
01483 {
01484   _packageInit(_db);
01485 
01486   //
01487   // User Implementation
01488   //
01489 
01490   return eyedb::Success;
01491 }
01492 
01493 //
01494 // int16 TimeStamp::gmt_hour() [utilsmthfe.cc]
01495 //
01496 
01497 Status
01498 __method__OUT_int16_gmt_hour_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01499 {
01500   _packageInit(_db);
01501 
01502   //
01503   // User Implementation
01504   //
01505 
01506   return eyedb::Success;
01507 }
01508 
01509 //
01510 // int16 TimeStamp::gmt_minute() [utilsmthfe.cc]
01511 //
01512 
01513 Status
01514 __method__OUT_int16_gmt_minute_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01515 {
01516   _packageInit(_db);
01517 
01518   //
01519   // User Implementation
01520   //
01521 
01522   return eyedb::Success;
01523 }
01524 
01525 //
01526 // int16 TimeStamp::microsecond() [utilsmthfe.cc]
01527 //
01528 
01529 Status
01530 __method__OUT_int16_microsecond_time_stamp(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01531 {
01532   _packageInit(_db);
01533 
01534   //
01535   // User Implementation
01536   //
01537 
01538   return eyedb::Success;
01539 }
01540 
01541 //
01542 // void TimeStamp::set_usecs(in int64, in int16) [utilsmthfe.cc]
01543 //
01544 
01545 Status
01546 __method__OUT_void_set_usecs_time_stamp__IN_int64__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int64 usec, const eyedblib::int16 tz)
01547 {
01548   _packageInit(_db);
01549 
01550   //
01551   // User Implementation
01552   //
01553 
01554   return eyedb::Success;
01555 }
01556 
01557 //
01558 // time_interval* TimeStamp::substract(in time_stamp*) [utilsmthfe.cc]
01559 //
01560 
01561 Status
01562 __method__OUT_time_interval_REF__substract_time_stamp__IN_time_stamp_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeStamp * ts, TimeInterval * &retarg)
01563 {
01564   _packageInit(_db);
01565 
01566   //
01567   // User Implementation
01568   //
01569 
01570   return eyedb::Success;
01571 }
01572 
01573 //
01574 // time_interval* TimeInterval::time_interval(in int64) [utilsmthfe.cc]
01575 //
01576 
01577 Status
01578 __method_static_OUT_time_interval_REF__time_interval_time_interval__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int64 usecs, TimeInterval * &retarg)
01579 {
01580   _packageInit(_db);
01581 
01582   //
01583   // User Implementation
01584   //
01585 
01586   return eyedb::Success;
01587 }
01588 
01589 //
01590 // time_interval* TimeInterval::time_interval(in int32, in int16, in int16, in int16, in int16, in int16) [utilsmthfe.cc]
01591 //
01592 
01593 Status
01594 __method_static_OUT_time_interval_REF__time_interval_time_interval__IN_int32__IN_int16__IN_int16__IN_int16__IN_int16__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 day, const eyedblib::int16 hours, const eyedblib::int16 min, const eyedblib::int16 sec, const eyedblib::int16 msec, const eyedblib::int16 usec, TimeInterval * &retarg)
01595 {
01596   _packageInit(_db);
01597 
01598   //
01599   // User Implementation
01600   //
01601 
01602   return eyedb::Success;
01603 }
01604 
01605 //
01606 // int32 TimeInterval::day() [utilsmthfe.cc]
01607 //
01608 
01609 Status
01610 __method__OUT_int32_day_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
01611 {
01612   _packageInit(_db);
01613 
01614   //
01615   // User Implementation
01616   //
01617 
01618   return eyedb::Success;
01619 }
01620 
01621 //
01622 // int16 TimeInterval::hour() [utilsmthfe.cc]
01623 //
01624 
01625 Status
01626 __method__OUT_int16_hour_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01627 {
01628   _packageInit(_db);
01629 
01630   //
01631   // User Implementation
01632   //
01633 
01634   return eyedb::Success;
01635 }
01636 
01637 //
01638 // int16 TimeInterval::minute() [utilsmthfe.cc]
01639 //
01640 
01641 Status
01642 __method__OUT_int16_minute_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01643 {
01644   _packageInit(_db);
01645 
01646   //
01647   // User Implementation
01648   //
01649 
01650   return eyedb::Success;
01651 }
01652 
01653 //
01654 // int16 TimeInterval::second() [utilsmthfe.cc]
01655 //
01656 
01657 Status
01658 __method__OUT_int16_second_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01659 {
01660   _packageInit(_db);
01661 
01662   //
01663   // User Implementation
01664   //
01665 
01666   return eyedb::Success;
01667 }
01668 
01669 //
01670 // int16 TimeInterval::millisecond() [utilsmthfe.cc]
01671 //
01672 
01673 Status
01674 __method__OUT_int16_millisecond_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01675 {
01676   _packageInit(_db);
01677 
01678   //
01679   // User Implementation
01680   //
01681 
01682   return eyedb::Success;
01683 }
01684 
01685 //
01686 // int16 TimeInterval::microsecond() [utilsmthfe.cc]
01687 //
01688 
01689 Status
01690 __method__OUT_int16_microsecond_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01691 {
01692   _packageInit(_db);
01693 
01694   //
01695   // User Implementation
01696   //
01697 
01698   return eyedb::Success;
01699 }
01700 
01701 //
01702 // int16 TimeInterval::is_zero() [utilsmthfe.cc]
01703 //
01704 
01705 Status
01706 __method__OUT_int16_is_zero_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int16 &retarg)
01707 {
01708   _packageInit(_db);
01709 
01710   //
01711   // User Implementation
01712   //
01713 
01714   return eyedb::Success;
01715 }
01716 
01717 //
01718 // string TimeInterval::toString() [utilsmthfe.cc]
01719 //
01720 
01721 Status
01722 __method__OUT_string_toString_time_interval(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
01723 {
01724   _packageInit(_db);
01725 
01726   //
01727   // User Implementation
01728   //
01729 
01730   return eyedb::Success;
01731 }
01732 
01733 //
01734 // time_interval* TimeInterval::plus(in time_interval*) [utilsmthfe.cc]
01735 //
01736 
01737 Status
01738 __method__OUT_time_interval_REF__plus_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, TimeInterval * &retarg)
01739 {
01740   _packageInit(_db);
01741 
01742   //
01743   // User Implementation
01744   //
01745 
01746   return eyedb::Success;
01747 }
01748 
01749 //
01750 // time_interval* TimeInterval::minus(in time_interval*) [utilsmthfe.cc]
01751 //
01752 
01753 Status
01754 __method__OUT_time_interval_REF__minus_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, TimeInterval * &retarg)
01755 {
01756   _packageInit(_db);
01757 
01758   //
01759   // User Implementation
01760   //
01761 
01762   return eyedb::Success;
01763 }
01764 
01765 //
01766 // time_interval* TimeInterval::product(in int64) [utilsmthfe.cc]
01767 //
01768 
01769 Status
01770 __method__OUT_time_interval_REF__product_time_interval__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int64 val, TimeInterval * &retarg)
01771 {
01772   _packageInit(_db);
01773 
01774   //
01775   // User Implementation
01776   //
01777 
01778   return eyedb::Success;
01779 }
01780 
01781 //
01782 // time_interval* TimeInterval::quotient(in int64) [utilsmthfe.cc]
01783 //
01784 
01785 Status
01786 __method__OUT_time_interval_REF__quotient_time_interval__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int64 val, TimeInterval * &retarg)
01787 {
01788   _packageInit(_db);
01789 
01790   //
01791   // User Implementation
01792   //
01793 
01794   return eyedb::Success;
01795 }
01796 
01797 //
01798 // int16 TimeInterval::is_equal(in time_interval*) [utilsmthfe.cc]
01799 //
01800 
01801 Status
01802 __method__OUT_int16_is_equal_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, eyedblib::int16 &retarg)
01803 {
01804   _packageInit(_db);
01805 
01806   //
01807   // User Implementation
01808   //
01809 
01810   return eyedb::Success;
01811 }
01812 
01813 //
01814 // int16 TimeInterval::is_greater(in time_interval*) [utilsmthfe.cc]
01815 //
01816 
01817 Status
01818 __method__OUT_int16_is_greater_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, eyedblib::int16 &retarg)
01819 {
01820   _packageInit(_db);
01821 
01822   //
01823   // User Implementation
01824   //
01825 
01826   return eyedb::Success;
01827 }
01828 
01829 //
01830 // int16 TimeInterval::is_greater_or_equal(in time_interval*) [utilsmthfe.cc]
01831 //
01832 
01833 Status
01834 __method__OUT_int16_is_greater_or_equal_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, eyedblib::int16 &retarg)
01835 {
01836   _packageInit(_db);
01837 
01838   //
01839   // User Implementation
01840   //
01841 
01842   return eyedb::Success;
01843 }
01844 
01845 //
01846 // int16 TimeInterval::is_less(in time_interval*) [utilsmthfe.cc]
01847 //
01848 
01849 Status
01850 __method__OUT_int16_is_less_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, eyedblib::int16 &retarg)
01851 {
01852   _packageInit(_db);
01853 
01854   //
01855   // User Implementation
01856   //
01857 
01858   return eyedb::Success;
01859 }
01860 
01861 //
01862 // int16 TimeInterval::is_less_or_equal(in time_interval*) [utilsmthfe.cc]
01863 //
01864 
01865 Status
01866 __method__OUT_int16_is_less_or_equal_time_interval__IN_time_interval_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, TimeInterval * i, eyedblib::int16 &retarg)
01867 {
01868   _packageInit(_db);
01869 
01870   //
01871   // User Implementation
01872   //
01873 
01874   return eyedb::Success;
01875 }
01876 
01877 //
01878 // void TimeInterval::set_usecs(in int64) [utilsmthfe.cc]
01879 //
01880 
01881 Status
01882 __method__OUT_void_set_usecs_time_interval__IN_int64(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int64 usecs)
01883 {
01884   _packageInit(_db);
01885 
01886   //
01887   // User Implementation
01888   //
01889 
01890   return eyedb::Success;
01891 }
01892 
01893 //
01894 // ostring* OString::ostring() [utilsmthfe.cc]
01895 //
01896 
01897 Status
01898 __method_static_OUT_ostring_REF__ostring_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, OString * &retarg)
01899 {
01900   _packageInit(_db);
01901 
01902   //
01903   // User Implementation
01904   //
01905 
01906   return eyedb::Success;
01907 }
01908 
01909 //
01910 // ostring* OString::ostring(in string) [utilsmthfe.cc]
01911 //
01912 
01913 Status
01914 __method_static_OUT_ostring_REF__ostring_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, OString * &retarg)
01915 {
01916   _packageInit(_db);
01917 
01918   //
01919   // User Implementation
01920   //
01921 
01922   return eyedb::Success;
01923 }
01924 
01925 //
01926 // ostring* OString::ostring(in string, in int32) [utilsmthfe.cc]
01927 //
01928 
01929 Status
01930 __method_static_OUT_ostring_REF__ostring_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, const eyedblib::int32 len, OString * &retarg)
01931 {
01932   _packageInit(_db);
01933 
01934   //
01935   // User Implementation
01936   //
01937 
01938   return eyedb::Success;
01939 }
01940 
01941 //
01942 // ostring* OString::ostring(in string, in int32, in int32) [utilsmthfe.cc]
01943 //
01944 
01945 Status
01946 __method_static_OUT_ostring_REF__ostring_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
01947 {
01948   _packageInit(_db);
01949 
01950   //
01951   // User Implementation
01952   //
01953 
01954   return eyedb::Success;
01955 }
01956 
01957 //
01958 // ostring* OString::ostring(in ostring*) [utilsmthfe.cc]
01959 //
01960 
01961 Status
01962 __method_static_OUT_ostring_REF__ostring_ostring__IN_ostring_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, OString * s, OString * &retarg)
01963 {
01964   _packageInit(_db);
01965 
01966   //
01967   // User Implementation
01968   //
01969 
01970   return eyedb::Success;
01971 }
01972 
01973 //
01974 // ostring* OString::ostring(in char) [utilsmthfe.cc]
01975 //
01976 
01977 Status
01978 __method_static_OUT_ostring_REF__ostring_ostring__IN_char(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char s, OString * &retarg)
01979 {
01980   _packageInit(_db);
01981 
01982   //
01983   // User Implementation
01984   //
01985 
01986   return eyedb::Success;
01987 }
01988 
01989 //
01990 // ostring* OString::ostring(in int32) [utilsmthfe.cc]
01991 //
01992 
01993 Status
01994 __method_static_OUT_ostring_REF__ostring_ostring__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 s, OString * &retarg)
01995 {
01996   _packageInit(_db);
01997 
01998   //
01999   // User Implementation
02000   //
02001 
02002   return eyedb::Success;
02003 }
02004 
02005 //
02006 // ostring* OString::ostring(in float) [utilsmthfe.cc]
02007 //
02008 
02009 Status
02010 __method_static_OUT_ostring_REF__ostring_ostring__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double s, OString * &retarg)
02011 {
02012   _packageInit(_db);
02013 
02014   //
02015   // User Implementation
02016   //
02017 
02018   return eyedb::Success;
02019 }
02020 
02021 //
02022 // int32 OString::strlen(in string) [utilsmthfe.cc]
02023 //
02024 
02025 Status
02026 __method_static_OUT_int32_strlen_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, eyedblib::int32 &retarg)
02027 {
02028   _packageInit(_db);
02029 
02030   //
02031   // User Implementation
02032   //
02033 
02034   return eyedb::Success;
02035 }
02036 
02037 //
02038 // int32 OString::strcmp(in string, in string) [utilsmthfe.cc]
02039 //
02040 
02041 Status
02042 __method_static_OUT_int32_strcmp_ostring__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s1, const char * s2, eyedblib::int32 &retarg)
02043 {
02044   _packageInit(_db);
02045 
02046   //
02047   // User Implementation
02048   //
02049 
02050   return eyedb::Success;
02051 }
02052 
02053 //
02054 // int32 OString::strstr(in string, in string) [utilsmthfe.cc]
02055 //
02056 
02057 Status
02058 __method_static_OUT_int32_strstr_ostring__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s1, const char * s2, eyedblib::int32 &retarg)
02059 {
02060   _packageInit(_db);
02061 
02062   //
02063   // User Implementation
02064   //
02065 
02066   return eyedb::Success;
02067 }
02068 
02069 //
02070 // string OString::substr(in string, in int32, in int32) [utilsmthfe.cc]
02071 //
02072 
02073 Status
02074 __method_static_OUT_string_substr_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, const eyedblib::int32 offset, const eyedblib::int32 len, char * &retarg)
02075 {
02076   _packageInit(_db);
02077 
02078   //
02079   // User Implementation
02080   //
02081 
02082   return eyedb::Success;
02083 }
02084 
02085 //
02086 // string OString::toLower(in string) [utilsmthfe.cc]
02087 //
02088 
02089 Status
02090 __method_static_OUT_string_toLower_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, char * &retarg)
02091 {
02092   _packageInit(_db);
02093 
02094   //
02095   // User Implementation
02096   //
02097 
02098   return eyedb::Success;
02099 }
02100 
02101 //
02102 // string OString::toUpper(in string) [utilsmthfe.cc]
02103 //
02104 
02105 Status
02106 __method_static_OUT_string_toUpper_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, char * &retarg)
02107 {
02108   _packageInit(_db);
02109 
02110   //
02111   // User Implementation
02112   //
02113 
02114   return eyedb::Success;
02115 }
02116 
02117 //
02118 // string OString::rtrim(in string) [utilsmthfe.cc]
02119 //
02120 
02121 Status
02122 __method_static_OUT_string_rtrim_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, char * &retarg)
02123 {
02124   _packageInit(_db);
02125 
02126   //
02127   // User Implementation
02128   //
02129 
02130   return eyedb::Success;
02131 }
02132 
02133 //
02134 // string OString::ltrim(in string) [utilsmthfe.cc]
02135 //
02136 
02137 Status
02138 __method_static_OUT_string_ltrim_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s, char * &retarg)
02139 {
02140   _packageInit(_db);
02141 
02142   //
02143   // User Implementation
02144   //
02145 
02146   return eyedb::Success;
02147 }
02148 
02149 //
02150 // ostring* OString::concat(in string, in string) [utilsmthfe.cc]
02151 //
02152 
02153 Status
02154 __method_static_OUT_ostring_REF__concat_ostring__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * s1, const char * s2, OString * &retarg)
02155 {
02156   _packageInit(_db);
02157 
02158   //
02159   // User Implementation
02160   //
02161 
02162   return eyedb::Success;
02163 }
02164 
02165 //
02166 // ostring* OString::append(in string) [utilsmthfe.cc]
02167 //
02168 
02169 Status
02170 __method__OUT_ostring_REF__append_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, OString * &retarg)
02171 {
02172   _packageInit(_db);
02173 
02174   //
02175   // User Implementation
02176   //
02177 
02178   return eyedb::Success;
02179 }
02180 
02181 //
02182 // ostring* OString::append(in string, in int32) [utilsmthfe.cc]
02183 //
02184 
02185 Status
02186 __method__OUT_ostring_REF__append_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 len, OString * &retarg)
02187 {
02188   _packageInit(_db);
02189 
02190   //
02191   // User Implementation
02192   //
02193 
02194   return eyedb::Success;
02195 }
02196 
02197 //
02198 // ostring* OString::append(in string, in int32, in int32) [utilsmthfe.cc]
02199 //
02200 
02201 Status
02202 __method__OUT_ostring_REF__append_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
02203 {
02204   _packageInit(_db);
02205 
02206   //
02207   // User Implementation
02208   //
02209 
02210   return eyedb::Success;
02211 }
02212 
02213 //
02214 // ostring* OString::prepend(in string) [utilsmthfe.cc]
02215 //
02216 
02217 Status
02218 __method__OUT_ostring_REF__prepend_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, OString * &retarg)
02219 {
02220   _packageInit(_db);
02221 
02222   //
02223   // User Implementation
02224   //
02225 
02226   return eyedb::Success;
02227 }
02228 
02229 //
02230 // ostring* OString::prepend(in string, in int32) [utilsmthfe.cc]
02231 //
02232 
02233 Status
02234 __method__OUT_ostring_REF__prepend_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 len, OString * &retarg)
02235 {
02236   _packageInit(_db);
02237 
02238   //
02239   // User Implementation
02240   //
02241 
02242   return eyedb::Success;
02243 }
02244 
02245 //
02246 // ostring* OString::prepend(in string, in int32, in int32) [utilsmthfe.cc]
02247 //
02248 
02249 Status
02250 __method__OUT_ostring_REF__prepend_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
02251 {
02252   _packageInit(_db);
02253 
02254   //
02255   // User Implementation
02256   //
02257 
02258   return eyedb::Success;
02259 }
02260 
02261 //
02262 // ostring* OString::insert(in int32, in string) [utilsmthfe.cc]
02263 //
02264 
02265 Status
02266 __method__OUT_ostring_REF__insert_ostring__IN_int32__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const char * s, OString * &retarg)
02267 {
02268   _packageInit(_db);
02269 
02270   //
02271   // User Implementation
02272   //
02273 
02274   return eyedb::Success;
02275 }
02276 
02277 //
02278 // ostring* OString::insert(in int32, in string, in int32) [utilsmthfe.cc]
02279 //
02280 
02281 Status
02282 __method__OUT_ostring_REF__insert_ostring__IN_int32__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const char * arg2, const eyedblib::int32 len, OString * &retarg)
02283 {
02284   _packageInit(_db);
02285 
02286   //
02287   // User Implementation
02288   //
02289 
02290   return eyedb::Success;
02291 }
02292 
02293 //
02294 // ostring* OString::insert(in int32, in string, in int32, in int32) [utilsmthfe.cc]
02295 //
02296 
02297 Status
02298 __method__OUT_ostring_REF__insert_ostring__IN_int32__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const char * arg2, const eyedblib::int32 offset2, const eyedblib::int32 len, OString * &retarg)
02299 {
02300   _packageInit(_db);
02301 
02302   //
02303   // User Implementation
02304   //
02305 
02306   return eyedb::Success;
02307 }
02308 
02309 //
02310 // int32 OString::first(in string) [utilsmthfe.cc]
02311 //
02312 
02313 Status
02314 __method__OUT_int32_first_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, eyedblib::int32 &retarg)
02315 {
02316   _packageInit(_db);
02317 
02318   //
02319   // User Implementation
02320   //
02321 
02322   return eyedb::Success;
02323 }
02324 
02325 //
02326 // int32 OString::last(in string) [utilsmthfe.cc]
02327 //
02328 
02329 Status
02330 __method__OUT_int32_last_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, eyedblib::int32 &retarg)
02331 {
02332   _packageInit(_db);
02333 
02334   //
02335   // User Implementation
02336   //
02337 
02338   return eyedb::Success;
02339 }
02340 
02341 //
02342 // int32 OString::find(in string, in int32) [utilsmthfe.cc]
02343 //
02344 
02345 Status
02346 __method__OUT_int32_find_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 offset, eyedblib::int32 &retarg)
02347 {
02348   _packageInit(_db);
02349 
02350   //
02351   // User Implementation
02352   //
02353 
02354   return eyedb::Success;
02355 }
02356 
02357 //
02358 // ostring* OString::substr(in int32, in int32) [utilsmthfe.cc]
02359 //
02360 
02361 Status
02362 __method__OUT_ostring_REF__substr_ostring__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
02363 {
02364   _packageInit(_db);
02365 
02366   //
02367   // User Implementation
02368   //
02369 
02370   return eyedb::Success;
02371 }
02372 
02373 //
02374 // ostring* OString::substr(in string, in int32) [utilsmthfe.cc]
02375 //
02376 
02377 Status
02378 __method__OUT_ostring_REF__substr_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * regexp, const eyedblib::int32 offset, OString * &retarg)
02379 {
02380   _packageInit(_db);
02381 
02382   //
02383   // User Implementation
02384   //
02385 
02386   return eyedb::Success;
02387 }
02388 
02389 //
02390 // ostring* OString::erase(in int32, in int32) [utilsmthfe.cc]
02391 //
02392 
02393 Status
02394 __method__OUT_ostring_REF__erase_ostring__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
02395 {
02396   _packageInit(_db);
02397 
02398   //
02399   // User Implementation
02400   //
02401 
02402   return eyedb::Success;
02403 }
02404 
02405 //
02406 // ostring* OString::replace(in int32, in int32, in string) [utilsmthfe.cc]
02407 //
02408 
02409 Status
02410 __method__OUT_ostring_REF__replace_ostring__IN_int32__IN_int32__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const eyedblib::int32 len, const char * arg3, OString * &retarg)
02411 {
02412   _packageInit(_db);
02413 
02414   //
02415   // User Implementation
02416   //
02417 
02418   return eyedb::Success;
02419 }
02420 
02421 //
02422 // ostring* OString::replace(in int32, in int32, in string, in int32) [utilsmthfe.cc]
02423 //
02424 
02425 Status
02426 __method__OUT_ostring_REF__replace_ostring__IN_int32__IN_int32__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const eyedblib::int32 len, const char * arg3, const eyedblib::int32 len2, OString * &retarg)
02427 {
02428   _packageInit(_db);
02429 
02430   //
02431   // User Implementation
02432   //
02433 
02434   return eyedb::Success;
02435 }
02436 
02437 //
02438 // ostring* OString::replace(in int32, in int32, in string, in int32, in int32) [utilsmthfe.cc]
02439 //
02440 
02441 Status
02442 __method__OUT_ostring_REF__replace_ostring__IN_int32__IN_int32__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 offset, const eyedblib::int32 len, const char * arg3, const eyedblib::int32 offset2, const eyedblib::int32 len2, OString * &retarg)
02443 {
02444   _packageInit(_db);
02445 
02446   //
02447   // User Implementation
02448   //
02449 
02450   return eyedb::Success;
02451 }
02452 
02453 //
02454 // ostring* OString::replace(in string, in string) [utilsmthfe.cc]
02455 //
02456 
02457 Status
02458 __method__OUT_ostring_REF__replace_ostring__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s1, const char * s2, OString * &retarg)
02459 {
02460   _packageInit(_db);
02461 
02462   //
02463   // User Implementation
02464   //
02465 
02466   return eyedb::Success;
02467 }
02468 
02469 //
02470 // void OString::reset() [utilsmthfe.cc]
02471 //
02472 
02473 Status
02474 __method__OUT_void_reset_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
02475 {
02476   _packageInit(_db);
02477 
02478   //
02479   // User Implementation
02480   //
02481 
02482   return eyedb::Success;
02483 }
02484 
02485 //
02486 // ostring* OString::assign(in string, in int32) [utilsmthfe.cc]
02487 //
02488 
02489 Status
02490 __method__OUT_ostring_REF__assign_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 len, OString * &retarg)
02491 {
02492   _packageInit(_db);
02493 
02494   //
02495   // User Implementation
02496   //
02497 
02498   return eyedb::Success;
02499 }
02500 
02501 //
02502 // ostring* OString::assign(in string, in int32, in int32) [utilsmthfe.cc]
02503 //
02504 
02505 Status
02506 __method__OUT_ostring_REF__assign_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 offset, const eyedblib::int32 len, OString * &retarg)
02507 {
02508   _packageInit(_db);
02509 
02510   //
02511   // User Implementation
02512   //
02513 
02514   return eyedb::Success;
02515 }
02516 
02517 //
02518 // ostring* OString::toLower() [utilsmthfe.cc]
02519 //
02520 
02521 Status
02522 __method__OUT_ostring_REF__toLower_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OString * &retarg)
02523 {
02524   _packageInit(_db);
02525 
02526   //
02527   // User Implementation
02528   //
02529 
02530   return eyedb::Success;
02531 }
02532 
02533 //
02534 // ostring* OString::toUpper() [utilsmthfe.cc]
02535 //
02536 
02537 Status
02538 __method__OUT_ostring_REF__toUpper_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OString * &retarg)
02539 {
02540   _packageInit(_db);
02541 
02542   //
02543   // User Implementation
02544   //
02545 
02546   return eyedb::Success;
02547 }
02548 
02549 //
02550 // ostring* OString::rtrim() [utilsmthfe.cc]
02551 //
02552 
02553 Status
02554 __method__OUT_ostring_REF__rtrim_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OString * &retarg)
02555 {
02556   _packageInit(_db);
02557 
02558   //
02559   // User Implementation
02560   //
02561 
02562   return eyedb::Success;
02563 }
02564 
02565 //
02566 // ostring* OString::ltrim() [utilsmthfe.cc]
02567 //
02568 
02569 Status
02570 __method__OUT_ostring_REF__ltrim_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OString * &retarg)
02571 {
02572   _packageInit(_db);
02573 
02574   //
02575   // User Implementation
02576   //
02577 
02578   return eyedb::Success;
02579 }
02580 
02581 //
02582 // int32 OString::compare(in string) [utilsmthfe.cc]
02583 //
02584 
02585 Status
02586 __method__OUT_int32_compare_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, eyedblib::int32 &retarg)
02587 {
02588   _packageInit(_db);
02589 
02590   //
02591   // User Implementation
02592   //
02593 
02594   return eyedb::Success;
02595 }
02596 
02597 //
02598 // int32 OString::compare(in string, in int32) [utilsmthfe.cc]
02599 //
02600 
02601 Status
02602 __method__OUT_int32_compare_ostring__IN_string__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 to, eyedblib::int32 &retarg)
02603 {
02604   _packageInit(_db);
02605 
02606   //
02607   // User Implementation
02608   //
02609 
02610   return eyedb::Success;
02611 }
02612 
02613 //
02614 // int32 OString::compare(in string, in int32, in int32) [utilsmthfe.cc]
02615 //
02616 
02617 Status
02618 __method__OUT_int32_compare_ostring__IN_string__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * s, const eyedblib::int32 from, const eyedblib::int32 to, eyedblib::int32 &retarg)
02619 {
02620   _packageInit(_db);
02621 
02622   //
02623   // User Implementation
02624   //
02625 
02626   return eyedb::Success;
02627 }
02628 
02629 //
02630 // int32 OString::is_null() [utilsmthfe.cc]
02631 //
02632 
02633 Status
02634 __method__OUT_int32_is_null_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
02635 {
02636   _packageInit(_db);
02637 
02638   //
02639   // User Implementation
02640   //
02641 
02642   return eyedb::Success;
02643 }
02644 
02645 //
02646 // int32 OString::match(in string) [utilsmthfe.cc]
02647 //
02648 
02649 Status
02650 __method__OUT_int32_match_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * regexp, eyedblib::int32 &retarg)
02651 {
02652   _packageInit(_db);
02653 
02654   //
02655   // User Implementation
02656   //
02657 
02658   return eyedb::Success;
02659 }
02660 
02661 //
02662 // int32 OString::length() [utilsmthfe.cc]
02663 //
02664 
02665 Status
02666 __method__OUT_int32_length_ostring(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
02667 {
02668   _packageInit(_db);
02669 
02670   //
02671   // User Implementation
02672   //
02673 
02674   return eyedb::Success;
02675 }
02676 
02677 //
02678 // string[] OString::split(in string) [utilsmthfe.cc]
02679 //
02680 
02681 Status
02682 __method__OUT_string_ARRAY__split_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * separator, char * * &retarg, int &retarg_cnt)
02683 {
02684   _packageInit(_db);
02685 
02686   //
02687   // User Implementation
02688   //
02689 
02690   return eyedb::Success;
02691 }
02692 
02693 //
02694 // string[] OString::regexp_split(in string) [utilsmthfe.cc]
02695 //
02696 
02697 Status
02698 __method__OUT_string_ARRAY__regexp_split_ostring__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * regexp_separator, char * * &retarg, int &retarg_cnt)
02699 {
02700   _packageInit(_db);
02701 
02702   //
02703   // User Implementation
02704   //
02705 
02706   return eyedb::Success;
02707 }
02708 

Generated on Mon Dec 22 18:16:13 2008 for eyedb by  doxygen 1.5.3