DB++ Functions
Table of Contents
- dbplus_add — Add a tuple to a relation
- dbplus_aql — Perform AQL query
- dbplus_chdir — دریافت/تعیین دایرکتری فعلی مجازی پایگاه داده
- dbplus_close — بستن رابطه
- dbplus_curr — Get current tuple from relation
- dbplus_errcode — Get error string for given errorcode or last error
- dbplus_errno — Get error code for last operation
- dbplus_find — Set a constraint on a relation
- dbplus_first — Get first tuple from relation
- dbplus_flush — Flush all changes made on a relation
- dbplus_freealllocks — آزاد کردن تمام قفلهای این کلاینت
- dbplus_freelock — آزاد کردن قفل نوشتن چندتایی
- dbplus_freerlocks — آزاد کردن تمام قفلهای رابطه داده شده
- dbplus_getlock — Get a write lock on a tuple
- dbplus_getunique — Get an id number unique to a relation
- dbplus_info — دریافت اطلاعات رابطه
- dbplus_last — Get last tuple from relation
- dbplus_lockrel — Request write lock on relation
- dbplus_next — Get next tuple from relation
- dbplus_open — Open relation file
- dbplus_prev — Get previous tuple from relation
- dbplus_rchperm — تغییر محوزهای رابطه
- dbplus_rcreate — Creates a new DB++ relation
- dbplus_rcrtexact — Creates an exact but empty copy of a relation including indices
- dbplus_rcrtlike — Creates an empty copy of a relation with default indices
- dbplus_resolve — Resolve host information for relation
- dbplus_restorepos — بازیابی موقعیت
- dbplus_rkeys — Specify new primary key for a relation
- dbplus_ropen — باز کردن فایل محلی رابطه
- dbplus_rquery — اجرای پرس و جوی محلی (خام) AQL
- dbplus_rrename — تغییر نام رابطه
- dbplus_rsecindex — Create a new secondary index for a relation
- dbplus_runlink — حذف رابطه از filesystem
- dbplus_rzap — حذف تمام چندتاییهای رابطه
- dbplus_savepos — ذخیره موقعیت
- dbplus_setindex — تعیین اندیس
- dbplus_setindexbynumber — تعیین اندیس با استفاده از شماره
- dbplus_sql — اجرای پرس و جوی SQL
- dbplus_tcl — Execute TCL code on server side
- dbplus_tremove — Remove tuple and return new current tuple
- dbplus_undo — Undo
- dbplus_undoprepare — آماده نمودن undo
- dbplus_unlockrel — حذف قفل نوشتن بر رابطه
- dbplus_unselect — حذف محدودیت رابطه
- dbplus_update — بروزرسانی چندتایی مشخص در رابطه
- dbplus_xlockrel — درخواست قفل اختصاصی رابطه
- dbplus_xunlockrel — باز کردن قفل اختصاصی رابطه
There are no user contributed notes for this page.
