oqlctbmthfe-skel.cc

00001 
00002 /*
00003  * EyeDB Version 2.8.0 Copyright (c) 1995-2006 SYSRA
00004  *
00005  * File 'oqlctbmthfe-skel.cc'
00006  *
00007  * Package Name 'oqlctb'
00008  *
00009  * Generated by eyedbodl at Fri May  4 10:14:33 2007
00010  *
00011  */
00012 
00013 #include <eyedb/eyedb.h>
00014 
00015 #include "oqlctb.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 oqlctbmthfe-skel.cc oqlctbmthfe.cc
00024 
00025 #2. Implement the user methods in oqlctbmthfe.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 oqlctbmthfe-2.8.0.so <eyedbinstalldir>/lib/eyedb
00031 
00032 #5. Change the file access mode
00033 chmod a+r <eyedbinstalldir>/lib/eyedb/oqlctbmthfe-2.8.0.so
00034 
00035 */
00036 
00037 static Bool __oqlctb_init = False;
00038 
00039 #define _packageInit(DB) \
00040  \
00041   if (!__oqlctb_init) { \
00042     oqlctb::init(); \
00043     __oqlctb_init = True; \
00044   } \
00045  \
00046   if (!(DB)->getUserData("eyedb:oqlctb")) { \
00047      Status s = oqlctbDatabase::checkSchema((DB)->getSchema()); \
00048      if (s) return s; \
00049      oqlctbDatabase::setConsApp(DB); \
00050      (DB)->setUserData("eyedb:oqlctb", (void *)1); \
00051   }
00052 
00053 //
00054 // oid object::getOid() [oqlctbmthfe.cc]
00055 //
00056 
00057 Status
00058 __method__OUT_oid_getOid_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Oid &retarg)
00059 {
00060   _packageInit(_db);
00061 
00062   //
00063   // User Implementation
00064   //
00065 
00066   return eyedb::Success;
00067 }
00068 
00069 //
00070 // object* object::getObject() [oqlctbmthfe.cc]
00071 //
00072 
00073 Status
00074 __method__OUT_object_REF__getObject_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Object * &retarg)
00075 {
00076   _packageInit(_db);
00077 
00078   //
00079   // User Implementation
00080   //
00081 
00082   return eyedb::Success;
00083 }
00084 
00085 //
00086 // string object::toString() [oqlctbmthfe.cc]
00087 //
00088 
00089 Status
00090 __method__OUT_string_toString_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00091 {
00092   _packageInit(_db);
00093 
00094   //
00095   // User Implementation
00096   //
00097 
00098   return eyedb::Success;
00099 }
00100 
00101 //
00102 // string object::toString(in int32) [oqlctbmthfe.cc]
00103 //
00104 
00105 Status
00106 __method__OUT_string_toString_object__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 flags, char * &retarg)
00107 {
00108   _packageInit(_db);
00109 
00110   //
00111   // User Implementation
00112   //
00113 
00114   return eyedb::Success;
00115 }
00116 
00117 //
00118 // database* object::getDatabase() [oqlctbmthfe.cc]
00119 //
00120 
00121 Status
00122 __method__OUT_database_REF__getDatabase_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDatabase * &retarg)
00123 {
00124   _packageInit(_db);
00125 
00126   //
00127   // User Implementation
00128   //
00129 
00130   return eyedb::Success;
00131 }
00132 
00133 //
00134 // void object::setDatabase(in database*) [oqlctbmthfe.cc]
00135 //
00136 
00137 Status
00138 __method__OUT_void_setDatabase_object__IN_database_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDatabase * arg1)
00139 {
00140   _packageInit(_db);
00141 
00142   //
00143   // User Implementation
00144   //
00145 
00146   return eyedb::Success;
00147 }
00148 
00149 //
00150 // dataspace* object::getDataspace() [oqlctbmthfe.cc]
00151 //
00152 
00153 Status
00154 __method__OUT_dataspace_REF__getDataspace_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * &retarg)
00155 {
00156   _packageInit(_db);
00157 
00158   //
00159   // User Implementation
00160   //
00161 
00162   return eyedb::Success;
00163 }
00164 
00165 //
00166 // void object::setDataspace(in dataspace*) [oqlctbmthfe.cc]
00167 //
00168 
00169 Status
00170 __method__OUT_void_setDataspace_object__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00171 {
00172   _packageInit(_db);
00173 
00174   //
00175   // User Implementation
00176   //
00177 
00178   return eyedb::Success;
00179 }
00180 
00181 //
00182 // void object::move(in dataspace*) [oqlctbmthfe.cc]
00183 //
00184 
00185 Status
00186 __method__OUT_void_move_object__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00187 {
00188   _packageInit(_db);
00189 
00190   //
00191   // User Implementation
00192   //
00193 
00194   return eyedb::Success;
00195 }
00196 
00197 //
00198 // void object::store() [oqlctbmthfe.cc]
00199 //
00200 
00201 Status
00202 __method__OUT_void_store_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
00203 {
00204   _packageInit(_db);
00205 
00206   //
00207   // User Implementation
00208   //
00209 
00210   return eyedb::Success;
00211 }
00212 
00213 //
00214 // object* object::clone() [oqlctbmthfe.cc]
00215 //
00216 
00217 Status
00218 __method__OUT_object_REF__clone_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Object * &retarg)
00219 {
00220   _packageInit(_db);
00221 
00222   //
00223   // User Implementation
00224   //
00225 
00226   return eyedb::Success;
00227 }
00228 
00229 //
00230 // int64 object::getCTime() [oqlctbmthfe.cc]
00231 //
00232 
00233 Status
00234 __method__OUT_int64_getCTime_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int64 &retarg)
00235 {
00236   _packageInit(_db);
00237 
00238   //
00239   // User Implementation
00240   //
00241 
00242   return eyedb::Success;
00243 }
00244 
00245 //
00246 // int64 object::getMTime() [oqlctbmthfe.cc]
00247 //
00248 
00249 Status
00250 __method__OUT_int64_getMTime_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int64 &retarg)
00251 {
00252   _packageInit(_db);
00253 
00254   //
00255   // User Implementation
00256   //
00257 
00258   return eyedb::Success;
00259 }
00260 
00261 //
00262 // string object::getStringCTime() [oqlctbmthfe.cc]
00263 //
00264 
00265 Status
00266 __method__OUT_string_getStringCTime_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00267 {
00268   _packageInit(_db);
00269 
00270   //
00271   // User Implementation
00272   //
00273 
00274   return eyedb::Success;
00275 }
00276 
00277 //
00278 // string object::getStringMTime() [oqlctbmthfe.cc]
00279 //
00280 
00281 Status
00282 __method__OUT_string_getStringMTime_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00283 {
00284   _packageInit(_db);
00285 
00286   //
00287   // User Implementation
00288   //
00289 
00290   return eyedb::Success;
00291 }
00292 
00293 //
00294 // bool object::isRemoved() [oqlctbmthfe.cc]
00295 //
00296 
00297 Status
00298 __method__OUT_bool_isRemoved_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
00299 {
00300   _packageInit(_db);
00301 
00302   //
00303   // User Implementation
00304   //
00305 
00306   return eyedb::Success;
00307 }
00308 
00309 //
00310 // bool object::isModify() [oqlctbmthfe.cc]
00311 //
00312 
00313 Status
00314 __method__OUT_bool_isModify_object(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
00315 {
00316   _packageInit(_db);
00317 
00318   //
00319   // User Implementation
00320   //
00321 
00322   return eyedb::Success;
00323 }
00324 
00325 //
00326 // void object::setLock(in lock_mode) [oqlctbmthfe.cc]
00327 //
00328 
00329 Status
00330 __method__OUT_void_setLock_object__IN_lock_mode(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const OqlCtbLockMode::Type mode)
00331 {
00332   _packageInit(_db);
00333 
00334   //
00335   // User Implementation
00336   //
00337 
00338   return eyedb::Success;
00339 }
00340 
00341 //
00342 // void object::setLock(in lock_mode, out int32) [oqlctbmthfe.cc]
00343 //
00344 
00345 Status
00346 __method__OUT_void_setLock_object__IN_lock_mode__OUT_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const OqlCtbLockMode::Type mode, eyedblib::int32 &rmode)
00347 {
00348   _packageInit(_db);
00349 
00350   //
00351   // User Implementation
00352   //
00353 
00354   return eyedb::Success;
00355 }
00356 
00357 //
00358 // void object::getLock(out lock_mode) [oqlctbmthfe.cc]
00359 //
00360 
00361 Status
00362 __method__OUT_void_getLock_object__OUT_lock_mode(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbLockMode::Type &rmode)
00363 {
00364   _packageInit(_db);
00365 
00366   //
00367   // User Implementation
00368   //
00369 
00370   return eyedb::Success;
00371 }
00372 
00373 //
00374 // dataspace* class::getDefaultInstanceDataspace() [oqlctbmthfe.cc]
00375 //
00376 
00377 Status
00378 __method__OUT_dataspace_REF__getDefaultInstanceDataspace_class(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * &retarg)
00379 {
00380   _packageInit(_db);
00381 
00382   //
00383   // User Implementation
00384   //
00385 
00386   return eyedb::Success;
00387 }
00388 
00389 //
00390 // void class::setDefaultInstanceDataspace(in dataspace*) [oqlctbmthfe.cc]
00391 //
00392 
00393 Status
00394 __method__OUT_void_setDefaultInstanceDataspace_class__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00395 {
00396   _packageInit(_db);
00397 
00398   //
00399   // User Implementation
00400   //
00401 
00402   return eyedb::Success;
00403 }
00404 
00405 //
00406 // void class::moveInstances(in dataspace*) [oqlctbmthfe.cc]
00407 //
00408 
00409 Status
00410 __method__OUT_void_moveInstances_class__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00411 {
00412   _packageInit(_db);
00413 
00414   //
00415   // User Implementation
00416   //
00417 
00418   return eyedb::Success;
00419 }
00420 
00421 //
00422 // int32 index::getCount() [oqlctbmthfe.cc]
00423 //
00424 
00425 Status
00426 __method__OUT_int32_getCount_index(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
00427 {
00428   _packageInit(_db);
00429 
00430   //
00431   // User Implementation
00432   //
00433 
00434   return eyedb::Success;
00435 }
00436 
00437 //
00438 // dataspace* index::getDefaultDataspace() [oqlctbmthfe.cc]
00439 //
00440 
00441 Status
00442 __method__OUT_dataspace_REF__getDefaultDataspace_index(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * &retarg)
00443 {
00444   _packageInit(_db);
00445 
00446   //
00447   // User Implementation
00448   //
00449 
00450   return eyedb::Success;
00451 }
00452 
00453 //
00454 // void index::setDefaultDataspace(in dataspace*) [oqlctbmthfe.cc]
00455 //
00456 
00457 Status
00458 __method__OUT_void_setDefaultDataspace_index__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00459 {
00460   _packageInit(_db);
00461 
00462   //
00463   // User Implementation
00464   //
00465 
00466   return eyedb::Success;
00467 }
00468 
00469 //
00470 // void index::move(in dataspace*) [oqlctbmthfe.cc]
00471 //
00472 
00473 Status
00474 __method__OUT_void_move_index__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00475 {
00476   _packageInit(_db);
00477 
00478   //
00479   // User Implementation
00480   //
00481 
00482   return eyedb::Success;
00483 }
00484 
00485 //
00486 // string index::getImplementation(in bool) [oqlctbmthfe.cc]
00487 //
00488 
00489 Status
00490 __method__OUT_string_getImplementation_index__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedb::Bool local, char * &retarg)
00491 {
00492   _packageInit(_db);
00493 
00494   //
00495   // User Implementation
00496   //
00497 
00498   return eyedb::Success;
00499 }
00500 
00501 //
00502 // string index::getStats() [oqlctbmthfe.cc]
00503 //
00504 
00505 Status
00506 __method__OUT_string_getStats_index(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00507 {
00508   _packageInit(_db);
00509 
00510   //
00511   // User Implementation
00512   //
00513 
00514   return eyedb::Success;
00515 }
00516 
00517 //
00518 // string index::getStats(in bool) [oqlctbmthfe.cc]
00519 //
00520 
00521 Status
00522 __method__OUT_string_getStats_index__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedb::Bool full, char * &retarg)
00523 {
00524   _packageInit(_db);
00525 
00526   //
00527   // User Implementation
00528   //
00529 
00530   return eyedb::Success;
00531 }
00532 
00533 //
00534 // string index::simulate(in int32, in string, in bool) [oqlctbmthfe.cc]
00535 //
00536 
00537 Status
00538 __method__OUT_string_simulate_index__IN_int32__IN_string__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 idxtype, const char * hints, const eyedb::Bool full, char * &retarg)
00539 {
00540   _packageInit(_db);
00541 
00542   //
00543   // User Implementation
00544   //
00545 
00546   return eyedb::Success;
00547 }
00548 
00549 //
00550 // void index::reimplement(in string) [oqlctbmthfe.cc]
00551 //
00552 
00553 Status
00554 __method__OUT_void_reimplement_index__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * hints)
00555 {
00556   _packageInit(_db);
00557 
00558   //
00559   // User Implementation
00560   //
00561 
00562   return eyedb::Success;
00563 }
00564 
00565 //
00566 // oid index::reimplement(in int32, in string) [oqlctbmthfe.cc]
00567 //
00568 
00569 Status
00570 __method__OUT_oid_reimplement_index__IN_int32__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 idxtype, const char * hints, Oid &retarg)
00571 {
00572   _packageInit(_db);
00573 
00574   //
00575   // User Implementation
00576   //
00577 
00578   return eyedb::Success;
00579 }
00580 
00581 //
00582 // int32 collection::getCount() [oqlctbmthfe.cc]
00583 //
00584 
00585 Status
00586 __method__OUT_int32_getCount_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
00587 {
00588   _packageInit(_db);
00589 
00590   //
00591   // User Implementation
00592   //
00593 
00594   return eyedb::Success;
00595 }
00596 
00597 //
00598 // string collection::getName() [oqlctbmthfe.cc]
00599 //
00600 
00601 Status
00602 __method__OUT_string_getName_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00603 {
00604   _packageInit(_db);
00605 
00606   //
00607   // User Implementation
00608   //
00609 
00610   return eyedb::Success;
00611 }
00612 
00613 //
00614 // void collection::setName(in string) [oqlctbmthfe.cc]
00615 //
00616 
00617 Status
00618 __method__OUT_void_setName_collection__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * name)
00619 {
00620   _packageInit(_db);
00621 
00622   //
00623   // User Implementation
00624   //
00625 
00626   return eyedb::Success;
00627 }
00628 
00629 //
00630 // bool collection::isIn(in oid) [oqlctbmthfe.cc]
00631 //
00632 
00633 Status
00634 __method__OUT_bool_isIn_collection__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj, eyedb::Bool &retarg)
00635 {
00636   _packageInit(_db);
00637 
00638   //
00639   // User Implementation
00640   //
00641 
00642   return eyedb::Success;
00643 }
00644 
00645 //
00646 // oid[] collection::getElements(in oid) [oqlctbmthfe.cc]
00647 //
00648 
00649 Status
00650 __method__OUT_oid_ARRAY__getElements_collection__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj, Oid * &retarg, int &retarg_cnt)
00651 {
00652   _packageInit(_db);
00653 
00654   //
00655   // User Implementation
00656   //
00657 
00658   return eyedb::Success;
00659 }
00660 
00661 //
00662 // bool collection::isLiteral() [oqlctbmthfe.cc]
00663 //
00664 
00665 Status
00666 __method__OUT_bool_isLiteral_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
00667 {
00668   _packageInit(_db);
00669 
00670   //
00671   // User Implementation
00672   //
00673 
00674   return eyedb::Success;
00675 }
00676 
00677 //
00678 // bool collection::isPureLiteral() [oqlctbmthfe.cc]
00679 //
00680 
00681 Status
00682 __method__OUT_bool_isPureLiteral_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
00683 {
00684   _packageInit(_db);
00685 
00686   //
00687   // User Implementation
00688   //
00689 
00690   return eyedb::Success;
00691 }
00692 
00693 //
00694 // bool collection::isLiteralObject() [oqlctbmthfe.cc]
00695 //
00696 
00697 Status
00698 __method__OUT_bool_isLiteralObject_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
00699 {
00700   _packageInit(_db);
00701 
00702   //
00703   // User Implementation
00704   //
00705 
00706   return eyedb::Success;
00707 }
00708 
00709 //
00710 // void collection::setLiteralObject() [oqlctbmthfe.cc]
00711 //
00712 
00713 Status
00714 __method__OUT_void_setLiteralObject_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
00715 {
00716   _packageInit(_db);
00717 
00718   //
00719   // User Implementation
00720   //
00721 
00722   return eyedb::Success;
00723 }
00724 
00725 //
00726 // oid collection::getLiteralOid() [oqlctbmthfe.cc]
00727 //
00728 
00729 Status
00730 __method__OUT_oid_getLiteralOid_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, Oid &retarg)
00731 {
00732   _packageInit(_db);
00733 
00734   //
00735   // User Implementation
00736   //
00737 
00738   return eyedb::Success;
00739 }
00740 
00741 //
00742 // dataspace* collection::getDefaultDataspace() [oqlctbmthfe.cc]
00743 //
00744 
00745 Status
00746 __method__OUT_dataspace_REF__getDefaultDataspace_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * &retarg)
00747 {
00748   _packageInit(_db);
00749 
00750   //
00751   // User Implementation
00752   //
00753 
00754   return eyedb::Success;
00755 }
00756 
00757 //
00758 // void collection::setDefaultDataspace(in dataspace*) [oqlctbmthfe.cc]
00759 //
00760 
00761 Status
00762 __method__OUT_void_setDefaultDataspace_collection__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00763 {
00764   _packageInit(_db);
00765 
00766   //
00767   // User Implementation
00768   //
00769 
00770   return eyedb::Success;
00771 }
00772 
00773 //
00774 // void collection::moveElements(in dataspace*) [oqlctbmthfe.cc]
00775 //
00776 
00777 Status
00778 __method__OUT_void_moveElements_collection__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
00779 {
00780   _packageInit(_db);
00781 
00782   //
00783   // User Implementation
00784   //
00785 
00786   return eyedb::Success;
00787 }
00788 
00789 //
00790 // string collection::getImplementation(in bool) [oqlctbmthfe.cc]
00791 //
00792 
00793 Status
00794 __method__OUT_string_getImplementation_collection__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedb::Bool local, char * &retarg)
00795 {
00796   _packageInit(_db);
00797 
00798   //
00799   // User Implementation
00800   //
00801 
00802   return eyedb::Success;
00803 }
00804 
00805 //
00806 // string collection::getImplStats() [oqlctbmthfe.cc]
00807 //
00808 
00809 Status
00810 __method__OUT_string_getImplStats_collection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
00811 {
00812   _packageInit(_db);
00813 
00814   //
00815   // User Implementation
00816   //
00817 
00818   return eyedb::Success;
00819 }
00820 
00821 //
00822 // string collection::getImplStats(in bool) [oqlctbmthfe.cc]
00823 //
00824 
00825 Status
00826 __method__OUT_string_getImplStats_collection__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedb::Bool full, char * &retarg)
00827 {
00828   _packageInit(_db);
00829 
00830   //
00831   // User Implementation
00832   //
00833 
00834   return eyedb::Success;
00835 }
00836 
00837 //
00838 // string collection::simulate(in int32, in string, in bool) [oqlctbmthfe.cc]
00839 //
00840 
00841 Status
00842 __method__OUT_string_simulate_collection__IN_int32__IN_string__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 idxtype, const char * hints, const eyedb::Bool full, char * &retarg)
00843 {
00844   _packageInit(_db);
00845 
00846   //
00847   // User Implementation
00848   //
00849 
00850   return eyedb::Success;
00851 }
00852 
00853 //
00854 // void collection::reimplement(in int32, in string) [oqlctbmthfe.cc]
00855 //
00856 
00857 Status
00858 __method__OUT_void_reimplement_collection__IN_int32__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 idxtype, const char * hints)
00859 {
00860   _packageInit(_db);
00861 
00862   //
00863   // User Implementation
00864   //
00865 
00866   return eyedb::Success;
00867 }
00868 
00869 //
00870 // void set::addTo(in oid) [oqlctbmthfe.cc]
00871 //
00872 
00873 Status
00874 __method__OUT_void_addTo_set__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj)
00875 {
00876   _packageInit(_db);
00877 
00878   //
00879   // User Implementation
00880   //
00881 
00882   return eyedb::Success;
00883 }
00884 
00885 //
00886 // void set::suppress(in oid) [oqlctbmthfe.cc]
00887 //
00888 
00889 Status
00890 __method__OUT_void_suppress_set__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj)
00891 {
00892   _packageInit(_db);
00893 
00894   //
00895   // User Implementation
00896   //
00897 
00898   return eyedb::Success;
00899 }
00900 
00901 //
00902 // void bag::addTo(in oid) [oqlctbmthfe.cc]
00903 //
00904 
00905 Status
00906 __method__OUT_void_addTo_bag__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj)
00907 {
00908   _packageInit(_db);
00909 
00910   //
00911   // User Implementation
00912   //
00913 
00914   return eyedb::Success;
00915 }
00916 
00917 //
00918 // void bag::suppress(in oid) [oqlctbmthfe.cc]
00919 //
00920 
00921 Status
00922 __method__OUT_void_suppress_bag__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj)
00923 {
00924   _packageInit(_db);
00925 
00926   //
00927   // User Implementation
00928   //
00929 
00930   return eyedb::Success;
00931 }
00932 
00933 //
00934 // void array::setInAt(in int32, in oid) [oqlctbmthfe.cc]
00935 //
00936 
00937 Status
00938 __method__OUT_void_setInAt_array__IN_int32__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 pos, const Oid obj)
00939 {
00940   _packageInit(_db);
00941 
00942   //
00943   // User Implementation
00944   //
00945 
00946   return eyedb::Success;
00947 }
00948 
00949 //
00950 // void array::append(in oid) [oqlctbmthfe.cc]
00951 //
00952 
00953 Status
00954 __method__OUT_void_append_array__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid obj)
00955 {
00956   _packageInit(_db);
00957 
00958   //
00959   // User Implementation
00960   //
00961 
00962   return eyedb::Success;
00963 }
00964 
00965 //
00966 // void array::suppressAt(in int32) [oqlctbmthfe.cc]
00967 //
00968 
00969 Status
00970 __method__OUT_void_suppressAt_array__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 arg1)
00971 {
00972   _packageInit(_db);
00973 
00974   //
00975   // User Implementation
00976   //
00977 
00978   return eyedb::Success;
00979 }
00980 
00981 //
00982 // oid array::retrieveAt(in int32) [oqlctbmthfe.cc]
00983 //
00984 
00985 Status
00986 __method__OUT_oid_retrieveAt_array__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 arg1, Oid &retarg)
00987 {
00988   _packageInit(_db);
00989 
00990   //
00991   // User Implementation
00992   //
00993 
00994   return eyedb::Success;
00995 }
00996 
00997 //
00998 // string OqlCtbEyedb::getConfigValue(in string) [oqlctbmthfe.cc]
00999 //
01000 
01001 Status
01002 __method_static_OUT_string_getConfigValue_eyedb__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, const char * name, char * &retarg)
01003 {
01004   _packageInit(_db);
01005 
01006   //
01007   // User Implementation
01008   //
01009 
01010   return eyedb::Success;
01011 }
01012 
01013 //
01014 // string OqlCtbEyedb::getVersion() [oqlctbmthfe.cc]
01015 //
01016 
01017 Status
01018 __method_static_OUT_string_getVersion_eyedb(eyedb::Database *_db, eyedb::FEMethod_C *_m, char * &retarg)
01019 {
01020   _packageInit(_db);
01021 
01022   //
01023   // User Implementation
01024   //
01025 
01026   return eyedb::Success;
01027 }
01028 
01029 //
01030 // int32 OqlCtbEyedb::getVersionNumber() [oqlctbmthfe.cc]
01031 //
01032 
01033 Status
01034 __method_static_OUT_int32_getVersionNumber_eyedb(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedblib::int32 &retarg)
01035 {
01036   _packageInit(_db);
01037 
01038   //
01039   // User Implementation
01040   //
01041 
01042   return eyedb::Success;
01043 }
01044 
01045 //
01046 // string OqlCtbEyedb::getCompilationTime() [oqlctbmthfe.cc]
01047 //
01048 
01049 Status
01050 __method_static_OUT_string_getCompilationTime_eyedb(eyedb::Database *_db, eyedb::FEMethod_C *_m, char * &retarg)
01051 {
01052   _packageInit(_db);
01053 
01054   //
01055   // User Implementation
01056   //
01057 
01058   return eyedb::Success;
01059 }
01060 
01061 //
01062 // string OqlCtbEyedb::getArchitecture() [oqlctbmthfe.cc]
01063 //
01064 
01065 Status
01066 __method_static_OUT_string_getArchitecture_eyedb(eyedb::Database *_db, eyedb::FEMethod_C *_m, char * &retarg)
01067 {
01068   _packageInit(_db);
01069 
01070   //
01071   // User Implementation
01072   //
01073 
01074   return eyedb::Success;
01075 }
01076 
01077 //
01078 // void OqlCtbConnection::open() [oqlctbmthfe.cc]
01079 //
01080 
01081 Status
01082 __method__OUT_void_open_connection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01083 {
01084   _packageInit(_db);
01085 
01086   //
01087   // User Implementation
01088   //
01089 
01090   return eyedb::Success;
01091 }
01092 
01093 //
01094 // void OqlCtbConnection::open(in string, in string) [oqlctbmthfe.cc]
01095 //
01096 
01097 Status
01098 __method__OUT_void_open_connection__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * host, const char * port)
01099 {
01100   _packageInit(_db);
01101 
01102   //
01103   // User Implementation
01104   //
01105 
01106   return eyedb::Success;
01107 }
01108 
01109 //
01110 // void OqlCtbConnection::close() [oqlctbmthfe.cc]
01111 //
01112 
01113 Status
01114 __method__OUT_void_close_connection(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01115 {
01116   _packageInit(_db);
01117 
01118   //
01119   // User Implementation
01120   //
01121 
01122   return eyedb::Success;
01123 }
01124 
01125 //
01126 // void OqlCtbDatabase::open(in connection*, in int32) [oqlctbmthfe.cc]
01127 //
01128 
01129 Status
01130 __method__OUT_void_open_database__IN_connection_REF___IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbConnection * conn, const eyedblib::int32 mode)
01131 {
01132   _packageInit(_db);
01133 
01134   //
01135   // User Implementation
01136   //
01137 
01138   return eyedb::Success;
01139 }
01140 
01141 //
01142 // void OqlCtbDatabase::open(in connection*, in int32, in string, in string) [oqlctbmthfe.cc]
01143 //
01144 
01145 Status
01146 __method__OUT_void_open_database__IN_connection_REF___IN_int32__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbConnection * conn, const eyedblib::int32 mode, const char * userauth, const char * passwdauth)
01147 {
01148   _packageInit(_db);
01149 
01150   //
01151   // User Implementation
01152   //
01153 
01154   return eyedb::Success;
01155 }
01156 
01157 //
01158 // void OqlCtbDatabase::open(in int32) [oqlctbmthfe.cc]
01159 //
01160 
01161 Status
01162 __method__OUT_void_open_database__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 mode)
01163 {
01164   _packageInit(_db);
01165 
01166   //
01167   // User Implementation
01168   //
01169 
01170   return eyedb::Success;
01171 }
01172 
01173 //
01174 // void OqlCtbDatabase::open(in int32, in string, in string) [oqlctbmthfe.cc]
01175 //
01176 
01177 Status
01178 __method__OUT_void_open_database__IN_int32__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 mode, const char * userauth, const char * passwdauth)
01179 {
01180   _packageInit(_db);
01181 
01182   //
01183   // User Implementation
01184   //
01185 
01186   return eyedb::Success;
01187 }
01188 
01189 //
01190 // void OqlCtbDatabase::close() [oqlctbmthfe.cc]
01191 //
01192 
01193 Status
01194 __method__OUT_void_close_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01195 {
01196   _packageInit(_db);
01197 
01198   //
01199   // User Implementation
01200   //
01201 
01202   return eyedb::Success;
01203 }
01204 
01205 //
01206 // bool OqlCtbDatabase::isAutoPersistMode() [oqlctbmthfe.cc]
01207 //
01208 
01209 Status
01210 __method_static_OUT_bool_isAutoPersistMode_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Bool &retarg)
01211 {
01212   _packageInit(_db);
01213 
01214   //
01215   // User Implementation
01216   //
01217 
01218   return eyedb::Success;
01219 }
01220 
01221 //
01222 // void OqlCtbDatabase::setAutoPersistMode(in bool) [oqlctbmthfe.cc]
01223 //
01224 
01225 Status
01226 __method_static_OUT_void_setAutoPersistMode_database__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedb::Bool arg1)
01227 {
01228   _packageInit(_db);
01229 
01230   //
01231   // User Implementation
01232   //
01233 
01234   return eyedb::Success;
01235 }
01236 
01237 //
01238 // bool OqlCtbDatabase::isDefaultDatabase() [oqlctbmthfe.cc]
01239 //
01240 
01241 Status
01242 __method__OUT_bool_isDefaultDatabase_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
01243 {
01244   _packageInit(_db);
01245 
01246   //
01247   // User Implementation
01248   //
01249 
01250   return eyedb::Success;
01251 }
01252 
01253 //
01254 // void OqlCtbDatabase::setDefaultDatabase() [oqlctbmthfe.cc]
01255 //
01256 
01257 Status
01258 __method__OUT_void_setDefaultDatabase_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01259 {
01260   _packageInit(_db);
01261 
01262   //
01263   // User Implementation
01264   //
01265 
01266   return eyedb::Success;
01267 }
01268 
01269 //
01270 // void OqlCtbDatabase::create() [oqlctbmthfe.cc]
01271 //
01272 
01273 Status
01274 __method__OUT_void_create_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01275 {
01276   _packageInit(_db);
01277 
01278   //
01279   // User Implementation
01280   //
01281 
01282   return eyedb::Success;
01283 }
01284 
01285 //
01286 // void OqlCtbDatabase::create(in string, in string) [oqlctbmthfe.cc]
01287 //
01288 
01289 Status
01290 __method__OUT_void_create_database__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * userauth, const char * passwdauth)
01291 {
01292   _packageInit(_db);
01293 
01294   //
01295   // User Implementation
01296   //
01297 
01298   return eyedb::Success;
01299 }
01300 
01301 //
01302 // void OqlCtbDatabase::destroy() [oqlctbmthfe.cc]
01303 //
01304 
01305 Status
01306 __method__OUT_void_destroy_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01307 {
01308   _packageInit(_db);
01309 
01310   //
01311   // User Implementation
01312   //
01313 
01314   return eyedb::Success;
01315 }
01316 
01317 //
01318 // void OqlCtbDatabase::destroy(in string, in string) [oqlctbmthfe.cc]
01319 //
01320 
01321 Status
01322 __method__OUT_void_destroy_database__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * userauth, const char * passwdauth)
01323 {
01324   _packageInit(_db);
01325 
01326   //
01327   // User Implementation
01328   //
01329 
01330   return eyedb::Success;
01331 }
01332 
01333 //
01334 // void OqlCtbDatabase::rename(in string) [oqlctbmthfe.cc]
01335 //
01336 
01337 Status
01338 __method__OUT_void_rename_database__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * newname)
01339 {
01340   _packageInit(_db);
01341 
01342   //
01343   // User Implementation
01344   //
01345 
01346   return eyedb::Success;
01347 }
01348 
01349 //
01350 // void OqlCtbDatabase::rename(in string, in string, in string) [oqlctbmthfe.cc]
01351 //
01352 
01353 Status
01354 __method__OUT_void_rename_database__IN_string__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * newname, const char * userauth, const char * passwdauth)
01355 {
01356   _packageInit(_db);
01357 
01358   //
01359   // User Implementation
01360   //
01361 
01362   return eyedb::Success;
01363 }
01364 
01365 //
01366 // connection* OqlCtbDatabase::getConnection() [oqlctbmthfe.cc]
01367 //
01368 
01369 Status
01370 __method__OUT_connection_REF__getConnection_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbConnection * &retarg)
01371 {
01372   _packageInit(_db);
01373 
01374   //
01375   // User Implementation
01376   //
01377 
01378   return eyedb::Success;
01379 }
01380 
01381 //
01382 // int32 OqlCtbDatabase::getOpenMode() [oqlctbmthfe.cc]
01383 //
01384 
01385 Status
01386 __method__OUT_int32_getOpenMode_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
01387 {
01388   _packageInit(_db);
01389 
01390   //
01391   // User Implementation
01392   //
01393 
01394   return eyedb::Success;
01395 }
01396 
01397 //
01398 // bool OqlCtbDatabase::getCommitOnClose() [oqlctbmthfe.cc]
01399 //
01400 
01401 Status
01402 __method__OUT_bool_getCommitOnClose_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
01403 {
01404   _packageInit(_db);
01405 
01406   //
01407   // User Implementation
01408   //
01409 
01410   return eyedb::Success;
01411 }
01412 
01413 //
01414 // void OqlCtbDatabase::setCommitOnClose(in bool) [oqlctbmthfe.cc]
01415 //
01416 
01417 Status
01418 __method__OUT_void_setCommitOnClose_database__IN_bool(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedb::Bool arg1)
01419 {
01420   _packageInit(_db);
01421 
01422   //
01423   // User Implementation
01424   //
01425 
01426   return eyedb::Success;
01427 }
01428 
01429 //
01430 // int32 OqlCtbDatabase::getVersionNumber() [oqlctbmthfe.cc]
01431 //
01432 
01433 Status
01434 __method__OUT_int32_getVersionNumber_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedblib::int32 &retarg)
01435 {
01436   _packageInit(_db);
01437 
01438   //
01439   // User Implementation
01440   //
01441 
01442   return eyedb::Success;
01443 }
01444 
01445 //
01446 // string OqlCtbDatabase::getVersion() [oqlctbmthfe.cc]
01447 //
01448 
01449 Status
01450 __method__OUT_string_getVersion_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, char * &retarg)
01451 {
01452   _packageInit(_db);
01453 
01454   //
01455   // User Implementation
01456   //
01457 
01458   return eyedb::Success;
01459 }
01460 
01461 //
01462 // void OqlCtbDatabase::removeObject(in oid) [oqlctbmthfe.cc]
01463 //
01464 
01465 Status
01466 __method__OUT_void_removeObject_database__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid arg1)
01467 {
01468   _packageInit(_db);
01469 
01470   //
01471   // User Implementation
01472   //
01473 
01474   return eyedb::Success;
01475 }
01476 
01477 //
01478 // void OqlCtbDatabase::uncacheObject(in object*) [oqlctbmthfe.cc]
01479 //
01480 
01481 Status
01482 __method__OUT_void_uncacheObject_database__IN_object_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Object * arg1)
01483 {
01484   _packageInit(_db);
01485 
01486   //
01487   // User Implementation
01488   //
01489 
01490   return eyedb::Success;
01491 }
01492 
01493 //
01494 // void OqlCtbDatabase::uncacheObject(in oid) [oqlctbmthfe.cc]
01495 //
01496 
01497 Status
01498 __method__OUT_void_uncacheObject_database__IN_oid(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid arg1)
01499 {
01500   _packageInit(_db);
01501 
01502   //
01503   // User Implementation
01504   //
01505 
01506   return eyedb::Success;
01507 }
01508 
01509 //
01510 // void OqlCtbDatabase::transactionBegin() [oqlctbmthfe.cc]
01511 //
01512 
01513 Status
01514 __method__OUT_void_transactionBegin_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01515 {
01516   _packageInit(_db);
01517 
01518   //
01519   // User Implementation
01520   //
01521 
01522   return eyedb::Success;
01523 }
01524 
01525 //
01526 // void OqlCtbDatabase::transactionBegin(in int32, in int32, in int32, in int32, in int32, in int32) [oqlctbmthfe.cc]
01527 //
01528 
01529 Status
01530 __method__OUT_void_transactionBegin_database__IN_int32__IN_int32__IN_int32__IN_int32__IN_int32__IN_int32(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int32 trsmode, const eyedblib::int32 lockmode, const eyedblib::int32 recovmode, const eyedblib::int32 _magorder, const eyedblib::int32 ratioalrt, const eyedblib::int32 wait_timeout)
01531 {
01532   _packageInit(_db);
01533 
01534   //
01535   // User Implementation
01536   //
01537 
01538   return eyedb::Success;
01539 }
01540 
01541 //
01542 // void OqlCtbDatabase::transactionCommit() [oqlctbmthfe.cc]
01543 //
01544 
01545 Status
01546 __method__OUT_void_transactionCommit_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01547 {
01548   _packageInit(_db);
01549 
01550   //
01551   // User Implementation
01552   //
01553 
01554   return eyedb::Success;
01555 }
01556 
01557 //
01558 // void OqlCtbDatabase::transactionAbort() [oqlctbmthfe.cc]
01559 //
01560 
01561 Status
01562 __method__OUT_void_transactionAbort_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o)
01563 {
01564   _packageInit(_db);
01565 
01566   //
01567   // User Implementation
01568   //
01569 
01570   return eyedb::Success;
01571 }
01572 
01573 //
01574 // bool OqlCtbDatabase::isInTransaction() [oqlctbmthfe.cc]
01575 //
01576 
01577 Status
01578 __method__OUT_bool_isInTransaction_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, eyedb::Bool &retarg)
01579 {
01580   _packageInit(_db);
01581 
01582   //
01583   // User Implementation
01584   //
01585 
01586   return eyedb::Success;
01587 }
01588 
01589 //
01590 // datafile*[] OqlCtbDatabase::getDatafiles() [oqlctbmthfe.cc]
01591 //
01592 
01593 Status
01594 __method__OUT_datafile_REF__ARRAY__getDatafiles_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDatafile * * &retarg, int &retarg_cnt)
01595 {
01596   _packageInit(_db);
01597 
01598   //
01599   // User Implementation
01600   //
01601 
01602   return eyedb::Success;
01603 }
01604 
01605 //
01606 // datafile* OqlCtbDatabase::getDatafile(in string) [oqlctbmthfe.cc]
01607 //
01608 
01609 Status
01610 __method__OUT_datafile_REF__getDatafile_database__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * name, OqlCtbDatafile * &retarg)
01611 {
01612   _packageInit(_db);
01613 
01614   //
01615   // User Implementation
01616   //
01617 
01618   return eyedb::Success;
01619 }
01620 
01621 //
01622 // datafile* OqlCtbDatabase::getDatafile(in int16) [oqlctbmthfe.cc]
01623 //
01624 
01625 Status
01626 __method__OUT_datafile_REF__getDatafile_database__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int16 id, OqlCtbDatafile * &retarg)
01627 {
01628   _packageInit(_db);
01629 
01630   //
01631   // User Implementation
01632   //
01633 
01634   return eyedb::Success;
01635 }
01636 
01637 //
01638 // dataspace*[] OqlCtbDatabase::getDataspaces() [oqlctbmthfe.cc]
01639 //
01640 
01641 Status
01642 __method__OUT_dataspace_REF__ARRAY__getDataspaces_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * * &retarg, int &retarg_cnt)
01643 {
01644   _packageInit(_db);
01645 
01646   //
01647   // User Implementation
01648   //
01649 
01650   return eyedb::Success;
01651 }
01652 
01653 //
01654 // dataspace* OqlCtbDatabase::getDataspace(in string) [oqlctbmthfe.cc]
01655 //
01656 
01657 Status
01658 __method__OUT_dataspace_REF__getDataspace_database__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * name, OqlCtbDataspace * &retarg)
01659 {
01660   _packageInit(_db);
01661 
01662   //
01663   // User Implementation
01664   //
01665 
01666   return eyedb::Success;
01667 }
01668 
01669 //
01670 // dataspace* OqlCtbDatabase::getDataspace(in int16) [oqlctbmthfe.cc]
01671 //
01672 
01673 Status
01674 __method__OUT_dataspace_REF__getDataspace_database__IN_int16(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const eyedblib::int16 id, OqlCtbDataspace * &retarg)
01675 {
01676   _packageInit(_db);
01677 
01678   //
01679   // User Implementation
01680   //
01681 
01682   return eyedb::Success;
01683 }
01684 
01685 //
01686 // dataspace* OqlCtbDatabase::getDefaultDataspace() [oqlctbmthfe.cc]
01687 //
01688 
01689 Status
01690 __method__OUT_dataspace_REF__getDefaultDataspace_database(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * &retarg)
01691 {
01692   _packageInit(_db);
01693 
01694   //
01695   // User Implementation
01696   //
01697 
01698   return eyedb::Success;
01699 }
01700 
01701 //
01702 // void OqlCtbDatabase::setDefaultDataspace(in dataspace*) [oqlctbmthfe.cc]
01703 //
01704 
01705 Status
01706 __method__OUT_void_setDefaultDataspace_database__IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, OqlCtbDataspace * arg1)
01707 {
01708   _packageInit(_db);
01709 
01710   //
01711   // User Implementation
01712   //
01713 
01714   return eyedb::Success;
01715 }
01716 
01717 //
01718 // void OqlCtbDatabase::moveObjects(in oid[], in dataspace*) [oqlctbmthfe.cc]
01719 //
01720 
01721 Status
01722 __method__OUT_void_moveObjects_database__IN_oid_ARRAY___IN_dataspace_REF_(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid *obj, int obj_cnt, OqlCtbDataspace * arg2)
01723 {
01724   _packageInit(_db);
01725 
01726   //
01727   // User Implementation
01728   //
01729 
01730   return eyedb::Success;
01731 }
01732 
01733 //
01734 // void OqlCtbDatabase::updateScheme(in string, in string) [oqlctbmthfe.cc]
01735 //
01736 
01737 Status
01738 __method__OUT_void_updateScheme_database__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * odlfile, const char * package)
01739 {
01740   _packageInit(_db);
01741 
01742   //
01743   // User Implementation
01744   //
01745 
01746   return eyedb::Success;
01747 }
01748 
01749 //
01750 // void OqlCtbDatabase::updateScheme(in string, in string, in string, in string) [oqlctbmthfe.cc]
01751 //
01752 
01753 Status
01754 __method__OUT_void_updateScheme_database__IN_string__IN_string__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * odlfile, const char * package, const char * schname, const char * db_prefix)
01755 {
01756   _packageInit(_db);
01757 
01758   //
01759   // User Implementation
01760   //
01761 
01762   return eyedb::Success;
01763 }
01764 
01765 //
01766 // void OqlCtbDatabase::updateScheme(in string, in string, in string, in string, in string, in string) [oqlctbmthfe.cc]
01767 //
01768 
01769 Status
01770 __method__OUT_void_updateScheme_database__IN_string__IN_string__IN_string__IN_string__IN_string__IN_string(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const char * odlfile, const char * package, const char * schname, const char * db_prefix, const char * cpp_cmd, const char * cpp_flags)
01771 {
01772   _packageInit(_db);
01773 
01774   //
01775   // User Implementation
01776   //
01777 
01778   return eyedb::Success;
01779 }
01780 
01781 //
01782 // void OqlCtbDatabase::setObjectLock(in oid, in lock_mode) [oqlctbmthfe.cc]
01783 //
01784 
01785 Status
01786 __method__OUT_void_setObjectLock_database__IN_oid__IN_lock_mode(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid _oid, const OqlCtbLockMode::Type mode)
01787 {
01788   _packageInit(_db);
01789 
01790   //
01791   // User Implementation
01792   //
01793 
01794   return eyedb::Success;
01795 }
01796 
01797 //
01798 // void OqlCtbDatabase::setObjectLock(in oid, in lock_mode, out lock_mode) [oqlctbmthfe.cc]
01799 //
01800 
01801 Status
01802 __method__OUT_void_setObjectLock_database__IN_oid__IN_lock_mode__OUT_lock_mode(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid _oid, const OqlCtbLockMode::Type mode, OqlCtbLockMode::Type &rmode)
01803 {
01804   _packageInit(_db);
01805 
01806   //
01807   // User Implementation
01808   //
01809 
01810   return eyedb::Success;
01811 }
01812 
01813 //
01814 // void OqlCtbDatabase::getObjectLock(in oid, out lock_mode) [oqlctbmthfe.cc]
01815 //
01816 
01817 Status
01818 __method__OUT_void_getObjectLock_database__IN_oid__OUT_lock_mode(eyedb::Database *_db, eyedb::FEMethod_C *_m, eyedb::Object *_o, const Oid _oid, OqlCtbLockMode::Type &rmode)
01819 {
01820   _packageInit(_db);
01821 
01822   //
01823   // User Implementation
01824   //
01825 
01826   return eyedb::Success;
01827 }
01828 
01829 //
01830 // float OqlCtbMath::acos(in float) [oqlctbmthfe.cc]
01831 //
01832 
01833 Status
01834 __method_static_OUT_float_acos_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01835 {
01836   _packageInit(_db);
01837 
01838   //
01839   // User Implementation
01840   //
01841 
01842   return eyedb::Success;
01843 }
01844 
01845 //
01846 // float OqlCtbMath::asin(in float) [oqlctbmthfe.cc]
01847 //
01848 
01849 Status
01850 __method_static_OUT_float_asin_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01851 {
01852   _packageInit(_db);
01853 
01854   //
01855   // User Implementation
01856   //
01857 
01858   return eyedb::Success;
01859 }
01860 
01861 //
01862 // float OqlCtbMath::atan(in float) [oqlctbmthfe.cc]
01863 //
01864 
01865 Status
01866 __method_static_OUT_float_atan_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01867 {
01868   _packageInit(_db);
01869 
01870   //
01871   // User Implementation
01872   //
01873 
01874   return eyedb::Success;
01875 }
01876 
01877 //
01878 // float OqlCtbMath::atan2(in float, in float) [oqlctbmthfe.cc]
01879 //
01880 
01881 Status
01882 __method_static_OUT_float_atan2_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
01883 {
01884   _packageInit(_db);
01885 
01886   //
01887   // User Implementation
01888   //
01889 
01890   return eyedb::Success;
01891 }
01892 
01893 //
01894 // float OqlCtbMath::cos(in float) [oqlctbmthfe.cc]
01895 //
01896 
01897 Status
01898 __method_static_OUT_float_cos_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01899 {
01900   _packageInit(_db);
01901 
01902   //
01903   // User Implementation
01904   //
01905 
01906   return eyedb::Success;
01907 }
01908 
01909 //
01910 // float OqlCtbMath::sin(in float) [oqlctbmthfe.cc]
01911 //
01912 
01913 Status
01914 __method_static_OUT_float_sin_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01915 {
01916   _packageInit(_db);
01917 
01918   //
01919   // User Implementation
01920   //
01921 
01922   return eyedb::Success;
01923 }
01924 
01925 //
01926 // float OqlCtbMath::tan(in float) [oqlctbmthfe.cc]
01927 //
01928 
01929 Status
01930 __method_static_OUT_float_tan_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01931 {
01932   _packageInit(_db);
01933 
01934   //
01935   // User Implementation
01936   //
01937 
01938   return eyedb::Success;
01939 }
01940 
01941 //
01942 // float OqlCtbMath::cosh(in float) [oqlctbmthfe.cc]
01943 //
01944 
01945 Status
01946 __method_static_OUT_float_cosh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01947 {
01948   _packageInit(_db);
01949 
01950   //
01951   // User Implementation
01952   //
01953 
01954   return eyedb::Success;
01955 }
01956 
01957 //
01958 // float OqlCtbMath::sinh(in float) [oqlctbmthfe.cc]
01959 //
01960 
01961 Status
01962 __method_static_OUT_float_sinh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01963 {
01964   _packageInit(_db);
01965 
01966   //
01967   // User Implementation
01968   //
01969 
01970   return eyedb::Success;
01971 }
01972 
01973 //
01974 // float OqlCtbMath::tanh(in float) [oqlctbmthfe.cc]
01975 //
01976 
01977 Status
01978 __method_static_OUT_float_tanh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01979 {
01980   _packageInit(_db);
01981 
01982   //
01983   // User Implementation
01984   //
01985 
01986   return eyedb::Success;
01987 }
01988 
01989 //
01990 // float OqlCtbMath::exp(in float) [oqlctbmthfe.cc]
01991 //
01992 
01993 Status
01994 __method_static_OUT_float_exp_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
01995 {
01996   _packageInit(_db);
01997 
01998   //
01999   // User Implementation
02000   //
02001 
02002   return eyedb::Success;
02003 }
02004 
02005 //
02006 // float OqlCtbMath::log(in float) [oqlctbmthfe.cc]
02007 //
02008 
02009 Status
02010 __method_static_OUT_float_log_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02011 {
02012   _packageInit(_db);
02013 
02014   //
02015   // User Implementation
02016   //
02017 
02018   return eyedb::Success;
02019 }
02020 
02021 //
02022 // float OqlCtbMath::log10(in float) [oqlctbmthfe.cc]
02023 //
02024 
02025 Status
02026 __method_static_OUT_float_log10_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02027 {
02028   _packageInit(_db);
02029 
02030   //
02031   // User Implementation
02032   //
02033 
02034   return eyedb::Success;
02035 }
02036 
02037 //
02038 // float OqlCtbMath::pow(in float, in float) [oqlctbmthfe.cc]
02039 //
02040 
02041 Status
02042 __method_static_OUT_float_pow_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02043 {
02044   _packageInit(_db);
02045 
02046   //
02047   // User Implementation
02048   //
02049 
02050   return eyedb::Success;
02051 }
02052 
02053 //
02054 // float OqlCtbMath::sqrt(in float) [oqlctbmthfe.cc]
02055 //
02056 
02057 Status
02058 __method_static_OUT_float_sqrt_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02059 {
02060   _packageInit(_db);
02061 
02062   //
02063   // User Implementation
02064   //
02065 
02066   return eyedb::Success;
02067 }
02068 
02069 //
02070 // float OqlCtbMath::ceil(in float) [oqlctbmthfe.cc]
02071 //
02072 
02073 Status
02074 __method_static_OUT_float_ceil_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02075 {
02076   _packageInit(_db);
02077 
02078   //
02079   // User Implementation
02080   //
02081 
02082   return eyedb::Success;
02083 }
02084 
02085 //
02086 // float OqlCtbMath::fabs(in float) [oqlctbmthfe.cc]
02087 //
02088 
02089 Status
02090 __method_static_OUT_float_fabs_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02091 {
02092   _packageInit(_db);
02093 
02094   //
02095   // User Implementation
02096   //
02097 
02098   return eyedb::Success;
02099 }
02100 
02101 //
02102 // float OqlCtbMath::floor(in float) [oqlctbmthfe.cc]
02103 //
02104 
02105 Status
02106 __method_static_OUT_float_floor_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02107 {
02108   _packageInit(_db);
02109 
02110   //
02111   // User Implementation
02112   //
02113 
02114   return eyedb::Success;
02115 }
02116 
02117 //
02118 // float OqlCtbMath::fmod(in float, in float) [oqlctbmthfe.cc]
02119 //
02120 
02121 Status
02122 __method_static_OUT_float_fmod_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02123 {
02124   _packageInit(_db);
02125 
02126   //
02127   // User Implementation
02128   //
02129 
02130   return eyedb::Success;
02131 }
02132 
02133 //
02134 // float OqlCtbMath::erf(in float) [oqlctbmthfe.cc]
02135 //
02136 
02137 Status
02138 __method_static_OUT_float_erf_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02139 {
02140   _packageInit(_db);
02141 
02142   //
02143   // User Implementation
02144   //
02145 
02146   return eyedb::Success;
02147 }
02148 
02149 //
02150 // float OqlCtbMath::erfc(in float) [oqlctbmthfe.cc]
02151 //
02152 
02153 Status
02154 __method_static_OUT_float_erfc_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02155 {
02156   _packageInit(_db);
02157 
02158   //
02159   // User Implementation
02160   //
02161 
02162   return eyedb::Success;
02163 }
02164 
02165 //
02166 // float OqlCtbMath::gamma(in float) [oqlctbmthfe.cc]
02167 //
02168 
02169 Status
02170 __method_static_OUT_float_gamma_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02171 {
02172   _packageInit(_db);
02173 
02174   //
02175   // User Implementation
02176   //
02177 
02178   return eyedb::Success;
02179 }
02180 
02181 //
02182 // float OqlCtbMath::hypot(in float, in float) [oqlctbmthfe.cc]
02183 //
02184 
02185 Status
02186 __method_static_OUT_float_hypot_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02187 {
02188   _packageInit(_db);
02189 
02190   //
02191   // User Implementation
02192   //
02193 
02194   return eyedb::Success;
02195 }
02196 
02197 //
02198 // int32 OqlCtbMath::isnan(in float) [oqlctbmthfe.cc]
02199 //
02200 
02201 Status
02202 __method_static_OUT_int32_isnan_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, eyedblib::int32 &retarg)
02203 {
02204   _packageInit(_db);
02205 
02206   //
02207   // User Implementation
02208   //
02209 
02210   return eyedb::Success;
02211 }
02212 
02213 //
02214 // float OqlCtbMath::j0(in float) [oqlctbmthfe.cc]
02215 //
02216 
02217 Status
02218 __method_static_OUT_float_j0_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02219 {
02220   _packageInit(_db);
02221 
02222   //
02223   // User Implementation
02224   //
02225 
02226   return eyedb::Success;
02227 }
02228 
02229 //
02230 // float OqlCtbMath::j1(in float) [oqlctbmthfe.cc]
02231 //
02232 
02233 Status
02234 __method_static_OUT_float_j1_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02235 {
02236   _packageInit(_db);
02237 
02238   //
02239   // User Implementation
02240   //
02241 
02242   return eyedb::Success;
02243 }
02244 
02245 //
02246 // float OqlCtbMath::jn(in int32, in float) [oqlctbmthfe.cc]
02247 //
02248 
02249 Status
02250 __method_static_OUT_float_jn_math__IN_int32__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 arg1, const double arg2, double &retarg)
02251 {
02252   _packageInit(_db);
02253 
02254   //
02255   // User Implementation
02256   //
02257 
02258   return eyedb::Success;
02259 }
02260 
02261 //
02262 // float OqlCtbMath::lgamma(in float) [oqlctbmthfe.cc]
02263 //
02264 
02265 Status
02266 __method_static_OUT_float_lgamma_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02267 {
02268   _packageInit(_db);
02269 
02270   //
02271   // User Implementation
02272   //
02273 
02274   return eyedb::Success;
02275 }
02276 
02277 //
02278 // float OqlCtbMath::y0(in float) [oqlctbmthfe.cc]
02279 //
02280 
02281 Status
02282 __method_static_OUT_float_y0_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02283 {
02284   _packageInit(_db);
02285 
02286   //
02287   // User Implementation
02288   //
02289 
02290   return eyedb::Success;
02291 }
02292 
02293 //
02294 // float OqlCtbMath::y1(in float) [oqlctbmthfe.cc]
02295 //
02296 
02297 Status
02298 __method_static_OUT_float_y1_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02299 {
02300   _packageInit(_db);
02301 
02302   //
02303   // User Implementation
02304   //
02305 
02306   return eyedb::Success;
02307 }
02308 
02309 //
02310 // float OqlCtbMath::yn(in int32, in float) [oqlctbmthfe.cc]
02311 //
02312 
02313 Status
02314 __method_static_OUT_float_yn_math__IN_int32__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const eyedblib::int32 arg1, const double arg2, double &retarg)
02315 {
02316   _packageInit(_db);
02317 
02318   //
02319   // User Implementation
02320   //
02321 
02322   return eyedb::Success;
02323 }
02324 
02325 //
02326 // float OqlCtbMath::acosh(in float) [oqlctbmthfe.cc]
02327 //
02328 
02329 Status
02330 __method_static_OUT_float_acosh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02331 {
02332   _packageInit(_db);
02333 
02334   //
02335   // User Implementation
02336   //
02337 
02338   return eyedb::Success;
02339 }
02340 
02341 //
02342 // float OqlCtbMath::asinh(in float) [oqlctbmthfe.cc]
02343 //
02344 
02345 Status
02346 __method_static_OUT_float_asinh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02347 {
02348   _packageInit(_db);
02349 
02350   //
02351   // User Implementation
02352   //
02353 
02354   return eyedb::Success;
02355 }
02356 
02357 //
02358 // float OqlCtbMath::atanh(in float) [oqlctbmthfe.cc]
02359 //
02360 
02361 Status
02362 __method_static_OUT_float_atanh_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02363 {
02364   _packageInit(_db);
02365 
02366   //
02367   // User Implementation
02368   //
02369 
02370   return eyedb::Success;
02371 }
02372 
02373 //
02374 // float OqlCtbMath::cbrt(in float) [oqlctbmthfe.cc]
02375 //
02376 
02377 Status
02378 __method_static_OUT_float_cbrt_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02379 {
02380   _packageInit(_db);
02381 
02382   //
02383   // User Implementation
02384   //
02385 
02386   return eyedb::Success;
02387 }
02388 
02389 //
02390 // float OqlCtbMath::logb(in float) [oqlctbmthfe.cc]
02391 //
02392 
02393 Status
02394 __method_static_OUT_float_logb_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02395 {
02396   _packageInit(_db);
02397 
02398   //
02399   // User Implementation
02400   //
02401 
02402   return eyedb::Success;
02403 }
02404 
02405 //
02406 // float OqlCtbMath::nextafter(in float, in float) [oqlctbmthfe.cc]
02407 //
02408 
02409 Status
02410 __method_static_OUT_float_nextafter_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02411 {
02412   _packageInit(_db);
02413 
02414   //
02415   // User Implementation
02416   //
02417 
02418   return eyedb::Success;
02419 }
02420 
02421 //
02422 // float OqlCtbMath::remainder(in float, in float) [oqlctbmthfe.cc]
02423 //
02424 
02425 Status
02426 __method_static_OUT_float_remainder_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02427 {
02428   _packageInit(_db);
02429 
02430   //
02431   // User Implementation
02432   //
02433 
02434   return eyedb::Success;
02435 }
02436 
02437 //
02438 // float OqlCtbMath::scalb(in float, in float) [oqlctbmthfe.cc]
02439 //
02440 
02441 Status
02442 __method_static_OUT_float_scalb_math__IN_float__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, const double arg2, double &retarg)
02443 {
02444   _packageInit(_db);
02445 
02446   //
02447   // User Implementation
02448   //
02449 
02450   return eyedb::Success;
02451 }
02452 
02453 //
02454 // float OqlCtbMath::expm1(in float) [oqlctbmthfe.cc]
02455 //
02456 
02457 Status
02458 __method_static_OUT_float_expm1_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02459 {
02460   _packageInit(_db);
02461 
02462   //
02463   // User Implementation
02464   //
02465 
02466   return eyedb::Success;
02467 }
02468 
02469 //
02470 // int32 OqlCtbMath::ilogb(in float) [oqlctbmthfe.cc]
02471 //
02472 
02473 Status
02474 __method_static_OUT_int32_ilogb_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, eyedblib::int32 &retarg)
02475 {
02476   _packageInit(_db);
02477 
02478   //
02479   // User Implementation
02480   //
02481 
02482   return eyedb::Success;
02483 }
02484 
02485 //
02486 // float OqlCtbMath::log1p(in float) [oqlctbmthfe.cc]
02487 //
02488 
02489 Status
02490 __method_static_OUT_float_log1p_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02491 {
02492   _packageInit(_db);
02493 
02494   //
02495   // User Implementation
02496   //
02497 
02498   return eyedb::Success;
02499 }
02500 
02501 //
02502 // float OqlCtbMath::rint(in float) [oqlctbmthfe.cc]
02503 //
02504 
02505 Status
02506 __method_static_OUT_float_rint_math__IN_float(eyedb::Database *_db, eyedb::FEMethod_C *_m, const double arg1, double &retarg)
02507 {
02508   _packageInit(_db);
02509 
02510   //
02511   // User Implementation
02512   //
02513 
02514   return eyedb::Success;
02515 }
02516 

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